mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-17 03:19:05 +01:00
ironbar: Use dots for workspaces
This was a test of using dots for workspaces, although ultimately workspace indicators may be removed entirely in favor of an overview feature in the future.
This commit is contained in:
parent
15d9586f23
commit
05e9efa5fe
@ -9,16 +9,16 @@
|
||||
{
|
||||
"all_monitors": false,
|
||||
"name_map": {
|
||||
"1": "一",
|
||||
"2": "二",
|
||||
"3": "三",
|
||||
"4": "四",
|
||||
"5": "五",
|
||||
"6": "六",
|
||||
"7": "七",
|
||||
"8": "八",
|
||||
"9": "九",
|
||||
"10": "十"
|
||||
"1": "●",
|
||||
"2": "●",
|
||||
"3": "●",
|
||||
"4": "●",
|
||||
"5": "●",
|
||||
"6": "●",
|
||||
"7": "●",
|
||||
"8": "●",
|
||||
"9": "●",
|
||||
"10": "●"
|
||||
},
|
||||
"type": "workspaces"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user