diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-08 20:58:18 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-08 20:58:18 +1000 |
| commit | a1ed341639fd73ce916eecfce480b14cd8660999 (patch) | |
| tree | b8d12c8f03057246e17a360f69bd83a61465e9bd /shell.qml | |
| parent | refactor: split drawers (diff) | |
| download | caelestia-shell-a1ed341639fd73ce916eecfce480b14cd8660999.tar.gz caelestia-shell-a1ed341639fd73ce916eecfce480b14cd8660999.tar.bz2 caelestia-shell-a1ed341639fd73ce916eecfce480b14cd8660999.zip | |
feat: notification popup area
Diffstat (limited to 'shell.qml')
| -rw-r--r-- | shell.qml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 {} } |