~andreafeletto/levee

Statusbar for the river wayland compositor

25a99ac update to zig 0.13.0

a month ago

25a99ac update to zig 0.13.0

a month ago

#levee

builds.sr.ht status

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.

#Build

git clone --recurse-submodules https://git.sr.ht/~andreafeletto/levee
cd levee
zig build --prefix ~/.local install

#Usage

Add the following toward the end of $XDG_CONFIG_HOME/river/init:

riverctl spawn "levee pulse backlight battery"

#Dependencies

#Contributing

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.