summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNPScript <nathan@reinerweb.ch>2022-05-01 16:25:57 +0200
committerNPScript <nathan@reinerweb.ch>2022-05-01 16:25:57 +0200
commiteb8e7e09c59d636908170d866bf5bd8418dedb48 (patch)
treebac376897b0f4fbd4c8676632b136eb3290e3a5c /config.h
parent3762ba5cb6db5184938d08dbf90e079916076f31 (diff)
add barpadding
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index db7ca5e..a0fa898 100644
--- a/config.h
+++ b/config.h
@@ -5,6 +5,7 @@ static const unsigned int borderpx = 2; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
+static const int barpadding = 5;
static const char *fonts[] = { "SauceCodePro Nerd Font:size=10" };
static const char dmenufont[] = "SauceCodePro Nerd Font:size=10";
static const char col_gray1[] = "#222222";