I installed Garuda Sway yesterday. I used arch with i3 before this but since I recently bought an AMD card, I wanted to try sway without having to set everything up manually. I changed a few things like the background and i removed a few waybar modules.
The only thing that’s bugging me now is that all the corners of the waybar are rounded. I want only the bottom left and bottom right corners to be rounded. I’ve looked at ~/.config/sway/config.d/default, ~/.config/sway/config.d/swayfx, ~/.config/sway/config.d/theme, ~/.config/waybar/config and ~/.config/waybar/style.css but seems to be impossible to make the corners straight. What am I missing?
Thanks a lot, it works now! All I had to do was remove the layer_effects line (else there would still be a shadow under the rounded corners) and add the border-radius line to the window#waybar block (else the workspace icons would be affected too).
I forgot to say, if you want only specific corners rounded you should be able to specify that by using the border-bottom-left-radius and border-bottom-right-radius properties instead of border-radius.