From 9efe9458afdffe474944a04bc2f81864c0eac879 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 15 Sep 2026 14:19:59 +0200 Subject: feat(notifications): add the balloon shell Reads the daemon's queue through the Notify singleton and draws a balloon per live notification, bottom-right of DP-1 over conky. Suppression is here, not in the daemon: dnd withholds low and normal, snooze withholds all, and the drawer still lists them. --- notifications/Notify.qml | 1 + 1 file changed, 1 insertion(+) create mode 120000 notifications/Notify.qml (limited to 'notifications/Notify.qml') diff --git a/notifications/Notify.qml b/notifications/Notify.qml new file mode 120000 index 0000000..635f31d --- /dev/null +++ b/notifications/Notify.qml @@ -0,0 +1 @@ +../shared/Notify.qml \ No newline at end of file -- cgit v1.2.3