modules/home/desktop/niri/default.nix: malayalam numbers

we'll see how well that goes

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-12 01:43:31 +03:00
parent bc2d3e4dae
commit 4f325df7b7

View File

@ -665,16 +665,16 @@ in {
"niri/workspaces" = { "niri/workspaces" = {
format = "{icon}"; format = "{icon}";
format-icons = { format-icons = {
"1" = "I"; "1" = "";
"2" = "II"; "2" = "";
"3" = "III"; "3" = "";
"4" = "IV"; "4" = "";
"5" = "V"; "5" = "";
"6" = "VI"; "6" = "";
"7" = "VII"; "7" = "";
"8" = "IIX"; "8" = "";
"9" = "IX"; "9" = "";
"10" = "X"; "10" = "";
general = "󰘧"; general = "󰘧";
web = "󰖟"; web = "󰖟";
chat = "󰻞"; chat = "󰻞";
@ -704,7 +704,7 @@ in {
]; ];
}; };
"backlight" = { "backlight" = {
format = "{percent}% {icon}"; format = "{icon} {percent}%";
format-icons = ["" ""]; format-icons = ["" ""];
}; };
"idle_inhibitor" = { "idle_inhibitor" = {
@ -729,10 +729,10 @@ in {
warning = 30; warning = 30;
critical = 15; critical = 15;
}; };
format = "{capacity}% {icon}"; format = "{icon} {capacity}%";
format-full = "{capacity}% 󱟢"; format-full = "󱟢 {capacity}%";
format-charging = "{capacity}% 󰂄"; format-charging = "󰂄 {capacity}%";
format-plugged = "{capacity}% 󰚥"; format-plugged = "󰚥 {capacity}%";
format-alt = "{icon} {time}"; format-alt = "{icon} {time}";
format-icons = ["󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹"]; format-icons = ["󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹"];
}; };
@ -767,7 +767,7 @@ in {
}; };
"wireplumber" = { "wireplumber" = {
scroll-step = 3; scroll-step = 3;
format = "{volume}% {icon}"; format = "{icon} {volume}%";
format-muted = "󰖁"; format-muted = "󰖁";
format-icons = ["󰕿" "󰖀" "󰕾"]; format-icons = ["󰕿" "󰖀" "󰕾"];
on-click = getExe pkgs.pwvucontrol; on-click = getExe pkgs.pwvucontrol;
@ -806,7 +806,7 @@ in {
}; };
"wlr/taskbar" = { "wlr/taskbar" = {
format = "{icon}"; format = "{icon}";
icon-size = 24; icon-size = 16;
icon-theme = "${config.dconf.settings."org/gnome/desktop/interface".icon-theme}"; icon-theme = "${config.dconf.settings."org/gnome/desktop/interface".icon-theme}";
tooltip-format = "{title}"; tooltip-format = "{title}";
on-click = "activate"; on-click = "activate";