From 9c4b30e40259183594a2fda026dd84008289d227 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sun, 2 Aug 2026 16:53:46 -0500 Subject: [PATCH] waybar style --- roy-config/waybar/style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/roy-config/waybar/style.css b/roy-config/waybar/style.css index d104e75..f48fc3d 100755 --- a/roy-config/waybar/style.css +++ b/roy-config/waybar/style.css @@ -27,7 +27,20 @@ border-radius: 2px; } -#wireplumber, +#wireplumber#sink { + background-color: @background-alt; + border-radius: 3px; + padding-left: 0.5em; + padding-right: 0.5em; +} + +#wireplumber#source { + background-color: @background-alt; + border-radius: 3px; + padding-left: 0.5em; + padding-right: 0.5em; +} + #bat, #net { background-color: @background-alt;