From ba26690ea6ba23a3898dde10af349cf8608f5f25 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 15 Sep 2026 14:14:52 +0200 Subject: feat(desktop): add the Notify singleton The daemon publishes its queue, history, drawer flag and snooze as files; this reads them for both renderers, the same files-are-the-interface convention the status registry set. Mutations and the rofi action picker run notifyctl through a Process, which is the one path back to the daemon. --- desktop/Notify.qml | 1 + 1 file changed, 1 insertion(+) create mode 120000 desktop/Notify.qml (limited to 'desktop/Notify.qml') diff --git a/desktop/Notify.qml b/desktop/Notify.qml new file mode 120000 index 0000000..635f31d --- /dev/null +++ b/desktop/Notify.qml @@ -0,0 +1 @@ +../shared/Notify.qml \ No newline at end of file -- cgit v1.2.3