bar: allow any custom icon on topleft corner

This commit is contained in:
end-4
2025-08-12 18:26:47 +07:00
parent 87ebc8761b
commit bf4a1097c1
2 changed files with 2 additions and 2 deletions
@@ -147,7 +147,7 @@ Item { // Bar content region
anchors.centerIn: parent
width: 19.5
height: 19.5
source: Config.options.bar.topLeftIcon == 'distro' ? SystemInfo.distroIcon : "spark-symbolic"
source: Config.options.bar.topLeftIcon == 'distro' ? SystemInfo.distroIcon : `${Config.options.bar.topLeftIcon}-symbolic`
colorize: true
color: Appearance.colors.colOnLayer0
}