From fb5c73335f08eb8a908351fbba6888e72ac7326a Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Tue, 14 Feb 2023 17:40:59 +0300 Subject: bar height variable --- 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 abef4b0..abc19b4 100644 --- a/config.def.h +++ b/config.def.h @@ -12,6 +12,7 @@ static int enablegaps = 1; /* 1 means enable gaps on startu static 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 = 0; /* 0 means bottom bar */ +static const int barheight = 2; /* 2 is the default spacing around the bar's font */ static const char *fonts[] = { "monospace:size=11" }; static const char dmenufont[] = "monospace:size=11"; static const char col_gray1[] = "#222222"; -- cgit v1.2.3