From d5f7a72d19d911606ab3ae135f93553587743a77 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 5 Jul 2025 09:55:12 +0200 Subject: [PATCH] bar: workspaces: adjust monochromization --- .config/quickshell/modules/bar/Workspaces.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/modules/bar/Workspaces.qml b/.config/quickshell/modules/bar/Workspaces.qml index cd32cd325..f91cdaa93 100644 --- a/.config/quickshell/modules/bar/Workspaces.qml +++ b/.config/quickshell/modules/bar/Workspaces.qml @@ -268,12 +268,12 @@ Item { visible: false // There's already color overlay anchors.fill: parent source: mainAppIcon - desaturation: 1 + desaturation: 0.8 } ColorOverlay { anchors.fill: desaturatedIcon source: desaturatedIcon - color: ColorUtils.transparentize(wsDot.color, 0.6) + color: ColorUtils.transparentize(wsDot.color, 0.9) } } }