diff --git a/Notify_gnome.md b/Notify_gnome.md index 7ab42bd..c9102e4 100644 --- a/Notify_gnome.md +++ b/Notify_gnome.md @@ -18,5 +18,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 Gnome desktop notification -apprise gnome:// +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + gnome:// ``` \ No newline at end of file