diff options
author | ZachIR <zachir@librem.one> | 2025-07-30 05:07:11 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-30 05:07:11 -0500 |
commit | 6f3201d6ba0d4d89c05337b02d75f3b0d269d088 (patch) | |
tree | dd4d0c9cfb29a6a85bd74e53321aaee8b052d3c5 /waybar/style.css | |
parent | 58517df7f7c013c9bb3d589bcde98d970b2ace01 (diff) | |
parent | 218e54aa900ba4e469a405f3e81bf00e024b228d (diff) |
Merge branch 'master' into car
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; |