give CustomIcon colorization

This commit is contained in:
end-4
2025-07-09 09:40:59 +07:00
parent 2d6a897a66
commit b0750506cf
3 changed files with 15 additions and 10 deletions
+1 -5
View File
@@ -206,11 +206,7 @@ Scope {
width: 19.5
height: 19.5
source: Config.options.bar.topLeftIcon == 'distro' ? SystemInfo.distroIcon : "spark-symbolic"
}
ColorOverlay {
anchors.fill: distroIcon
source: distroIcon
colorize: true
color: Appearance.colors.colOnLayer0
}
}