name wf/panko
description module-driven panel for Wayland
last change 2026-06-08
clone url
https://srcdump.net/wf/panko.git

commit briefs

f3e9146
wf  ·  2026-06-08
2d976f1
wf  ·  2026-06-08
a049308
wf  ·  2026-06-08
c4dd79a
wf  ·  2026-06-08
7f222b0
wf  ·  2026-06-08
ea154cf
wf  ·  2026-06-08
10095f4
wf  ·  2026-06-08
ac24492
wf  ·  2026-06-05

branches

refs

tree

readme

 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)