From 282dc2ad22fd9483a4349064ce7e7e5e4476ef18 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Fri, 11 Feb 2022 11:43:06 +0100 Subject: barpadding: adding vanitygaps variant --- patches.def.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'patches.def.h') 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. -- cgit v1.2.3