summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMouad Alami <moadalami40@gmail.com>2023-04-24 23:23:46 +0100
committerMouad Alami <moadalami40@gmail.com>2023-04-24 23:23:46 +0100
commit7b260620e770659dec436a90ba9101d37017dc32 (patch)
treefbebb4854fc98bef77c82a3540eba589b4c2f7a0 /config.h
parent6d5bbd5f668e4f4a238dade335b837f645a37239 (diff)
bar height patch
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 7445d9b..74ee993 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 user_bh = 2; /* 2 is the default spacing around the bar's font */
static const char *fonts[] = { "monospace:size=11",
"Noto Color Emoji:pixelsize=11:antialias=true:autohint=true"};