2013-08-22 11:34:11 +10:00
|
|
|
# To send a desktop notification via dbus:
|
2013-08-11 15:37:11 -04:00
|
|
|
notify-send -i 'icon-file/name' -a 'application_name' 'summary' 'body of message'
|
|
|
|
|
2013-08-22 11:34:11 +10:00
|
|
|
# The -i and -a flags can be omitted if unneeded.
|