From 4706f2c86a9aa45876facae5358ca38a3026fef3 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 19 Jul 2026 12:02:06 +0530 Subject: no mako needed, implemented a simple notification system in qs --- quickshell/shell.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'quickshell/shell.qml') diff --git a/quickshell/shell.qml b/quickshell/shell.qml index 369a87c..484656f 100644 --- a/quickshell/shell.qml +++ b/quickshell/shell.qml @@ -218,6 +218,8 @@ ShellRoot { } } + NotificationOverlay {} + Timer { interval: 1000 * 60 * 30 running: true -- cgit v1.2.3