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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
memory = {
|
memory = {
|
||||||
format = "{}% ";
|
format = " {}%";
|
||||||
};
|
};
|
||||||
|
|
||||||
backlight = {
|
backlight = {
|
||||||
|
|
Loading…
Reference in a new issue