diff --git a/modules/background/Background.qml b/modules/background/Background.qml index 7c645fb0..09eed3c8 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 {