summaryrefslogtreecommitdiff
path: root/modules/utilities/Background.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 /modules/utilities/Background.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 'modules/utilities/Background.qml')
-rw-r--r--modules/utilities/Background.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/utilities/Background.qml b/modules/utilities/Background.qml
index 77fd2e5..37ef3de 100644
--- a/modules/utilities/Background.qml
+++ b/modules/utilities/Background.qml
@@ -1,5 +1,5 @@
-import "root:/services"
-import "root:/config"
+import qs.services
+import qs.config
import Quickshell
import QtQuick
import QtQuick.Shapes