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