diff options
| author | bakkeby <[email protected]> | 2022-02-11 11:43:06 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-02-11 11:43:36 +0100 |
| commit | 282dc2ad22fd9483a4349064ce7e7e5e4476ef18 (patch) | |
| tree | 554e75d43a041cd8a0c2c643b5ae0239a295f201 /patches.def.h | |
| parent | 90e4dfc0cf76a3126981c443dd3013a7ccf049bc (diff) | |
| download | dwm-flexipatch-282dc2ad22fd9483a4349064ce7e7e5e4476ef18.tar.gz dwm-flexipatch-282dc2ad22fd9483a4349064ce7e7e5e4476ef18.zip | |
barpadding: adding vanitygaps variant
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/patches.def.h b/patches.def.h index 3d59e2e..dbd133d 100644 --- a/patches.def.h +++ b/patches.def.h @@ -347,11 +347,12 @@ */ #define BAR_PADDING_PATCH 0 -/* Same as barpadding patch but specifically written for the vanitygaps patch. It adds the same - * outer horizontal and vertical padding as vanity gaps. Moreover, the padding is toggled whenever - * vanitygaps are toggled. +/* Same as barpadding patch but specifically tailored for the vanitygaps patch in that the outer + * bar padding is derived from the vanitygaps settings. In addition to this the bar padding is + * toggled in unison when vanitygaps are toggled. Increasing or decreasing gaps during runtime + * will not affect the bar padding. */ -#define BAR_GAPS_PADDING_PATCH 0 +#define BAR_PADDING_VANITYGAPS_PATCH 0 /* This patch adds simple markup for status messages using pango markup. * This depends on the pango library v1.44 or greater. |
