Update eww config

This commit is contained in:
ItsDrike 2022-11-19 22:14:12 +01:00
parent efe9388a41
commit 52213e5eed
No known key found for this signature in database
GPG key ID: B014E761034AF742
3 changed files with 11 additions and 2 deletions

View file

@ -54,7 +54,7 @@ REMAP_RULES: list[RemapRule] = [
RemapRule(r"(?:\[\d+\] )?\*?WebCord - (.+)", "{}", "WebCord"),
RemapRule(r"(.+) - Discord", "{}", "discord"),
RemapRule(r"(.+) - mpv", "{}", "mpv"),
RemapRule(r"Stremio - (.+)", " Stremio - {}", "com.stremio.stremio"),
RemapRule(r"Stremio - (.+)", " Stremio - {}", "Stremio"),
RemapRule(r"Spotify", " Spotify", "Spotify"),
RemapRule(r"pulsemixer", " Pulsemixer"),
RemapRule(r"(.*)", "{}", "Pcmanfm"),