11pragma ComponentBehavior : Bound
22
3- import QtQuick
4- import Quickshell
5- import Quickshell.Wayland
3+ import qs.components
64import qs.components.containers
75import qs.services
86import qs.config
7+ import Quickshell
8+ import Quickshell.Wayland
9+ import QtQuick
910
1011Loader {
11- asynchronous: true
1212 active: Config .background .enabled
1313
1414 sourceComponent: Variants {
@@ -39,8 +39,6 @@ Loader {
3939 Loader {
4040 id: wallpaper
4141
42- asynchronous: true
43-
4442 anchors .fill : parent
4543 active: Config .background .wallpaperEnabled
4644
@@ -56,8 +54,6 @@ Loader {
5654
5755 Loader {
5856 id: clockLoader
59-
60- asynchronous: true
6157 active: Config .background .desktopClock .enabled
6258
6359 anchors .margins : Appearance .padding .large * 2
@@ -67,7 +63,6 @@ Loader {
6763 states: [
6864 State {
6965 name: " top-left"
70-
7166 AnchorChanges {
7267 target: clockLoader
7368 anchors .top : parent .top
@@ -76,7 +71,6 @@ Loader {
7671 },
7772 State {
7873 name: " top-center"
79-
8074 AnchorChanges {
8175 target: clockLoader
8276 anchors .top : parent .top
@@ -85,7 +79,6 @@ Loader {
8579 },
8680 State {
8781 name: " top-right"
88-
8982 AnchorChanges {
9083 target: clockLoader
9184 anchors .top : parent .top
@@ -94,7 +87,6 @@ Loader {
9487 },
9588 State {
9689 name: " middle-left"
97-
9890 AnchorChanges {
9991 target: clockLoader
10092 anchors .verticalCenter : parent .verticalCenter
@@ -103,7 +95,6 @@ Loader {
10395 },
10496 State {
10597 name: " middle-center"
106-
10798 AnchorChanges {
10899 target: clockLoader
109100 anchors .verticalCenter : parent .verticalCenter
@@ -112,7 +103,6 @@ Loader {
112103 },
113104 State {
114105 name: " middle-right"
115-
116106 AnchorChanges {
117107 target: clockLoader
118108 anchors .verticalCenter : parent .verticalCenter
@@ -121,7 +111,6 @@ Loader {
121111 },
122112 State {
123113 name: " bottom-left"
124-
125114 AnchorChanges {
126115 target: clockLoader
127116 anchors .bottom : parent .bottom
@@ -130,7 +119,6 @@ Loader {
130119 },
131120 State {
132121 name: " bottom-center"
133-
134122 AnchorChanges {
135123 target: clockLoader
136124 anchors .bottom : parent .bottom
@@ -139,7 +127,6 @@ Loader {
139127 },
140128 State {
141129 name: " bottom-right"
142-
143130 AnchorChanges {
144131 target: clockLoader
145132 anchors .bottom : parent .bottom
0 commit comments