commit 2d976f1

wf  ·  2026-06-08 16:57:36 +0000 UTC
parent a049308
Rewrite README
1 files changed,  +8, -4
+8, -4
 1@@ -1,16 +1,20 @@
 2 panko
 3 =====
 4 
 5-An attempt at a module-based panel/bar for Wayland.
 6+An attempt at a Wayland-based bar for Wayland. It is written in C using the neuwld library.
 7+
 8+panko is configured in the scfg file format and a sample config is provided under `doc/panko.scfg.sample`. Note that it doesn't look very good, at all, but is rather there to serve the purpose of showcasing the different config keys.
 9 
10 TODO
11 ----
12 
13-* Provide sample config
14+* Add polling command support (e.g. the command is run once and the text is updated on every newline read)
15+* Make more sense of the codebase
16+* Add screenshot to readme
17 
18 Dependencies
19 ------------
20 
21 * libwayland-client
22-* neuwld
23-* libscfg
24+* [neuwld](https://git.sr.ht/~shrub900/neuwld)
25+* [libscfg](https://codeberg.org/emersion/scfg)