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;