forked from Shinonome/dots-hyprland
icon guess: update regexes
This commit is contained in:
@@ -26,12 +26,16 @@ Singleton {
|
|||||||
})
|
})
|
||||||
property var regexSubstitutions: [
|
property var regexSubstitutions: [
|
||||||
{
|
{
|
||||||
"regex": "/^steam_app_(\\d+)$/",
|
"regex": /^steam_app_(\\d+)$/,
|
||||||
"replace": "steam_icon_$1"
|
"replace": "steam_icon_$1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regex": "Minecraft.*",
|
"regex": /Minecraft.*/,
|
||||||
"replace": "minecraft"
|
"replace": "minecraft"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"regex": /.*polkit.*/,
|
||||||
|
"replace": "system-lock-screen"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user