From 9c6aea03b58ead9044184724613ea1baa2a3cd35 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 9 Jan 2026 19:53:59 -0500 Subject: remove more things, make lock screen use wallpaper not screenshot --- modules/lock/LockSurface.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/lock') diff --git a/modules/lock/LockSurface.qml b/modules/lock/LockSurface.qml index a05e689..be41147 100644 --- a/modules/lock/LockSurface.qml +++ b/modules/lock/LockSurface.qml @@ -3,6 +3,7 @@ pragma ComponentBehavior: Bound import qs.components import qs.services import qs.config +import qs.utils import Quickshell.Wayland import QtQuick import QtQuick.Effects @@ -159,12 +160,12 @@ WlSessionLockSurface { } } - ScreencopyView { + Image { id: background anchors.fill: parent - captureSource: root.screen - opacity: 0 + source: Paths.wallpaper ?? "" + opacity: 1 layer.enabled: true layer.effect: MultiEffect { -- cgit v1.2.3-freya