index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (692B) | |
--- | |
1 # statuspadding | |
2 | |
3 ## Description | |
4 | |
5 This makes the amount of horizontal and vertical padding in the status b… | |
6 into configurable options. | |
7 | |
8 This padding is also applied to StatusText in an equal manner, as oppose… | |
9 just right padding. | |
10 | |
11 The configurable options in config.def.h are: | |
12 | |
13 horizpadbar | |
14 | |
15 vertpadbar | |
16 | |
17 The defaults in config.def.h leave dwm with the same appearance as pre-p… | |
18 except StatusText now has left padding in addition to right padding. | |
19 | |
20 ## Download | |
21 | |
22 - [dwm-statuspadding-6.3.diff](dwm-statuspadding-6.3.diff) (2022-02-07) | |
23 - [dwm-statuspadding-20150524-c8e9479.diff](dwm-statuspadding-20150524-c… | |
24 | |
25 ## Authors | |
26 | |
27 - taep96 - <[email protected]> (6.3 Fix) | |
28 - cd |