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:
@ -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";
|
||||||
|
Reference in New Issue
Block a user