From cad64e7fe6a773f8d4d81fb5deee1a4914fabf43 Mon Sep 17 00:00:00 2001 From: Damocles Date: Sat, 18 Apr 2026 11:46:11 +0200 Subject: [PATCH] remove dim overlay from lock screen background --- shell/lock/LockSurface.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shell/lock/LockSurface.qml b/shell/lock/LockSurface.qml index ed23ad2..aac3e45 100644 --- a/shell/lock/LockSurface.qml +++ b/shell/lock/LockSurface.qml @@ -60,12 +60,6 @@ WlSessionLockSurface { } } - // Dim overlay - Rectangle { - anchors.fill: parent - color: Qt.rgba(S.Theme.base00.r, S.Theme.base00.g, S.Theme.base00.b, 0.4) - } - // Hex wave C.HexWaveBackground { id: _hexWave