diff options
author | zachir <zachir@librem.one> | 2025-06-30 21:12:51 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-06-30 21:12:51 -0500 |
commit | 66c18744b530f4e14bae849b69dd71c1cd611b6f (patch) | |
tree | 1f32348d4488eea652c8af24a7220801c0a01784 | |
parent | b413c6caae608500846872c17392e04d39c1bcb9 (diff) |
Make memory and wireplumber waybar backgrounds black
-rw-r--r-- | waybar/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/style.css b/waybar/style.css index beb3d58..e791f99 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -156,7 +156,7 @@ label:focus { } #memory { - background-color: #198844; + background-color: #1b1d1c; color: #ffffff; } @@ -181,7 +181,7 @@ label:focus { } #wireplumber { - background-color: #198844; + background-color: #1b1d1c; color: #ffffff; } |