waybar: make higher number workspaces visually distinct

Workspace number == 6 + number of filled segments in icon
This commit is contained in:
Evie Litherland-Smith 2024-03-19 15:16:16 +00:00
parent aa4a552bc6
commit 319f363b08

View file

@ -67,8 +67,13 @@
"4" = "󱧶 "; "4" = "󱧶 ";
"5" = "󰓓 "; "5" = "󰓓 ";
"6" = "󰙯 "; "6" = "󰙯 ";
default = "󰋙 "; "7" = "󰫃 ";
# active = "󰫈 "; "8" = "󰫄 ";
"9" = "󰫅 ";
"10" = "󰫆 ";
"11" = "󰫇 ";
"12" = "󰫈 ";
default = "󰫈 ";
urgent = "󰁡 "; urgent = "󰁡 ";
}; };
show-special = false; show-special = false;