index.md (1473B)
1 barpadding 2 ========== 3 4 Description 5 ----------- 6 This patch adds variables for verticle and horizontal space between the statusbar and the edge of the screen; unlike [statuspadding](../statuspadding/), which adds padding between the bar's content and the edge of the bar. This patch adds two new variables (both default to 10) to config.def.h: 7 * `vertpad` (amount of vertical padding) 8 * `sidepad` (amount of padding either side of the bar) 9 10 Compatible with both top and bottom bars as well as the togglebar function. 11 12 Please note the following: 13 * Modifies config.def.h, not config.h. You may need to add `rm config.h` to the 'clean' targets in the Makefile. 14 * Does not add padding between the statusbar and the window clients. This is so that if you apply the [fullgaps](../fullgaps/) patch or similar, there will be equal space between the windows/screen edge and windows/bar. 15 * May need `resizehints` to be set to 0 to make the patch look proper, especially if your bar is on the bottom. Modify the 'resizehints' variable in config.def.h. 16 17 Screenshots: 18 ![barpadding screenshot](barpadding.png) 19 20 Download 21 -------- 22 * [dwm-barpadding-6.2.diff](dwm-barpadding-6.2.diff) (2019-12-10) 23 * [dwm-barpadding-20200720-bb2e722.diff](dwm-barpadding-20200720-bb2e722.diff) (2020-07-20) 24 * [dwm-barpadding-20211020-a786211.diff](dwm-barpadding-20211020-a786211.diff) (2021-10-20) 25 26 Author 27 ------ 28 * Alex Cole 29 * Pavel Oborin [pavel@oborin.xyz](mailto:pavel@oborin.xyz) (20200720-bb2e722 port)