commit 50200a6
wf
·
2026-06-08 17:03:25 +0000 UTC
parent f3e9146
Fix inconsistency in readme
1 files changed,
+7,
-2
+7,
-2
1@@ -1,7 +1,7 @@
2 panko
3 =====
4
5-An attempt at a Wayland-based bar for Wayland. It is written in C using the neuwld library.
6+An attempt at a module-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@@ -12,9 +12,14 @@ TODO
11 * Make more sense of the codebase
12 * Add screenshot to readme
13
14+License
15+-------
16+
17+OpenBSD license, see LICENSE.
18+
19 Dependencies
20 ------------
21
22 * libwayland-client
23 * [neuwld](https://git.sr.ht/~shrub900/neuwld)
24-* [libscfg](https://codeberg.org/emersion/scfg)
25+* [libscfg](https://codeberg.org/emersion/libscfg)