From eebe14203985349e513ebe365e57486e1703deca Mon Sep 17 00:00:00 2001 From: primardj Date: Fri, 26 Jan 2024 23:39:03 +0000 Subject: [PATCH] change colors of battery in low states. Not yet tested. --- dotconfig/waybar/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dotconfig/waybar/style.css b/dotconfig/waybar/style.css index 100d9d0..2a4e783 100644 --- a/dotconfig/waybar/style.css +++ b/dotconfig/waybar/style.css @@ -169,6 +169,15 @@ window#waybar.hidden { background: #282a36; } +#battery.warning { + color : #ffaa00; +} + +#battery.crittical { + color : #ff0000; + background: #ffdd44 +} + #clock { /*margin-top: 8px;*/ margin-left: 12px;