A replacement for i3status, written in Python using asyncio.
For Python 3.7+.
Look at the example.py file for inspiration and check the User guide section of documentation.
To setup a development environment, create a new venv first and run:
make dev-install
To run the tests, you may run:
make test
Look at the included Makefile
for more available commands.
If you're using NixOS or nixpkgs, an alternative way to
get a working environment variable is using the shell.nix
file included in
this repo:
nix-shell shell-dev.nix
For more information, look at Creating a new block section of documentation.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.