diff --git a/Notify_dbus.md b/Notify_dbus.md index ed77204..502843d 100644 --- a/Notify_dbus.md +++ b/Notify_dbus.md @@ -27,5 +27,6 @@ There are no parameters at this time. Assuming we're on an OS that allows us to host the Gnome Desktop, we can send a notification to ourselves like so: ```bash # Send ourselves a DBus related desktop notification -apprise dbus:// +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + dbus:// ``` \ No newline at end of file