From 46de8aac15ab7d817c05b20061e75f136b70497a Mon Sep 17 00:00:00 2001 From: installer Date: Tue, 17 Dec 2024 18:45:47 +0100 Subject: [PATCH] chore: adding a bit of weabooness --- modules/home-manager/waybar.nix | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix index edf6072..cfc8c6d 100644 --- a/modules/home-manager/waybar.nix +++ b/modules/home-manager/waybar.nix @@ -40,11 +40,18 @@ in { "clock" ]; "hyprland/workspaces" = { - format = "{name}"; + format = "{icon}"; format-icons = { - default = " "; - active = " "; - urgent = " "; + "1" = "一"; + "2" = "二"; + "3" = "三"; + "4" = "四"; + "5" = "五"; + "6" = "六"; + "7" = "七"; + "8" = "八"; + "9" = "九"; + "10" = "十"; }; on-scroll-up = "hyprctl dispatch workspace e+1"; on-scroll-down = "hyprctl dispatch workspace e-1";