From 4f325df7b74b32358e673a4f93ef669cede622d7 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sat, 12 Apr 2025 01:43:31 +0300 Subject: [PATCH] modules/home/desktop/niri/default.nix: malayalam numbers we'll see how well that goes Signed-off-by: unexplrd --- modules/home/desktop/niri/default.nix | 34 +++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/modules/home/desktop/niri/default.nix b/modules/home/desktop/niri/default.nix index 5f76664..778d550 100644 --- a/modules/home/desktop/niri/default.nix +++ b/modules/home/desktop/niri/default.nix @@ -665,16 +665,16 @@ in { "niri/workspaces" = { format = "{icon}"; format-icons = { - "1" = "I"; - "2" = "II"; - "3" = "III"; - "4" = "IV"; - "5" = "V"; - "6" = "VI"; - "7" = "VII"; - "8" = "IIX"; - "9" = "IX"; - "10" = "X"; + "1" = "൧"; + "2" = "൨"; + "3" = "൩"; + "4" = "൪"; + "5" = "൫"; + "6" = "൬"; + "7" = "൭"; + "8" = "൮"; + "9" = "൯"; + "10" = "൰"; general = "󰘧"; web = "󰖟"; chat = "󰻞"; @@ -704,7 +704,7 @@ in { ]; }; "backlight" = { - format = "{percent}% {icon}"; + format = "{icon} {percent}%"; format-icons = ["" ""]; }; "idle_inhibitor" = { @@ -729,10 +729,10 @@ in { warning = 30; critical = 15; }; - format = "{capacity}% {icon}"; - format-full = "{capacity}% 󱟢"; - format-charging = "{capacity}% 󰂄"; - format-plugged = "{capacity}% 󰚥"; + format = "{icon} {capacity}%"; + format-full = "󱟢 {capacity}%"; + format-charging = "󰂄 {capacity}%"; + format-plugged = "󰚥 {capacity}%"; format-alt = "{icon} {time}"; format-icons = ["󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹"]; }; @@ -767,7 +767,7 @@ in { }; "wireplumber" = { scroll-step = 3; - format = "{volume}% {icon}"; + format = "{icon} {volume}%"; format-muted = "󰖁"; format-icons = ["󰕿" "󰖀" "󰕾"]; on-click = getExe pkgs.pwvucontrol; @@ -806,7 +806,7 @@ in { }; "wlr/taskbar" = { format = "{icon}"; - icon-size = 24; + icon-size = 16; icon-theme = "${config.dconf.settings."org/gnome/desktop/interface".icon-theme}"; tooltip-format = "{title}"; on-click = "activate";