From 0c9ecb9782c72dfb66fbddbd1374191ee15f5270 Mon Sep 17 00:00:00 2001 From: notiant <238434866+notiant@users.noreply.github.com> Date: Fri, 24 Oct 2025 12:16:44 +0200 Subject: [PATCH] Update TaskbarGrouped.qml --- Modules/Bar/Widgets/TaskbarGrouped.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Bar/Widgets/TaskbarGrouped.qml b/Modules/Bar/Widgets/TaskbarGrouped.qml index 616032c8..38a53900 100644 --- a/Modules/Bar/Widgets/TaskbarGrouped.qml +++ b/Modules/Bar/Widgets/TaskbarGrouped.qml @@ -164,7 +164,7 @@ Item { } layer.effect: ShaderEffect { - property color targetColor: Color.mOnSurface + property color targetColor: Settings.data.colorSchemes.darkMode ? Color.mSurface : Color.mSurfaceVariant property real colorizeMode: 0 fragmentShader: Qt.resolvedUrl(Quickshell.shellDir + "/Shaders/qsb/appicon_colorize.frag.qsb") }