From fd120ee8c1834ca102ceca263ab6910c97afbd6a Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Fri, 25 Mar 2022 20:46:28 -0400 Subject: [PATCH] waybar: make pulseaudio the leftmost module --- sway/.config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }