summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h9
1 files changed, 5 insertions, 4 deletions
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.