Compare commits
2 Commits
f5e5b30f76
...
4f325df7b7
Author | SHA1 | Date | |
---|---|---|---|
4f325df7b7
|
|||
bc2d3e4dae
|
@ -268,7 +268,7 @@ in {
|
|||||||
main = {
|
main = {
|
||||||
terminal = terminal + " -e";
|
terminal = terminal + " -e";
|
||||||
fields = "filename,name,generic,keywords,categories,exec";
|
fields = "filename,name,generic,keywords,categories,exec";
|
||||||
dpi-aware = true;
|
dpi-aware = false;
|
||||||
horizontal-pad = 12;
|
horizontal-pad = 12;
|
||||||
vertical-pad = 12;
|
vertical-pad = 12;
|
||||||
show-actions = true;
|
show-actions = true;
|
||||||
@ -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