diff --git a/sway/.config/waybar/style.css b/sway/.config/waybar/style.css index df5b829..c01046c 100644 --- a/sway/.config/waybar/style.css +++ b/sway/.config/waybar/style.css @@ -126,7 +126,6 @@ label:focus { #network { background-color: #ebdbb2; color: #000000; - border-radius: 5px 0px 0px 5px; } #network.disconnected { @@ -134,6 +133,7 @@ label:focus { } #pulseaudio { + border-radius: 5px 0px 0px 5px; background-color: #ebdbb2; color: #000000; }