summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-13 18:23:11 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-13 18:23:11 +1000
commit8ea4362ba1e955dfd60a553484a00356eff5e06a (patch)
tree33cb8537a51d350a9c180e98df01d5b2c3f4af63 /shell.qml
parentosd: fix show on hover + show on audio/brightness change (diff)
downloadcaelestia-shell-8ea4362ba1e955dfd60a553484a00356eff5e06a.tar.gz
caelestia-shell-8ea4362ba1e955dfd60a553484a00356eff5e06a.tar.bz2
caelestia-shell-8ea4362ba1e955dfd60a553484a00356eff5e06a.zip
notifs: move to drawers
Diffstat (limited to 'shell.qml')
-rw-r--r--shell.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell.qml b/shell.qml
index 50af7fe..eb93ee1 100644
--- a/shell.qml
+++ b/shell.qml
@@ -1,7 +1,5 @@
import "modules/bar"
import "modules/launcher"
-import "modules/osd"
-import "modules/notifications"
import "modules/session"
import "modules/drawers"
import "modules/background"
@@ -10,9 +8,7 @@ import Quickshell
ShellRoot {
Bar {}
Launcher {}
- //Osd {}
Background {}
Drawers {}
- Notifications {}
Session {}
}