Update waybar regex for msteams
This commit is contained in:
parent
395c93db09
commit
9b4da781da
|
@ -44,7 +44,7 @@
|
||||||
".*WebCord (.*)" = " $1";
|
".*WebCord (.*)" = " $1";
|
||||||
"[Ss]team" = " ";
|
"[Ss]team" = " ";
|
||||||
"(.*) - mpv" = " $1";
|
"(.*) - mpv" = " $1";
|
||||||
"Microsoft Teams(?: classic)? - (.*)" = " $1";
|
"Microsoft Teams(?: classic)?(?: - )?(.*)(?: \| Microsoft Teams)?" = " $1";
|
||||||
};
|
};
|
||||||
"separate-outputs" = true;
|
"separate-outputs" = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue