summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css15
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;