fix lock surface background opacity to prevent compositor fallback bleedthrough
This commit is contained in:
parent
cd6f32dfcf
commit
df2bc487fd
1 changed files with 8 additions and 0 deletions
|
|
@ -15,6 +15,14 @@ WlSessionLockSurface {
|
||||||
|
|
||||||
property real _unlockFade: 1
|
property real _unlockFade: 1
|
||||||
|
|
||||||
|
// Solid background - WlSessionLockSurface.color can be unreliable with
|
||||||
|
// Wayland compositors, so paint an explicit opaque rect to prevent the
|
||||||
|
// compositor fallback color (niri red) from bleeding through.
|
||||||
|
Rectangle {
|
||||||
|
anchors.fill: parent
|
||||||
|
color: S.Theme.base00
|
||||||
|
}
|
||||||
|
|
||||||
// Clear desktop screenshot from ScreenshotService - visible immediately
|
// Clear desktop screenshot from ScreenshotService - visible immediately
|
||||||
Image {
|
Image {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue