levee is a statusbar for the river wayland compositor, written in zig without any UI toolkit. It currently provides full support for workspace tags and displays battery capacity and screen brightness.
Some important things are not implemented yet:
git clone --recurse-submodules https://git.sr.ht/~andreafeletto/levee
cd levee
zig build -Drelease-safe --prefix ~/.local install
Add the following toward the end of $XDG_CONFIG_HOME/river/init
:
riverctl spawn levee
You are welcome to send patches to the mailing list or report bugs on the issue tracker.
If you aren't familiar with git send-email
, you can use the web interface
or learn about it following this excellent tutorial.