Update waybar rewrite regex syntax
This commit is contained in:
parent
364260fb46
commit
f0318b4198
|
@ -38,9 +38,9 @@
|
||||||
"(.*) - Chromium" = " $1";
|
"(.*) - Chromium" = " $1";
|
||||||
"(.*) - Thunar" = " $1";
|
"(.*) - Thunar" = " $1";
|
||||||
".*WebCord (.*)" = " $1";
|
".*WebCord (.*)" = " $1";
|
||||||
"(Steam|steam)" = " ";
|
"[Ss]team" = " ";
|
||||||
"(.*) - mpv" = " $1";
|
"(.*) - mpv" = " $1";
|
||||||
"Microsoft Teams - (.*)" = " $1";
|
"Microsoft Teams(?: classic)? - (.*)" = " $1";
|
||||||
};
|
};
|
||||||
"separate-outputs" = true;
|
"separate-outputs" = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue