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 pulseaudio volume, battery capacity and screen brightness.
git clone --recurse-submodules https://git.sr.ht/~andreafeletto/levee
cd levee
zig build --prefix ~/.local install
Add the following toward the end of $XDG_CONFIG_HOME/river/init
:
riverctl spawn "levee pulse backlight battery"
Please join the #andreafeletto IRC channel to ask for help or to give
feedback.
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 by following this excellent tutorial.