icon guess: update regexes

This commit is contained in:
end-4
2025-05-30 16:55:54 +02:00
parent aef313a8b9
commit 3a3fcc482f
+6 -2
View File
@@ -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"
}
]