mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
icon guess: update regexes
This commit is contained in:
@@ -26,12 +26,16 @@ Singleton {
|
||||
})
|
||||
property var regexSubstitutions: [
|
||||
{
|
||||
"regex": "/^steam_app_(\\d+)$/",
|
||||
"regex": /^steam_app_(\\d+)$/,
|
||||
"replace": "steam_icon_$1"
|
||||
},
|
||||
{
|
||||
"regex": "Minecraft.*",
|
||||
"regex": /Minecraft.*/,
|
||||
"replace": "minecraft"
|
||||
},
|
||||
{
|
||||
"regex": /.*polkit.*/,
|
||||
"replace": "system-lock-screen"
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user