From a1ed341639fd73ce916eecfce480b14cd8660999 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 8 May 2025 20:58:18 +1000 Subject: feat: notification popup area --- shell.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml index 8175cd1..bca6feb 100644 --- a/shell.qml +++ b/shell.qml @@ -1,8 +1,9 @@ import "modules/bar" import "modules/launcher" import "modules/osd" -import "modules/background" +import "modules/notifications" import "modules/drawers" +import "modules/background" import Quickshell ShellRoot { @@ -11,4 +12,5 @@ ShellRoot { Osd {} Background {} Drawers {} + Notifications {} } -- cgit v1.2.3-freya