waybar: make higher number workspaces visually distinct
Workspace number == 6 + number of filled segments in icon
This commit is contained in:
parent
aa4a552bc6
commit
319f363b08
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue