diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | 4 |
1 files changed, 1 insertions, 3 deletions
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 { | |||
54 | 54 | ||
55 | color: "#000000" | 55 | color: "#000000" |
56 | 56 | ||
57 | onScreenChanged: selector.seed = lockSurface.screen.name | ||
58 | |||
59 | Item { | 57 | Item { |
60 | id: background | 58 | id: background |
61 | 59 | ||
@@ -66,7 +64,7 @@ Scope { | |||
66 | 64 | ||
67 | WallpaperSelector { | 65 | WallpaperSelector { |
68 | id: selector | 66 | id: selector |
69 | seed: "" | 67 | seed: lockSurface.screen?.name || "" |
70 | } | 68 | } |
71 | 69 | ||
72 | onSourceChanged: { | 70 | onSourceChanged: { |