aboutsummaryrefslogtreecommitdiffstats
path: root/notifications/README.md
AgeCommit message (Collapse)AuthorFilesLines
10 hoursdocs(notifications): document the renderers and record the trapsDanilo M.1-0/+8
The daemon is a separate process and the files are the interface; suppression lives in the balloon shell so the drawer can list what DND held back; and the drawer flag is what stops a notification appearing as both a balloon and a row.
11 hoursfeat(notifications): add the balloon shellDanilo M.1-0/+27
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.