From 4e9c225405fd9a2ca7b327a70d36bd3f698a91c2 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sat, 3 Feb 2024 19:05:34 +0100 Subject: [PATCH] cleanup systray --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index a03721d..13aa14b 100644 --- a/config.h +++ b/config.h @@ -19,7 +19,7 @@ static const int topbar = 0; static const int focusonwheel = 1; static int floatposgrid_x = 5; static int floatposgrid_y = 3; -static const unsigned int systrayspacing = 0; +static const unsigned int systrayspacing = -5; static const int showsystray = 1; /* Indicators: see patch/bar_indicators.h for options */