Update Taskbar.qml

This commit is contained in:
notiant
2025-10-24 12:17:19 +02:00
committed by GitHub
parent 0c9ecb9782
commit 73cd26ff96
+1 -1
View File
@@ -136,7 +136,7 @@ Rectangle {
// Apply dock shader to all taskbar icons
layer.enabled: widgetSettings.colorizeIcons !== false
layer.effect: ShaderEffect {
property color targetColor: Color.mOnSurface
property color targetColor: Settings.data.colorSchemes.darkMode ? Color.mSurface : Color.mSurfaceVariant
property real colorizeMode: 0.0 // Dock mode (grayscale)
fragmentShader: Qt.resolvedUrl(Quickshell.shellDir + "/Shaders/qsb/appicon_colorize.frag.qsb")