From f20695d45d68db528e07a092de09c56a47c621c8 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 3 Dec 2024 15:53:05 +0000 Subject: [PATCH] Swap music workspace back to documents --- system/home/hyprland.nix | 2 +- system/home/waybar.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index d5275d1c..93e4c386 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -244,7 +244,7 @@ # Workspace rules "workspace 2, (firefox|nyxt|org.qutebrowser.qutebrowser)" # Browser "workspace 3, (signal|whatsapp-for-linux|WebCord|teams-for-linux|twinkle)" # Messaging - "workspace 4, (com.github.neithern.g4music)" # Music + "workspace 4, (libreoffice|soffice)(.*)" # Documents "workspace 5, (org.remmina.Remmina|Nxplayer.bin)" # Remote Desktop "workspace 6, (lutris|page.kramo.Cartridges|org.prismlauncher.PrismLauncher)" # Gaming "workspace 6 silent, (steam|steam_app)" # Gaming (Silent) diff --git a/system/home/waybar.nix b/system/home/waybar.nix index 0d6887f0..b4cec5f0 100644 --- a/system/home/waybar.nix +++ b/system/home/waybar.nix @@ -40,7 +40,7 @@ "1" = "󰆍 "; "2" = "󰖟 "; "3" = "󰭹 "; - "4" = "󰝚 "; + "4" = "󱧶 "; "5" = "󰢹 "; "6" = "󰊗 "; "7" = "󰐫 ";