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/background/Background.qml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/background/Background.qml') diff --git a/modules/background/Background.qml b/modules/background/Background.qml index 1bb7d17..f7c0a3f 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -4,6 +4,7 @@ import qs.components import qs.components.containers import qs.services import qs.config +import qs.utils import Quickshell import Quickshell.Wayland import QtQuick @@ -31,8 +32,13 @@ Loader { anchors.left: true anchors.right: true - Wallpaper { + Image { id: wallpaper + + anchors.fill: parent + asynchronous: true + + source: Paths.wallpaper ?? "" } } } -- cgit v1.2.3-freya