summaryrefslogtreecommitdiff
path: root/modules/background
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-04 22:45:15 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-04 22:45:15 +1000
commitc5381c5194adf97c240acb98eb4c4c950633b325 (patch)
tree52b18eb1771ec6708c86f11d786684f03b8a7c48 /modules/background
parentdashboard: display correct temp units (diff)
downloadcaelestia-shell-c5381c5194adf97c240acb98eb4c4c950633b325.tar.gz
caelestia-shell-c5381c5194adf97c240acb98eb4c4c950633b325.tar.bz2
caelestia-shell-c5381c5194adf97c240acb98eb4c4c950633b325.zip
internal: refactor widgets folder
Split into subdirs and rename to components
Diffstat (limited to 'modules/background')
-rw-r--r--modules/background/Background.qml2
-rw-r--r--modules/background/DesktopClock.qml2
-rw-r--r--modules/background/Wallpaper.qml5
3 files changed, 5 insertions, 4 deletions
diff --git a/modules/background/Background.qml b/modules/background/Background.qml
index 09eed3c..3da8bf9 100644
--- a/modules/background/Background.qml
+++ b/modules/background/Background.qml
@@ -1,4 +1,4 @@
-import qs.widgets
+import qs.components.containers
import qs.config
import Quickshell
import Quickshell.Wayland
diff --git a/modules/background/DesktopClock.qml b/modules/background/DesktopClock.qml
index a0e3f13..6dc6b6b 100644
--- a/modules/background/DesktopClock.qml
+++ b/modules/background/DesktopClock.qml
@@ -1,4 +1,4 @@
-import qs.widgets
+import qs.components
import qs.services
import qs.config
import QtQuick
diff --git a/modules/background/Wallpaper.qml b/modules/background/Wallpaper.qml
index 2ec4927..a427d4f 100644
--- a/modules/background/Wallpaper.qml
+++ b/modules/background/Wallpaper.qml
@@ -1,7 +1,8 @@
pragma ComponentBehavior: Bound
-import qs.widgets
-import qs.widgets.filedialog
+import qs.components
+import qs.components.images
+import qs.components.filedialog
import qs.services
import qs.config
import qs.utils