I must be doing something wrong but I can't seem to make .exe recognized
Kommynct opened this issue · 5 comments
I want .exe to be the wine icon and I just can't seem to figure it out with the regex and the examples given
here's what i've tried:
'/.*.exe/' = '︁'
'/(?i)exe/' = '︁'
'/exe/' = '︁'
'/*exe/' = '︁'
'/^*exe/' = '︁'
'/(^*)exe/' = '︁'
'/(*.)exe/' = '︁'
No clue what i'm doing wrong, but i'm probably just stupid.
Can you give me some example application titles. Also this might help: https://rustexp.lpil.uk/
Ah, does the regex only match titles? that might be my entire problem, i'm not trying to match a title, the titles never have .exe in them.
Ah yes at the time it seemed to make sense to only match the full app_id/window.class as this doesn't really change. Is this an issue for wine programs?
Only kinda, I could assign every wine program an icon, but it'd be easier to have a wine logo be the default for anything that ends in .exe and if I use it enough assign it a specialized icon later.
Unfortunately sworkstyle isn't designed this way yet. If you strongly feel like this should be supported please make a feature suggestions issue!