meow meow

This commit is contained in:
2025-07-31 09:50:48 +01:00
parent 92636a2dde
commit bc41761cd1
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ Singleton {
"dev.zed.Zed": "", "dev.zed.Zed": "",
"foot": "", "foot": "",
"gamescope": "󰺵", "gamescope": "󰺵",
"blender": "󰂫",
"Spotify": "",
"fallback": "" "fallback": ""
}) })
} }

View File

@@ -46,6 +46,7 @@ RowLayout {
Text { Text {
id: icon id: icon
color: "white" color: "white"
font.family: "HeavyData Nerd Font"
font.pointSize: 13 font.pointSize: 13
// long-ass oneliner for "if there is no class icon, go to fallback" // long-ass oneliner for "if there is no class icon, go to fallback"
text: (Common.Icons.appIcons[(modelData.lastIpcObject.class)] != undefined ) ? Common.Icons.appIcons[(modelData.lastIpcObject.class)] : Common.Icons.appIcons["fallback"] text: (Common.Icons.appIcons[(modelData.lastIpcObject.class)] != undefined ) ? Common.Icons.appIcons[(modelData.lastIpcObject.class)] : Common.Icons.appIcons["fallback"]