summaryrefslogtreecommitdiff
path: root/services/Wallpapers.qml
diff options
context:
space:
mode:
authorSoramane <61896496+soramanew@users.noreply.github.com>2025-07-16 18:02:28 +1000
committerSoramane <61896496+soramanew@users.noreply.github.com>2025-07-16 18:02:28 +1000
commit4598e8a775bf74c226e1c1a874529423fa55fe4a (patch)
tree043a8b8530ebaa26ccffcaaf019dcca4c4a371c9 /services/Wallpapers.qml
parentnotifs: remove body if empty (diff)
downloadcaelestia-shell-4598e8a775bf74c226e1c1a874529423fa55fe4a.tar.gz
caelestia-shell-4598e8a775bf74c226e1c1a874529423fa55fe4a.tar.bz2
caelestia-shell-4598e8a775bf74c226e1c1a874529423fa55fe4a.zip
internal: use new qs imports
Diffstat (limited to 'services/Wallpapers.qml')
-rw-r--r--services/Wallpapers.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/Wallpapers.qml b/services/Wallpapers.qml
index 5a84d8d..b81a891 100644
--- a/services/Wallpapers.qml
+++ b/services/Wallpapers.qml
@@ -1,8 +1,8 @@
pragma Singleton
-import "root:/config"
import "root:/utils/scripts/fuzzysort.js" as Fuzzy
-import "root:/utils"
+import qs.config
+import qs.utils
import Quickshell
import Quickshell.Io
import QtQuick