cleanup systray
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Luca Bilke 2024-02-03 19:05:34 +01:00
parent 6a3fe408a5
commit 4e9c225405
No known key found for this signature in database
GPG key ID: AD6630D0A1E650AC

View file

@ -19,7 +19,7 @@ static const int topbar = 0;
static const int focusonwheel = 1; static const int focusonwheel = 1;
static int floatposgrid_x = 5; static int floatposgrid_x = 5;
static int floatposgrid_y = 3; static int floatposgrid_y = 3;
static const unsigned int systrayspacing = 0; static const unsigned int systrayspacing = -5;
static const int showsystray = 1; static const int showsystray = 1;
/* Indicators: see patch/bar_indicators.h for options */ /* Indicators: see patch/bar_indicators.h for options */