summaryrefslogtreecommitdiff
path: root/modules/background
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/background/Background.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/background/Background.qml b/modules/background/Background.qml
index 44d3491..1796a15 100644
--- a/modules/background/Background.qml
+++ b/modules/background/Background.qml
@@ -4,6 +4,7 @@ import qs.components
import qs.components.containers
import qs.services
import qs.config
+import qs.utils
import Quickshell
import Quickshell.Wayland
import QtQuick
@@ -31,10 +32,11 @@ Loader {
anchors.left: true
anchors.right: true
- Item {
- id: behindClock
+ Image {
+ id: wallpaper
anchors.fill: parent
+ asynchronous: true
Loader {
id: wallpaper