summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/background/Background.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/background/Background.qml b/modules/background/Background.qml
index 7c645fb..09eed3c 100644
--- a/modules/background/Background.qml
+++ b/modules/background/Background.qml
@@ -4,10 +4,11 @@ import Quickshell
import Quickshell.Wayland
import QtQuick
-LazyLoader {
+Loader {
+ asynchronous: true
active: Config.background.enabled
- Variants {
+ sourceComponent: Variants {
model: Quickshell.screens
StyledWindow {