summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-09-04 21:14:59 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-09-04 21:14:59 +0200
commit95859d4796f8e9277285f94ca29daef9669f9a04 (patch)
treeb8f15f6e7f6e9c4c260f97e25f696df8660ab854 /accounts/gkleen@sif/shell
parent862ddc9059883900024d3e41f6a86f259134035a (diff)
downloadnixos-95859d4796f8e9277285f94ca29daef9669f9a04.tar
nixos-95859d4796f8e9277285f94ca29daef9669f9a04.tar.gz
nixos-95859d4796f8e9277285f94ca29daef9669f9a04.tar.bz2
nixos-95859d4796f8e9277285f94ca29daef9669f9a04.tar.xz
nixos-95859d4796f8e9277285f94ca29daef9669f9a04.zip
...
Diffstat (limited to 'accounts/gkleen@sif/shell')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Lockscreen.qml4
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: {