From 8ea4362ba1e955dfd60a553484a00356eff5e06a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 13 May 2025 18:23:11 +1000 Subject: notifs: move to drawers --- shell.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'shell.qml') 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 {} } -- cgit v1.2.3-freya