From 4010671d170a9c079fa70c4f263b341b464d0e22 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 21 Aug 2025 16:29:05 -0400 Subject: change waybar icons to match workspaces --- waybar.nix | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'waybar.nix') diff --git a/waybar.nix b/waybar.nix index 9cf5d0b..905dcd6 100644 --- a/waybar.nix +++ b/waybar.nix @@ -33,14 +33,15 @@ format = "{icon}"; format-icons = { "1" = ""; - "2" = ""; - "3" = ""; - "4" = "4"; - "5" = "5"; - "6" = ""; - "7" = ""; + "2" = ""; + "3" = ""; + "4" = ""; + "5" = "󰡈"; + "6" = ""; + "7" = "7"; "8" = ""; - "9" = "9"; + "9" = "󰠮"; + "10" = "10"; }; }; @@ -139,14 +140,15 @@ format = "{icon}"; format-icons = { "1" = ""; - "2" = ""; - "3" = ""; - "4" = "4"; - "5" = "5"; - "6" = ""; - "7" = ""; + "2" = ""; + "3" = ""; + "4" = ""; + "5" = "󰡈"; + "6" = ""; + "7" = "7"; "8" = ""; - "9" = "9"; + "9" = "󰠮"; + "10" = "10"; }; }; -- cgit v1.3.1