summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-06-29 21:09:19 -0500
committerzachir <zachir@librem.one>2025-06-29 21:09:19 -0500
commite6b45c355e56158fe2166da92443fe2fa76a6cbe (patch)
treea88b2fc2e8aa3e907bcd784c316d9ae145afc16e
parentdd9e2dd19da50b14aa99922df660ec01d0fb69ae (diff)
Change waybar colors back to green
-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;
}