From 6698f9648c8c9148f31c76648c18880c616cf5c3 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 7 Dec 2025 20:08:02 -0800 Subject: [PATCH] fix: reduce systray button margin --- quickshell/Components/SystemTrayButton.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickshell/Components/SystemTrayButton.qml b/quickshell/Components/SystemTrayButton.qml index c1e03578..e8bd517b 100644 --- a/quickshell/Components/SystemTrayButton.qml +++ b/quickshell/Components/SystemTrayButton.qml @@ -15,8 +15,8 @@ Item { Rectangle { anchors { fill: parent - leftMargin: 10 - rightMargin: 10 + leftMargin: 5 + rightMargin: 5 } color: Stylix.base01