summaryrefslogtreecommitdiffstats
path: root/waybar.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-21 16:29:05 -0400
committerAndrew <admonty1@protonmail.com>2025-08-21 16:29:05 -0400
commit4010671d170a9c079fa70c4f263b341b464d0e22 (patch)
tree76cc9e0d0dc07a258fb3a342a693a42adf7c1819 /waybar.nix
parentadd hyprpicker + wl clipboard and add keybind mod + s (diff)
downloadnixos-4010671d170a9c079fa70c4f263b341b464d0e22.tar.gz
nixos-4010671d170a9c079fa70c4f263b341b464d0e22.tar.bz2
nixos-4010671d170a9c079fa70c4f263b341b464d0e22.zip
change waybar icons to match workspaces
Diffstat (limited to '')
-rw-r--r--waybar.nix30
1 files changed, 16 insertions, 14 deletions
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";
};
};