diff options
author | ZachIR <zachir@librem.one> | 2025-07-30 05:06:51 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-30 05:06:51 -0500 |
commit | 218e54aa900ba4e469a405f3e81bf00e024b228d (patch) | |
tree | 1f5ae15079218c01e962f874e32d73d38420b23d /waybar/style.css | |
parent | d1412fdffa7388d04c01a26ab89cef8151efde6e (diff) |
Expand custom/battery module
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/waybar/style.css b/waybar/style.css index 865e806..ff6dc9a 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -223,6 +223,21 @@ label:focus { font-size: 18px; } +#custom-battery.battery_low{ + background-color: yellow; + color: #1b1d1c; +} + +#custom-battery.battery_crit{ + background-color: red; + color: #1b1d1c; +} + +#custom-battery.battery_charging{ + background-color: #1d1b1c; + color: #198844; +} + #custom-launcher{ background-color: #1b1d1c; font-size: 20px; |