commit c0f0e5a8160064e8dfbf98b7895a4dab9a03ffd9 parent 5401a84f3d52d1ba7b09e487a89827b63170d987 Author: Andrea Feletto <andrea@andreafeletto.com> Date: Tue, 28 Jun 2022 17:09:08 +0200 update readme Diffstat:
M | README.md | | | 9 | ++------- |
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md @@ -7,17 +7,12 @@ 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. -Some important things are not implemented yet: - -* configuration via config file -* cpu module - ## Build ``` git clone --recurse-submodules https://git.sr.ht/~andreafeletto/levee cd levee -zig build -Drelease-safe --prefix ~/.local install +zig build --prefix ~/.local install ``` ## Usage @@ -25,7 +20,7 @@ zig build -Drelease-safe --prefix ~/.local install Add the following toward the end of `$XDG_CONFIG_HOME/river/init`: ``` -riverctl spawn levee -m pulse -m backlight -m battery +riverctl spawn levee pulse backlight battery ``` ## Dependencies