diff --git a/sway/.config/waybar/style.css b/sway/.config/waybar/style.css index fd42fc8..e688bb0 100644 --- a/sway/.config/waybar/style.css +++ b/sway/.config/waybar/style.css @@ -58,6 +58,11 @@ window#waybar.hidden { border-bottom: 3px solid #ffffff; } +/* Rounded corner for the leftmost non-tray module on the right side */ +.modules-right > :nth-child(2) > * { + border-radius: 5px 0px 0px 5px; +} + #clock, #battery, #cpu, @@ -136,7 +141,6 @@ label:focus { } #pulseaudio { - border-radius: 5px 0px 0px 5px; background-color: #ebdbb2; color: #000000; } @@ -171,7 +175,7 @@ label:focus { #tray { background-color: #3c3836; - padding: 0 8px; + padding: 0 12px; } #custom-power {