diff options
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h index 022a4a6..037c5ee 100644 --- a/patches.def.h +++ b/patches.def.h @@ -347,6 +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. + */ +#define BAR_GAPS_PADDING_PATCH 0 + /* This patch adds simple markup for status messages using pango markup. * This depends on the pango library v1.44 or greater. * You need to uncomment the corresponding lines in config.mk to use the pango libraries |
