From 1bcf338ba20108551a073f6ca41885ba0016de3f Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sat, 3 Feb 2024 19:06:33 +0100 Subject: [PATCH] cleanup systray --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 13aa14b..3430a4b 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 = -5; +static const unsigned int systrayspacing = 3; static const int showsystray = 1; /* Indicators: see patch/bar_indicators.h for options */