Updated Notify_dbus (markdown)

master
Chris Caron 2020-08-03 09:45:59 -04:00
parent 91b7938ab7
commit dbac80f4ae
1 changed files with 2 additions and 1 deletions

@ -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: Assuming we're on an OS that allows us to host the Gnome Desktop, we can send a notification to ourselves like so:
```bash ```bash
# Send ourselves a DBus related desktop notification # Send ourselves a DBus related desktop notification
apprise dbus:// apprise -vv -t "Test Message Title" -b "Test Message Body" \
dbus://
``` ```