summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--waybar/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/waybar/style.css b/waybar/style.css
index 6a9d8cc..1dc21aa 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -126,7 +126,7 @@ window#waybar.hidden {
}
#battery.charging, #battery.plugged {
- color: #EC0101;
+ color: #198844;
background-color: #1b1d1c;
}
@@ -157,7 +157,7 @@ label:focus {
}
#memory {
- background-color: #EC0101;
+ background-color: #198844;
color: #ffffff;
}
@@ -182,7 +182,7 @@ label:focus {
}
#wireplumber {
- background-color: #EC0101;
+ background-color: #198844;
color: #ffffff;
}
@@ -284,13 +284,13 @@ label:focus {
#tray > .passive {
-gtk-icon-effect: dim;
- background-color: #EC0101;
+ background-color: #198844;
color: #ffffff;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
- background-color: #EC0101;
+ background-color: #198844;
color: #ffffff;
}