From 95859d4796f8e9277285f94ca29daef9669f9a04 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 4 Sep 2025 21:14:59 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'accounts/gkleen@sif/shell/quickshell/Lockscreen.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml index c7d28ffa..d71e896a 100644 --- a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml +++ b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml @@ -54,8 +54,6 @@ Scope { color: "#000000" - onScreenChanged: selector.seed = lockSurface.screen.name - Item { id: background @@ -66,7 +64,7 @@ Scope { WallpaperSelector { id: selector - seed: "" + seed: lockSurface.screen?.name || "" } onSourceChanged: { -- cgit v1.2.3