meow meow
This commit is contained in:
@@ -22,6 +22,8 @@ Singleton {
|
|||||||
"dev.zed.Zed": "",
|
"dev.zed.Zed": "",
|
||||||
"foot": "",
|
"foot": "",
|
||||||
"gamescope": "",
|
"gamescope": "",
|
||||||
|
"blender": "",
|
||||||
|
"Spotify": "",
|
||||||
"fallback": ""
|
"fallback": ""
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user