Add signal-desktop, update waybar rewrite rules
Add signal again as it now support wayland properly Update a few waybar rewrite rules to catch titles better
This commit is contained in:
parent
c0a4dd587c
commit
3804961963
|
@ -40,16 +40,18 @@
|
||||||
# TODO workspace rewrites
|
# TODO workspace rewrites
|
||||||
"rewrite" = {
|
"rewrite" = {
|
||||||
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
|
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
|
||||||
"Alacritty" = " ";
|
"(Alacritty.*)" = " $1";
|
||||||
"(.*) - mpv" = " $1";
|
"(.*) - mpv" = " $1";
|
||||||
"btm" = " Resource Usage [btm]";
|
"(btm)" = " Resource Usage [$1]";
|
||||||
"cava" = " Music Visualiser [cava]";
|
"(cava)" = " Music Visualiser [$1]";
|
||||||
"(.*) - Thunar" = " $1";
|
"(.*) - Thunar" = " $1";
|
||||||
"Nyxt - (.*)" = " $1";
|
"Nyxt - (.*)" = " $1";
|
||||||
"(.*) — Mozilla Firefox" = " $1";
|
"(.*) — Mozilla Firefox" = " $1";
|
||||||
".*WebCord (.*)" = " $1";
|
"((?:.*)WebCord.*)" = " $1";
|
||||||
"[Ss]team" = " ";
|
"(Signal.*)" = " $1";
|
||||||
"Prism Launcher (.*)" = " Minecraft (Prism Launcher $1)";
|
"(WhatsApp for Linux.*)" = " $1";
|
||||||
|
"([Ss]team)" = " $1";
|
||||||
|
"(Prism Launcher.*)" = " Minecraft ($1)";
|
||||||
"Microsoft Teams(?: classic)?(?: - )?(.*)(?: \| Microsoft Teams)?" = " $1";
|
"Microsoft Teams(?: classic)?(?: - )?(.*)(?: \| Microsoft Teams)?" = " $1";
|
||||||
};
|
};
|
||||||
"separate-outputs" = true;
|
"separate-outputs" = true;
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
inkscape
|
inkscape
|
||||||
webcord
|
webcord
|
||||||
|
signal-desktop
|
||||||
whatsapp-for-linux
|
whatsapp-for-linux
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
nomachine-client
|
nomachine-client
|
||||||
|
|
Loading…
Reference in a new issue