bar: workspaces: adjust monochromization

This commit is contained in:
end-4
2025-07-05 09:55:12 +02:00
parent d4f193ae69
commit d5f7a72d19
@@ -268,12 +268,12 @@ Item {
visible: false // There's already color overlay visible: false // There's already color overlay
anchors.fill: parent anchors.fill: parent
source: mainAppIcon source: mainAppIcon
desaturation: 1 desaturation: 0.8
} }
ColorOverlay { ColorOverlay {
anchors.fill: desaturatedIcon anchors.fill: desaturatedIcon
source: desaturatedIcon source: desaturatedIcon
color: ColorUtils.transparentize(wsDot.color, 0.6) color: ColorUtils.transparentize(wsDot.color, 0.9)
} }
} }
} }