app icon guess: add regex for polkit popup

This commit is contained in:
end-4 2025-05-31 22:32:40 +02:00
parent e85a899be0
commit 8b9dc8cde8

View file

@ -36,6 +36,10 @@ Singleton {
{
"regex": /.*polkit.*/,
"replace": "system-lock-screen"
},
{
"regex": /gcr.prompter/,
"replace": "system-lock-screen"
}
]