summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/waybar/style.css b/waybar/style.css
index cf7655f..c3ba99b 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -14,10 +14,16 @@ window#waybar {
/* Different battery states indicator */
#battery.discharging.warning {
color: #ffa500;
+ background-color: #0a0a0a;
}
#battery.discharging.critical {
color: #ff0000;
+ background-color: #0a0a0a;
+}
+
+#battery.charging {
+ background-color: #0a0a0a;
}
#clock,