From 7b54c80ec7c930598cfc44115bd710210298f6b8 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 10 May 2025 20:13:39 +0530 Subject: patched dwm-barconfig-6.3.diff --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index a2e11d9..e784ab4 100644 --- a/config.def.h +++ b/config.def.h @@ -2,7 +2,8 @@ static const unsigned int borderpx = 2; static const unsigned int snap = 32; static const int showbar = 1; static const int topbar = 1; -static const int user_bh = 32; +static const char *barlayout = "sn|lt"; +static const int user_bh = 30; static const char *fonts[] = { "Noto Sans CJK JP:size=14" }; static const unsigned int gappx = 8; static const char *colors[][3] = { @@ -138,4 +139,3 @@ static const Button buttons[] = { { ClkTagBar, MODKEY, Button1, tag, {0} }, { ClkTagBar, MODKEY, Button3, toggletag, {0} }, }; - -- cgit v1.2.3