From 38ddce150b184a5cdc42bef57ce2acde05c2ae5b Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 2 Dec 2025 18:12:08 +0100 Subject: [PATCH] feat(waybar): use japanese for workspace numbers. --- modules/linux/home-manager/wayland.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 = "/";