diff options
author | zachir <zachir@librem.one> | 2025-06-29 21:27:56 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-06-29 21:27:56 -0500 |
commit | 889454ccb493db5f86aa61754f279da09e3c5b35 (patch) | |
tree | 46264aac8b5c666e3152555eeec5460127203386 | |
parent | 15c0a79922cf004d5149728072ff4e9049eed521 (diff) |
Set waybar style to use green
-rw-r--r-- | waybar/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/waybar/style.css b/waybar/style.css index 1dc21aa..6c22341 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -53,7 +53,7 @@ window#waybar.hidden { */ #workspaces button.active { - background: #EC0101; + background: #198844; } /* @@ -167,12 +167,12 @@ label:focus { } #backlight { - background-color: #EC0101; + background-color: #198844; color: #ffffff; } #network { - background-color: #EC0101; + background-color: #198844; color: #ffffff; } @@ -188,7 +188,7 @@ label:focus { #wireplumber.muted { background-color: #1b1d1c; - color: #EC0101; + color: #198844; } #custom-media { @@ -301,7 +301,7 @@ label:focus { } #idle_inhibitor.activated { - background-color: #EC0101; + background-color: #198844; color: #ffffff; border-radius: 20px 0px 0px 20px; |