chore: adding a bit of weabooness
This commit is contained in:
@@ -40,11 +40,18 @@ in {
|
|||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
format = "{name}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
default = " ";
|
"1" = "一";
|
||||||
active = " ";
|
"2" = "二";
|
||||||
urgent = " ";
|
"3" = "三";
|
||||||
|
"4" = "四";
|
||||||
|
"5" = "五";
|
||||||
|
"6" = "六";
|
||||||
|
"7" = "七";
|
||||||
|
"8" = "八";
|
||||||
|
"9" = "九";
|
||||||
|
"10" = "十";
|
||||||
};
|
};
|
||||||
on-scroll-up = "hyprctl dispatch workspace e+1";
|
on-scroll-up = "hyprctl dispatch workspace e+1";
|
||||||
on-scroll-down = "hyprctl dispatch workspace e-1";
|
on-scroll-down = "hyprctl dispatch workspace e-1";
|
||||||
|
|||||||
Reference in New Issue
Block a user