From 3b764ca70e376b9f343285afb4cb260323329445 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 16 May 2025 13:58:58 +0200 Subject: [PATCH] adjust tray item colorization again --- .config/quickshell/modules/bar/SysTrayItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/bar/SysTrayItem.qml b/.config/quickshell/modules/bar/SysTrayItem.qml index 69452fe6a..6bef27ad3 100644 --- a/.config/quickshell/modules/bar/SysTrayItem.qml +++ b/.config/quickshell/modules/bar/SysTrayItem.qml @@ -57,7 +57,7 @@ MouseArea { ColorOverlay { anchors.fill: desaturatedIcon source: desaturatedIcon - color: Appearance.transparentize(Appearance.colors.colOnLayer0, 0.8) + color: Appearance.transparentize(Appearance.colors.colOnLayer0, 0.6) } }