stevee

My wayland statusbar
git clone git://gtms.dev/stevee
Log | Files | Refs | Submodules | README | LICENSE

commit dd2790b113f65675b7e0726457e55e511d68f1c2
parent 5ea91f3392e3df23975c8222687f01ff1e71d808
Author: Andrea Feletto <andrea@andreafeletto.com>
Date:   Sun,  6 Mar 2022 19:23:47 +0100

add dependencies versions

Diffstat:
MREADME.md | 19++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -1,9 +1,8 @@ # levee -levee is a statusbar for the [river](https://github.com/riverwm/river/) wayland -compositor, written in [zig](https://ziglang.org/) without any UI toolkit. - +levee is a statusbar for the [river] wayland compositor, written in [zig] +without any UI toolkit. It is still in early development. ## Build @@ -24,7 +23,13 @@ riverctl spawn levee ## Dependencies -* [zig](https://ziglang.org/) 0.9.0 -* [wayland](https://wayland.freedesktop.org/) -* [pixman](http://pixman.org/) -* [fcft](https://codeberg.org/dnkl/fcft) +* [zig] 0.9.0 +* [wayland] 1.20.0 +* [pixman] 0.40.0 +* [fcft] 3.0.1 + +[river]: https://github.com/riverwm/river/ +[zig]: https://ziglang.org/ +[wayland]: https://wayland.freedesktop.org/ +[pixman]: http://pixman.org/ +[fcft]: https://codeberg.org/dnkl/fcft/