aboutsummaryrefslogtreecommitdiffstats
path: root/test-notifyctl.sh
AgeCommit message (Collapse)AuthorFilesLines
25 hoursfeat(notify): materialise notification imagesDanilo M.1-1/+5
Notify resolves app_icon and image-path theme names, decodes image-data to a PNG under the image directory, and re-publishes the entry with its image path. The daemon advertises body-images, and removeImage refuses to touch a path outside its own directory so a client's screenshot file is never deleted.
29 hoursfeat: add the control interface and notifyctlDanilo M.1-0/+65
The private interface carries what the spec cannot: close-all, invoke action and clear history. notifyctl reads the published files for list and history, because the files are the interface, and uses D-Bus only for the mutations.