From 8f401e1d81862333b453bb1b184caded6ee643f8 Mon Sep 17 00:00:00 2001 From: Utkarsh Verma Date: Sun, 26 Dec 2021 18:29:55 +0530 Subject: Add a new patch to integrate vanity gaps with bar padding --- patches.def.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'patches.def.h') 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 -- cgit v1.2.3