Remove webcord and whatsapp-for-linux, remove chat workspace

This commit is contained in:
Evie Litherland-Smith 2025-03-01 08:49:33 +00:00
parent 9065b4a9e0
commit 132a56dea5
4 changed files with 17 additions and 39 deletions

View file

@ -91,8 +91,8 @@
"desc:${secondary},1920x1080@144,0x140,1.0,vrr,2" "desc:${secondary},1920x1080@144,0x140,1.0,vrr,2"
]; ];
workspace = [ workspace = [
"3, monitor:desc:${secondary}" "2, monitor:desc:${secondary}"
"7, monitor:desc:${primary}" "6, monitor:desc:${primary}"
]; ];
}; };
}; };

View file

@ -42,9 +42,7 @@
zotero zotero
evince evince
libreoffice libreoffice
webcord
signal-desktop signal-desktop
whatsapp-for-linux
teams-for-linux teams-for-linux
nomachine-client nomachine-client
]; ];
@ -222,27 +220,6 @@
figure.autolayout: True figure.autolayout: True
savefig.dpi: 300 savefig.dpi: 300
''; '';
# WhatsApp config
"whatsapp-for-linux/settings.conf" =
let
inherit (config.lib.stylix.colors) variant;
in
{
force = true;
text = ''
[web]
allow-permissions=true
hw-accel=2
[general]
notification-sounds=true
close-to-tray=true
start-in-tray=true
[appearance]
prefer-dark-theme=${if variant == "dark" then "true" else "false"}
'';
};
"teams-for-linux/config.json" = { "teams-for-linux/config.json" = {
force = true; force = true;
text = builtins.toJSON { text = builtins.toJSON {
@ -257,8 +234,6 @@
# Autostart some programs # Autostart some programs
"autostart/signal-desktop.desktop".source = "autostart/signal-desktop.desktop".source =
"${pkgs.signal-desktop}/share/applications/signal-desktop.desktop"; "${pkgs.signal-desktop}/share/applications/signal-desktop.desktop";
"autostart/com.github.eneshecan.WhatsAppForLinux.desktop".source =
"${pkgs.whatsapp-for-linux}/share/applications/com.github.eneshecan.WhatsAppForLinux.desktop";
}; };
}; };
}; };

View file

@ -260,11 +260,10 @@
# Workspace rules # Workspace rules
"workspace 2, (firefox)" # Browser "workspace 2, (firefox)" # Browser
"workspace 3, (WebCord|signal|whatsapp-for-linux|teams-for-linux|twinkle)" # Messaging "workspace 3, (org.musicbrainz.Picard|libreoffice|soffice|Zotero)(.*)" # Files
"workspace 4, (org.musicbrainz.Picard|libreoffice|soffice|Zotero)(.*)" # Files "workspace 4, (com.obsproject.Studio|Nxplayer.bin)" # Remote
"workspace 5, (com.obsproject.Studio|Nxplayer.bin)" # Remote "workspace 5, (org.freecad.FreeCAD|PrusaSlicer)" # 3D Printing
"workspace 6, (org.freecad.FreeCAD|PrusaSlicer)" # 3D Printing "workspace 6, (steam|steam_app|gamescope|lutris|org.prismlauncher.PrismLauncher|org.libretro.RetroArch)" # Gaming
"workspace 7, (steam|steam_app|gamescope|lutris|org.prismlauncher.PrismLauncher|org.libretro.RetroArch)" # Gaming
# PrismLauncher / Minecraft # PrismLauncher / Minecraft
"float, org.prismlauncher.PrismLauncher" "float, org.prismlauncher.PrismLauncher"

View file

@ -42,12 +42,17 @@
format-icons = { format-icons = {
"1" = "󰆍"; "1" = "󰆍";
"2" = "󰖟"; "2" = "󰖟";
"3" = "󰭹"; "3" = "󱧶";
"4" = "󱧶"; "4" = "󰢹";
"5" = "󰢹"; "5" = "󰐫";
"6" = "󰐫"; "6" = "󰊴";
"7" = "󰊴"; "7" = "󰫃";
default = "󰀻"; "8" = "󰫄";
"9" = "󰫅";
"10" = "󰫆";
"11" = "󰫇";
"12" = "󰫈";
default = "󰋙";
}; };
all-outputs = false; all-outputs = false;
persistent-workspaces = { persistent-workspaces = {
@ -57,7 +62,6 @@
"4" = [ ]; "4" = [ ];
"5" = [ ]; "5" = [ ];
"6" = [ ]; "6" = [ ];
"7" = [ ];
}; };
}; };
mpris = { mpris = {