diff options
| author | Utkarsh Verma <[email protected]> | 2021-12-26 18:29:55 +0530 |
|---|---|---|
| committer | Utkarsh Verma <[email protected]> | 2021-12-26 18:30:37 +0530 |
| commit | 8f401e1d81862333b453bb1b184caded6ee643f8 (patch) | |
| tree | cf477127e6ca7a589891b9846845799899485283 /patches.def.h | |
| parent | 40d30e5d1bc4c1a57eab850657ad5818477ac153 (diff) | |
| download | dwm-flexipatch-8f401e1d81862333b453bb1b184caded6ee643f8.tar.gz dwm-flexipatch-8f401e1d81862333b453bb1b184caded6ee643f8.zip | |
Add a new patch to integrate vanity gaps with bar padding
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 |
