Adjust spacing for backlight and battery now that I've seen them

This commit is contained in:
Evie Litherland-Smith 2024-12-20 09:05:14 +00:00
parent 2d2003b563
commit dc02bcf65d

View file

@ -234,7 +234,7 @@
hide-on-ok = true; hide-on-ok = true;
format = "󰀦"; format = "󰀦";
tooltip = true; tooltip = true;
tooltip-format = "System failed:{nr_failed_system} User failed:{nr_failed_user}"; tooltip-format = "System failed:{nr_failed_system}\nUser failed:{nr_failed_user}";
system = true; system = true;
user = true; user = true;
}; };
@ -365,7 +365,7 @@
} }
#clock.calendar { #clock.calendar {
color: ${scheme.base0C}; color: ${scheme.base0C};
padding: 2px 4px 2px 2px; padding: 2px 3px 2px 3px;
} }
#clock { #clock {
color: ${scheme.base0D}; color: ${scheme.base0D};
@ -373,7 +373,10 @@
} }
#backlight { #backlight {
padding: 2px 6px 2px 0px; padding: 2px 3px 2px 3px;
}
#battery {
padding: 2px 2px 2px 4px;
} }
#battery.warning { #battery.warning {
color: ${scheme.base09}; color: ${scheme.base09};
@ -387,7 +390,7 @@
} }
#systemd-failed-units { #systemd-failed-units {
padding: 2px 5px 2px 0px; padding: 2px 4px 2px 1px;
} }
#systemd-failed-units.ok { #systemd-failed-units.ok {
color: ${scheme.base0B} color: ${scheme.base0B}