aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2023-03-16 12:04:35 +0100
committerdavidpkj <davidpenkow1@gmail.com>2023-03-16 12:04:35 +0100
commite0c0ed10afbd8e32dd1b86b4cf3078d759a1d8a2 (patch)
treef78648b4cd9280256f3eb61e1ab8a16eae6653a4 /config.h
parente640538556092fd7f660b1dd49eec2c91b2d4268 (diff)
Patch: barpadding-20211020-a786211
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 47e4c87..a2a965b 100644
--- a/config.h
+++ b/config.h
@@ -7,6 +7,8 @@ static unsigned int snap = 32; /* snap pixel */
static int swallowfloating = 0; /* 1 means swallow floating windows by default */
static int showbar = 1; /* 0 means no bar */
static int topbar = 1; /* 0 means bottom bar */
+static const int vertpad = 10; /* vertical padding of bar */
+static const int sidepad = 10; /* horizontal padding of bar */
static const int horizpadbar = 2; /* horizontal padding for statusbar */
static const int vertpadbar = 0; /* vertical padding for statusbar */