mirror of https://github.com/caronc/apprise
Updated Notify_dbus (markdown)
parent
91b7938ab7
commit
dbac80f4ae
|
@ -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://
|
||||||
```
|
```
|
Loading…
Reference in New Issue