aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-10 20:13:39 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-10 20:13:39 +0530
commit7b54c80ec7c930598cfc44115bd710210298f6b8 (patch)
tree7c8f5f44d5a10cb853b859f22b309620e7dc4bca /config.def.h
parent64662eac26b1e6338c2980e57022f49e84907b7e (diff)
patched dwm-barconfig-6.3.diff
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
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} },
};
-