summaryrefslogtreecommitdiff
path: root/modules/osd
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/osd
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/osd')
-rw-r--r--modules/osd/Background.qml4
-rw-r--r--modules/osd/Content.qml6
-rw-r--r--modules/osd/Interactions.qml4
-rw-r--r--modules/osd/Wrapper.qml4
4 files changed, 9 insertions, 9 deletions
diff --git a/modules/osd/Background.qml b/modules/osd/Background.qml
index 0a5f928..844b4a8 100644
--- a/modules/osd/Background.qml
+++ b/modules/osd/Background.qml
@@ -1,5 +1,5 @@
-import "root:/services"
-import "root:/config"
+import qs.services
+import qs.config
import QtQuick
import QtQuick.Shapes
diff --git a/modules/osd/Content.qml b/modules/osd/Content.qml
index 4bd43af..8f78894 100644
--- a/modules/osd/Content.qml
+++ b/modules/osd/Content.qml
@@ -1,6 +1,6 @@
-import "root:/widgets"
-import "root:/services"
-import "root:/config"
+import qs.widgets
+import qs.services
+import qs.config
import QtQuick
Column {
diff --git a/modules/osd/Interactions.qml b/modules/osd/Interactions.qml
index fa75aa0..a58287a 100644
--- a/modules/osd/Interactions.qml
+++ b/modules/osd/Interactions.qml
@@ -1,5 +1,5 @@
-import "root:/services"
-import "root:/config"
+import qs.services
+import qs.config
import Quickshell
import QtQuick
diff --git a/modules/osd/Wrapper.qml b/modules/osd/Wrapper.qml
index 90a890b..2de4f87 100644
--- a/modules/osd/Wrapper.qml
+++ b/modules/osd/Wrapper.qml
@@ -1,5 +1,5 @@
-import "root:/services"
-import "root:/config"
+import qs.services
+import qs.config
import Quickshell
import QtQuick