From 66c18744b530f4e14bae849b69dd71c1cd611b6f Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 30 Jun 2025 21:12:51 -0500 Subject: Make memory and wireplumber waybar backgrounds black --- waybar/style.css | 4 ++-- 1 file 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; } -- cgit v1.2.3