From 3236ed831d3f2511a557affc66733f90df021e26 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 23 Sep 2023 16:01:55 -0500 Subject: [PATCH] Fully fixes waybar workspaces + better workspace icons --- user/wm/hyprland/hyprland.nix | 45 ++++++++++++++--------------------- 1 file changed, 18 insertions(+), 27 deletions(-) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 8c8c232..878440e 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -386,35 +386,26 @@ "hyprland/workspaces" = { "format" = "{icon}"; "format-icons" = { - "1" = "notes¹"; - "2" = "web²"; - "3" = "dev³"; - "4" = "music⁴"; - "5" = "art⁵"; - "6" = "rec⁶"; - "7" = "money⁷"; - "8" = "edu⁸"; - "9" = "games⁹"; -# "1" = "¹󱚌"; -# "2" = "²󰈹"; -# "3" = "³󰈮"; -# "4" = "⁴󱍙"; -# "5" = "⁵"; -# "6" = "⁶󰄄"; -# "7" = "⁷"; -# "8" = "⁸"; -# "9" = "⁹"; + "1" = "󱚌"; + "2" = "󰖟"; + "3" = ""; + "4" = "󰎄"; + "5" = "󰋩"; + "6" = ""; + "7" = "󰄖"; + "8" = "󰑴"; + "9" = "󱎓"; }; "persistent_workspaces" = { - "1" = [ ]; - "2" = [ ]; - "3" = [ ]; - "4" = [ ]; - "5" = [ ]; - "6" = [ ]; - "7" = [ ]; - "8" = [ ]; - "9" = [ ]; + "1" = [ "eDP-1" "HDMI-A-1" "DP-1"]; + "2" = [ "eDP-1" "HDMI-A-1" "DP-1"]; + "3" = [ "eDP-1" "HDMI-A-1" "DP-1"]; + "4" = [ "eDP-1" "HDMI-A-1" "DP-1"]; + "5" = [ "eDP-1" "HDMI-A-1" "DP-1"]; + "6" = [ "eDP-1" "HDMI-A-1" "DP-1"]; + "7" = [ "eDP-1" "HDMI-A-1" "DP-1"]; + "8" = [ "eDP-1" "HDMI-A-1" "DP-1"]; + "9" = [ "eDP-1" "HDMI-A-1" "DP-1"]; }; "on-click" = "activate"; "on-scroll-up" = "hyprctl dispatch workspace e+1";