diff --git a/modules/linux/home-manager/wayland.nix b/modules/linux/home-manager/wayland.nix index 6715247..446f675 100644 --- a/modules/linux/home-manager/wayland.nix +++ b/modules/linux/home-manager/wayland.nix @@ -182,6 +182,18 @@ persistent-workspaces = { "*" = [1 2 3 4 5 6 7 8 9]; }; + format = "{icon}"; + format-icons = { + "1" = "一"; + "2" = "二"; + "3" = "三"; + "4" = "四"; + "5" = "五"; + "6" = "六"; + "7" = "七"; + "8" = "八"; + "9" = "九"; + }; }; disk = { path = "/";