index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (700B) | |
--- | |
1 fancybar | |
2 ======== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch provides a status bar that shows the titles of all visible wi… | |
7 (as opposed to showing just the selected one). When the titles don't com… | |
8 fit, they're cropped. The title of the selected window is inverted. | |
9 | |
10 Download | |
11 -------- | |
12 * [dwm-fancybar-5.6.1.diff](dwm-fancybar-5.6.1.diff) | |
13 * [dwm-fancybar-6.1.diff](dwm-fancybar-6.1.diff) | |
14 * [dwm-fancybar-6.2.diff](dwm-fancybar-6.2.diff) | |
15 * [dwm-fancybar-20220527-d3f93c7.diff](dwm-fancybar-20220527-d3f93c7.dif… | |
16 | |
17 Author | |
18 ------ | |
19 * Mate Nagy - <[email protected]> | |
20 * [Jochen Sprickerhof](mailto:[email protected]) (rewrite) | |
21 | |
22 This patch was inspired by the decorated tabbed layout of Xmonad. |