diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-19 12:02:06 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-19 12:02:06 +0530 |
| commit | 4706f2c86a9aa45876facae5358ca38a3026fef3 (patch) | |
| tree | e2e660d4396001800e7cc9b03131f9507640f8a3 /quickshell/shell.qml | |
| parent | 9dfbce98ec6dc32bf7cf3c5daf97070edb32eac0 (diff) | |
no mako needed, implemented a simple notification system in qs
Diffstat (limited to 'quickshell/shell.qml')
| -rw-r--r-- | quickshell/shell.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
