Overlay layer with rounded corners #11979
Replies: 4 comments 8 replies
-
|
can you attach a log from running wofi with WAYLAND_DEBUG=1? |
Beta Was this translation helpful? Give feedback.
-
|
I am having the same issue, I thought I was going crazy because I remember this being fixed long ago. |
Beta Was this translation helpful? Give feedback.
-
|
The solution is to set your background color as |
Beta Was this translation helpful? Give feedback.
-
|
I had the same issue on my side. In my CSS, I was using the @Lavender variable as the background-color for window. While testing, I tried replacing it with #fff, but I accidentally typed @fff instead. Surprisingly, that seems to have fixed the black background artifacts in the rounded corners. My guess is that @fff was treated as an invalid color reference, so that background declaration was ignored or handled differently, which ended up removing the black corners.
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
With wofi set up with rounded corners (

#window {border-radius: 22px;}instyle.css), the corners fall through to the background image, in stead of showing the windows beneath.Is this an instance of #11590? It seems different as it's more permanent. It also only occurs when animations are finished/disabled.
Beta Was this translation helpful? Give feedback.
All reactions