Toqozz / wired-notify

Lightweight notification daemon with highly customizable layout blocks, written in Rust.
MIT License
608 stars 28 forks source link

Rounded Borders #152

Closed cecilialau6776 closed 3 months ago

cecilialau6776 commented 3 months ago

It seems that that border_rounding property on NotificationBlocks 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 the border_rounding property, show no border, use the NotificationBlock as a 'border' and have an inner NotificationBlock that that actually has the content you want.

Toqozz commented 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.