Fixed broken icons

This commit is contained in:
Alejandro Angulo 2023-06-04 22:52:14 -07:00
parent 5872c0e443
commit 7da4bb3128
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -111,10 +111,10 @@ in {
}; };
format = "{icon} {capacity}%"; format = "{icon} {capacity}%";
tooltip-format = "{timeTo}, {capacity}%"; tooltip-format = "{timeTo}, {capacity}%";
format-charging = " {capacity}%"; format-charging = "󰂄 {capacity}%";
format-plugged = " "; format-plugged = " ";
format-alt = "{time} {icon}"; format-alt = "{time} {icon}";
format-icons = ["" "" "" "" ""]; format-icons = ["" "" "" "" ""];
}; };
memory = { memory = {
@ -123,7 +123,7 @@ in {
backlight = { backlight = {
format = "{icon} {percent}%"; format = "{icon} {percent}%";
format-icons = [" " " "]; format-icons = ["󰃞` " "󰃚 "];
on-scroll-up = "light -A 1"; on-scroll-up = "light -A 1";
on-scroll-down = "light -U 1"; on-scroll-down = "light -U 1";
}; };