From 38a026e1ddada1f1e59b20d61d0f93e882b9a34f Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 30 May 2025 08:31:38 +0200 Subject: [PATCH] Update SysTrayItem.qml --- .config/quickshell/modules/bar/SysTrayItem.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/quickshell/modules/bar/SysTrayItem.qml b/.config/quickshell/modules/bar/SysTrayItem.qml index 900ef68f4..1886e6a02 100644 --- a/.config/quickshell/modules/bar/SysTrayItem.qml +++ b/.config/quickshell/modules/bar/SysTrayItem.qml @@ -43,6 +43,7 @@ MouseArea { IconImage { id: trayIcon + visible: false // There's already color overlay source: root.item.icon anchors.centerIn: parent width: parent.width @@ -51,6 +52,7 @@ MouseArea { Desaturate { id: desaturatedIcon + visible: false // There's already color overlay anchors.fill: trayIcon source: trayIcon desaturation: 1 // 1.0 means fully grayscale