This commit is contained in:
Ly-sec
2025-12-17 14:23:06 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -517,7 +517,7 @@ Rectangle {
source: ThemeIcons.iconForAppId(taskbarItem.modelData.appId)
smooth: true
asynchronous: true
opacity: (shouldShowTitle || taskbarItem.isFocused) ? Style.opacityFull : 0.6
scale: taskbarItem.isFocused ? 1.0 : 0.8
// Apply dock shader to all taskbar icons
layer.enabled: widgetSettings.colorizeIcons !== false
+1 -1
View File
@@ -759,7 +759,7 @@ Item {
source: ThemeIcons.iconForAppId(model.appId)
smooth: true
asynchronous: true
opacity: model.isFocused ? Style.opacityFull : 0.6
scale: model.isFocused ? 1.0 : 0.8
layer.enabled: root.colorizeIcons && !model.isFocused
Behavior on opacity {