creek

A malleable and minimalist status bar for the River compositor

git clone https://git.8pit.net/creek.git

 1* Improve font rendering
 2	* fcft's font rendering is a bit meh
 3	* Especially compared to bemenu which uses pango/cairo
 4* Fix some bugs with resizing
 5	* E.g. if river is running in a window
 6	* Resize will sometimes cause issues with status text
 7* Find a better way to create the Seat in `src/Wayland.zig`
 8* Improve tag handling
 9	* Currently 9 tags are hardcoded
10	* Using more/less tags is currently not easily possible
11	* Unfortunately, not possible to determine the maximum amount of tags with the current River protocol
12	* Probably requires an additional command-line flag or something (meh)
13* Consider displaying floating/tiling status next to the tags
14	* IIRC this is what vanilla dwm does
15* Report that Guix's Zig will link against systemc libc when not run in container
16* Upgrade to latest and greatest Zig version (requires work on the Guix side)