diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-16 18:02:28 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-16 18:02:28 +1000 |
| commit | 4598e8a775bf74c226e1c1a874529423fa55fe4a (patch) | |
| tree | 043a8b8530ebaa26ccffcaaf019dcca4c4a371c9 /services/Notifs.qml | |
| parent | notifs: remove body if empty (diff) | |
| download | caelestia-shell-4598e8a775bf74c226e1c1a874529423fa55fe4a.tar.gz caelestia-shell-4598e8a775bf74c226e1c1a874529423fa55fe4a.tar.bz2 caelestia-shell-4598e8a775bf74c226e1c1a874529423fa55fe4a.zip | |
internal: use new qs imports
Diffstat (limited to 'services/Notifs.qml')
| -rw-r--r-- | services/Notifs.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/Notifs.qml b/services/Notifs.qml index 2ccb8a6..a24c4aa 100644 --- a/services/Notifs.qml +++ b/services/Notifs.qml @@ -1,8 +1,8 @@ pragma Singleton pragma ComponentBehavior: Bound -import "root:/widgets" -import "root:/config" +import qs.widgets +import qs.config import Quickshell import Quickshell.Io import Quickshell.Services.Notifications |