From dad3d01990ad270f63936536fe82f59fcea54d3e Mon Sep 17 00:00:00 2001 From: Lignum Crucis Date: Thu, 9 Apr 2026 23:40:00 -0300 Subject: patch: bar height --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 9c24477..7578f8a 100644 --- a/config.def.h +++ b/config.def.h @@ -10,6 +10,7 @@ static const unsigned int gappov = 10; /* vert outer gap between window static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ 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=10" }; static const char dmenufont[] = "monospace:size=10"; static const char col_gray1[] = "#222222"; -- cgit v1.2.3