Add a new patch to integrate vanity gaps with bar padding

This commit is contained in:
Utkarsh Verma
2021-12-26 18:29:55 +05:30
parent 40d30e5d1b
commit 8f401e1d81
3 changed files with 24 additions and 1 deletions

View File

@@ -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