From b3e919514a353efb7dcc35379c6857cba3bf004a Mon Sep 17 00:00:00 2001 From: Damocles Date: Fri, 17 Apr 2026 18:03:23 +0200 Subject: [PATCH] fix lock screen color flash on show/hide --- modules/lock/LockSurface.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lock/LockSurface.qml b/modules/lock/LockSurface.qml index b4fdae5..e377e89 100644 --- a/modules/lock/LockSurface.qml +++ b/modules/lock/LockSurface.qml @@ -10,7 +10,7 @@ WlSessionLockSurface { required property WlSessionLock lock required property LockAuth auth - color: "transparent" + color: M.Theme.base00 // Blur screenshot of desktop as background ScreencopyView {