summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config.jsonc2
-rw-r--r--waybar/style.css6
2 files changed, 8 insertions, 0 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc
index 71a09dd..4be1d16 100644
--- a/waybar/config.jsonc
+++ b/waybar/config.jsonc
@@ -40,6 +40,8 @@
"format": " {temperatureC}°C"
},
"battery": {
+ "interval": 60,
+ "max-length": 25,
"states": {
"good": 95,
"warning": 30,
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,