main README.md
 1panko
 2=====
 3
 4An attempt at a module-based bar for Wayland. It is written in C using the neuwld library.
 5
 6panko 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.
 7
 8TODO
 9----
10
11* Add polling command support (e.g. the command is run once and the text is updated on every newline read)
12* Make more sense of the codebase
13* Add screenshot to readme
14
15License
16-------
17
18OpenBSD license, see LICENSE.
19
20Dependencies
21------------
22
23* libwayland-client
24* [neuwld](https://git.sr.ht/~shrub900/neuwld)
25* [libscfg](https://codeberg.org/emersion/libscfg)