From 7ff80d39d836dcbdb6fcd111f23b53679840821a Mon Sep 17 00:00:00 2001 From: pryazha Date: Sat, 2 Aug 2025 12:32:34 +0500 Subject: fallback to not showing the bar --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 285b9aa..8e115c1 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ -static const int showbar = 1; /* 0 means no bar */ +static const int showbar = 0; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "Iosevka:size=16" }; static const char dmenufont[] = "Iosevka:size=16"; -- cgit v1.2.3-70-g09d2