Updated icon ordering and spacing
This commit is contained in:
parent
1b9a2cc6d3
commit
aa575cb067
|
@ -72,12 +72,12 @@ in {
|
||||||
|
|
||||||
temperature = {
|
temperature = {
|
||||||
critical-threshold = 80;
|
critical-threshold = 80;
|
||||||
format = "{temperatureC}°C {icon}";
|
format = "{icon}{temperatureC}°C";
|
||||||
format-icons = [" " " " " "];
|
format-icons = [" " " " " "];
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu = {
|
cpu = {
|
||||||
format = "{usage}% ";
|
format = " {usage}%";
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -114,22 +114,22 @@ in {
|
||||||
format-charging = " {capacity}%";
|
format-charging = " {capacity}%";
|
||||||
format-plugged = " ";
|
format-plugged = " ";
|
||||||
format-alt = "{time} {icon}";
|
format-alt = "{time} {icon}";
|
||||||
format-icons = ["" "" "" "" ""];
|
format-icons = [" " " " " " " " " "];
|
||||||
};
|
};
|
||||||
|
|
||||||
memory = {
|
memory = {
|
||||||
format = "{}% ";
|
format = " {}%";
|
||||||
};
|
};
|
||||||
|
|
||||||
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";
|
||||||
};
|
};
|
||||||
|
|
||||||
network = {
|
network = {
|
||||||
format-wifi = " ";
|
format-wifi = " ";
|
||||||
format-ethernet = "{ifname}: {ipaddr}/{cidr} ";
|
format-ethernet = "{ifname}: {ipaddr}/{cidr} ";
|
||||||
format-linked = "{ifname} (No IP) ";
|
format-linked = "{ifname} (No IP) ";
|
||||||
format-disconnected = "睊 ";
|
format-disconnected = "睊 ";
|
||||||
|
|
Loading…
Reference in a new issue