diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index e60ce8e0..505790b9 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -261,8 +261,8 @@ # Workspace rules "workspace 2 silent, (firefox|nyxt|org.qutebrowser.qutebrowser)" # Browser - "workspace 3 silent, (libreoffice|soffice)(.*)" # Documents - "workspace 4 silent, (signal|com.rtosta.zapzap|WebCord|teams-for-linux|twinkle)" # Messaging + "workspace 3 silent, (signal|com.rtosta.zapzap|WebCord|teams-for-linux|twinkle)" # Messaging + "workspace 4 silent, (com.github.neithern.g4music)" # Music "workspace 5 silent, (org.remmina.Remmina|Nxplayer.bin)" # Remote Desktop "workspace 6 silent, (steam|steam_app|lutris|page.kramo.Cartridges|org.prismlauncher.PrismLauncher)" # Gaming diff --git a/system/home/waybar.nix b/system/home/waybar.nix index 641b969f..572e40c5 100644 --- a/system/home/waybar.nix +++ b/system/home/waybar.nix @@ -37,11 +37,11 @@ format = "{icon}"; format-icons = { "1" = "󰆍 "; - "2" = "󰈹 "; - "3" = "󰝰 "; - "4" = "󰭹 "; + "2" = "󰖟 "; + "3" = "󰭹 "; + "4" = "󰝚 "; "5" = "󰢹 "; - "6" = "󰓓 "; + "6" = "󰊗 "; default = "󰀻 "; }; all-outputs = false;