mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-17 15:16:59 +02:00
waybar: Change workspace numbers
Might make this configurable later.
This commit is contained in:
parent
7da4e81c63
commit
b518a28f46
14
home.nix
14
home.nix
@ -559,6 +559,20 @@
|
|||||||
};
|
};
|
||||||
"wlr/workspaces" = {
|
"wlr/workspaces" = {
|
||||||
on-click = "activate";
|
on-click = "activate";
|
||||||
|
sort-by-number = true;
|
||||||
|
format = "{icon}";
|
||||||
|
format-icons = {
|
||||||
|
"1" = "一";
|
||||||
|
"2" = "二";
|
||||||
|
"3" = "三";
|
||||||
|
"4" = "四";
|
||||||
|
"5" = "五";
|
||||||
|
"6" = "六";
|
||||||
|
"7" = "七";
|
||||||
|
"8" = "八";
|
||||||
|
"9" = "九";
|
||||||
|
"10" = "十";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
wireplumber = {
|
wireplumber = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user