Transparency behind rounded corners. #1253
Replies: 6 comments
-
This is as expected, since dunst uses a single window for the notifications and uses transparency for achieving the gaps and corners. Is there some way this could be completely solved? Using multiple windows would help of course, but that is already an open issue. |
Beta Was this translation helpful? Give feedback.
-
Hey!
Restart Dunst and enjoy your crystal clear corners :) |
Beta Was this translation helpful? Give feedback.
-
But wouldn't that just disable blur for the notifications? |
Beta Was this translation helpful? Give feedback.
-
Oh. I didn't take into account that the goal was to have a blur at the same time. I was too focused on the corners as prime problem. |
Beta Was this translation helpful? Give feedback.
-
What I'm talking about is a rule for example that looks something like this (relatively speaking) For class=dunst In the picom configuration file So this isn't a dunst problem anymore I guess |
Beta Was this translation helpful? Give feedback.
-
When there is a compositor dunst leaves the styling of corners (thus transparency in those spots) up to the compositor. So I think this is actually more of a problem with picom. https://www.reddit.com/r/i3wm/comments/y2x243/picom_blurry_corners_when_using_rounded_corners/ I don't know if they are still relevant now, however this is a good place to start looking |
Beta Was this translation helpful? Give feedback.
-
Issue description
rounded corners in dunst notifications have this transperent square behind them
i use picom as a compositor. this issue appears when i enable shadow within dunstrc or enable blur in picom.
same issue in this picture, but here also the gap is being recognized in picom as the notification
dunst in terminal gives me this: ( but i don't think it's related )
CRITICAL: Source ID 99 was not found when attempting to remove it
CRITICAL: Source ID 106 was not found when attempting to remove it
CRITICAL: Source ID 111 was not found when attempting to remove it
CRITICAL: Source ID 134 was not found when attempting to remove it
CRITICAL: Source ID 161 was not found when attempting to remove it
CRITICAL: Source ID 192 was not found when attempting to remove it
CRITICAL: Source ID 210 was not found when attempting to remove it
CRITICAL: Source ID 260 was not found when attempting to remove it
Installation info
1.9.2 (2023-04-20)
package
dwm
kali linux
Minimal dunstrc
Beta Was this translation helpful? Give feedback.
All reactions