cheat-fork-echo/.cheat/notify-send

5 lines
172 B
Plaintext

To send a desktop notification via dbus:
notify-send -i 'icon-file/name' -a 'application_name' 'summary' 'body of message'
The -i and -a flags can be omitted if unneeded.