diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-21 16:29:05 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-21 16:29:05 -0400 |
| commit | 4010671d170a9c079fa70c4f263b341b464d0e22 (patch) | |
| tree | 76cc9e0d0dc07a258fb3a342a693a42adf7c1819 /waybar.nix | |
| parent | add hyprpicker + wl clipboard and add keybind mod + s (diff) | |
| download | nixos-4010671d170a9c079fa70c4f263b341b464d0e22.tar.gz nixos-4010671d170a9c079fa70c4f263b341b464d0e22.tar.bz2 nixos-4010671d170a9c079fa70c4f263b341b464d0e22.zip | |
change waybar icons to match workspaces
Diffstat (limited to '')
| -rw-r--r-- | waybar.nix | 30 |
1 files changed, 16 insertions, 14 deletions
@@ -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"; }; }; |
