feat(waybar): use japanese for workspace numbers.
This commit is contained in:
parent
f0c8579dad
commit
38ddce150b
1 changed files with 12 additions and 0 deletions
|
|
@ -182,6 +182,18 @@
|
||||||
persistent-workspaces = {
|
persistent-workspaces = {
|
||||||
"*" = [1 2 3 4 5 6 7 8 9];
|
"*" = [1 2 3 4 5 6 7 8 9];
|
||||||
};
|
};
|
||||||
|
format = "{icon}";
|
||||||
|
format-icons = {
|
||||||
|
"1" = "一";
|
||||||
|
"2" = "二";
|
||||||
|
"3" = "三";
|
||||||
|
"4" = "四";
|
||||||
|
"5" = "五";
|
||||||
|
"6" = "六";
|
||||||
|
"7" = "七";
|
||||||
|
"8" = "八";
|
||||||
|
"9" = "九";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
disk = {
|
disk = {
|
||||||
path = "/";
|
path = "/";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue