Closed cecilialau6776 closed 3 months ago
This is by design. If we round the outer borders there is no way for us to make the compositor understand, and so the compositor shadows will still be on the pointy corners.
Rounded outer corners should be done at the compositor level. For Picom this is the corner-radius
option.
It seems that that
border_rounding
property onNotificationBlock
s only rounds the inside, and not the outside. I'd love for both to be rounded but for now, a workarounds might be to set theborder_rounding
property, show no border, use theNotificationBlock
as a 'border' and have an innerNotificationBlock
that that actually has the content you want.