Add remmina with window rules

Add sway/window to waybar (left slot)
This commit is contained in:
Evie Litherland-Smith 2024-05-31 09:33:10 +01:00
parent f720691768
commit 47fa0b2761
3 changed files with 7 additions and 5 deletions

View file

@ -104,6 +104,7 @@
evince evince
libreoffice-fresh libreoffice-fresh
inkscape inkscape
remmina
webcord webcord
signal-desktop signal-desktop
whatsapp-for-linux whatsapp-for-linux

View file

@ -102,8 +102,9 @@
{app_id = "whatsapp-for-linux";} {app_id = "whatsapp-for-linux";}
{app_id = "teams-for-linux";} {app_id = "teams-for-linux";}
{app_id = "twinkle";} {app_id = "twinkle";}
{class = "Nxplayer\.bin";} {app_id = "org\.remmina\.Remmina";}
{app_id = "Nxplayer\.bin";} {app_id = "Nxplayer\.bin";}
{class = "Nxplayer\.bin";}
]) ])
++ []; ++ [];
}; };

View file

@ -25,11 +25,11 @@
# Layout # Layout
"modules-left" = [ "modules-left" = [
"sway/workspaces" "sway/workspaces"
"sway/window"
]; ];
"modules-center" = [ "modules-center" = [];
"mpris"
];
"modules-right" = [ "modules-right" = [
"mpris"
"custom/notification" "custom/notification"
"pulseaudio" "pulseaudio"
"network" "network"
@ -71,7 +71,7 @@
"max-length" = 50; "max-length" = 50;
"rewrite" = { "rewrite" = {
"(.*) - GNU Emacs at (.*)" = " $1 [$2]"; "(.*) - GNU Emacs at (.*)" = " $1 [$2]";
"(Alacritty.*)" = " $1"; "(foot.*)" = " $1";
"(.*) - mpv" = "󰦟 $1"; "(.*) - mpv" = "󰦟 $1";
"swayimg: (.*)" = "󰋩 $1"; "swayimg: (.*)" = "󰋩 $1";
"(btm)" = " Resource Usage [$1]"; "(btm)" = " Resource Usage [$1]";