commit 33c32473bfb99f34473a27c552cec97425918137
Author: Alex Cole <[email protected]>
Date:   Wed Dec 11 22:38:48 2019 +1300

    [dwm][patch][barpadding] (Hopefully) Final edits

diff --git a/dwm.suckless.org/patches/barpadding/index.md 
b/dwm.suckless.org/patches/barpadding/index.md
index d70d2316..0c7abde2 100644
--- a/dwm.suckless.org/patches/barpadding/index.md
+++ b/dwm.suckless.org/patches/barpadding/index.md
@@ -3,15 +3,16 @@ barpadding
 
 Description
 -----------
-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:
-* vertpad (amount of vertical padding)
-* sidepad (amount of padding either side of the bar)
+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:
+* `vertpad` (amount of vertical padding)
+* `sidepad` (amount of padding either side of the bar)
+
 Compatible with both top and bottom bars as well as the togglebar function.
 
 Please note the following:
-* Modifies config.def.h, not config.h. You may need to add 'rm config.h' to 
the 'clean' targets in the Makefile.
-* 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.
-* 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.
+* Modifies config.def.h, not config.h. You may need to add `rm config.h` to 
the 'clean' targets in the Makefile.
+* 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.
+* 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.
 
 Screenshots:
 ![barpadding screenshot](barpadding.png)


Reply via email to