commit e02477655bc8134af7a2e6bf45c279a2f68c98d1
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Wed Dec 11 22:29:47 2019 +0100
barpadding: remove excessive screenshot (>100KB and no thumbnail)
Tweak line-wrapping and date format also.
E-mailed the author.
See:
https://suckless.org/wiki/
diff --git a/dwm.suckless.org/patches/barpadding/barpadding.png b/dwm.suckless.org/patches/barpadding/barpadding.png
deleted file mode 100644
index 2919dc9c..00000000
Binary files a/dwm.suckless.org/patches/barpadding/barpadding.png and /dev/null differ
diff --git a/dwm.suckless.org/patches/barpadding/index.md b/dwm.suckless.org/patches/barpadding/index.md
index 0c7abde2..d4315623 100644
--- a/dwm.suckless.org/patches/barpadding/index.md
+++ b/dwm.suckless.org/patches/barpadding/index.md
_AT_@ -3,23 +3,34 @@ 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:
+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.
-Screenshots:
-![barpadding screenshot](barpadding.png)
+* 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.
+
Download
--------
-* [dwm-barpadding-6.2.diff](dwm-barpadding-6.2.diff) (10.12.2019 - DD.MM.YYYY)
+* [dwm-barpadding-6.2.diff](dwm-barpadding-6.2.diff) (2019-12-10)
+
Author
------
Received on Wed Dec 11 2019 - 22:30:37 CET