From 6dfff6ae7896ce2819d336db200759296bdb6757 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Sat, 7 Oct 2023 19:29:11 +0800 Subject: [PATCH] Adjusted bar height --- dwm-flexipatch/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm-flexipatch/config.def.h b/dwm-flexipatch/config.def.h index 8469716..e70e6e9 100644 --- a/dwm-flexipatch/config.def.h +++ b/dwm-flexipatch/config.def.h @@ -56,7 +56,7 @@ static const int showtab = showtab_auto; /* Default tab b static const int toptab = False; /* False means bottom tab bar */ #endif // TAB_PATCH #if BAR_HEIGHT_PATCH -static const int bar_height = 0; /* 0 means derive from font, >= 1 explicit height */ +static const int bar_height = 24; /* 0 means derive from font, >= 1 explicit height */ #endif // BAR_HEIGHT_PATCH #if BAR_PADDING_PATCH static const int vertpad = 10; /* vertical padding of bar */