meow
This commit is contained in:
@@ -24,6 +24,7 @@ Singleton {
|
||||
"gamescope": "",
|
||||
"blender": "",
|
||||
"Spotify": "",
|
||||
"Unity": "",
|
||||
"fallback": ""
|
||||
})
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ RowLayout {
|
||||
Text {
|
||||
id: icon
|
||||
color: "white"
|
||||
font.family: "HeavyData Nerd Font"
|
||||
font.family: "NotoSans Nerd Font:style=Regular" // https://www.reddit.com/r/Polybar/comments/sh8krs/comment/hv3lykm/
|
||||
font.pointSize: 13
|
||||
// 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"]
|
||||
|
||||
Reference in New Issue
Block a user