An ActivityWatch monitor for observing the network connection status.
On the internet, Wonderland is recursive, with rabbit holes opening up to yet more rabbit holes; you never stop falling.
Librar𝘪𝘦𝘴 of Alexandria, brimming with knowledge, promise, culture; an unrelenting, expanding periphery; innumerable collections of untold riches; a source of wonder and awe—all a single keypress away. It's suffocating.
-
Install the module with
pip
. This will addaw-watcher-netstatus
to your$PATH
.pip install aw-watcher-netstatus
-
aw-qt
can now find the module; to start it by default addaw-watcher-netstatus
to theaw-qt.toml
configuration file (find the location here), e.g.$ cat $AW_DIRECTORY/aw-qt/aw-qt.toml [aw-qt] autostart_modules = ["aw-server", "aw-watcher-afk", "aw-watcher-window", "aw-watcher-netstatus"]
-
Prerequisites: Clone the repository. Install Poetry.
-
Run
poetry install
in the root of the directory. -
Start the ActivityWatch server in development mode:
$ AW_PATH/aw-server --testing --verbose
-
Run
aw-watcher-netstatus
in development mode, this will connect tolocalhost:8080
by default.$ poetry run aw-watcher-netstatus --testing -v
-
Open a socket at that port; observe the logs produced by
aw-watcher-netstatus
, view the timeline atlocalhost:5666
.nc -l -k 8080