From d17cecc2fe7cdac10e450b71bb773da9bb69ae84 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Tue, 29 Jan 2019 20:13:43 -0500 Subject: [PATCH] Created Notify_gnome (markdown) --- Notify_gnome.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Notify_gnome.md diff --git a/Notify_gnome.md b/Notify_gnome.md new file mode 100644 index 0000000..7ab42bd --- /dev/null +++ b/Notify_gnome.md @@ -0,0 +1,22 @@ +## Gnome Desktop Notifications +* **Source**: n/a +* **Icon Support**: Yes +* **Message Format**: Text +* **Message Limit**: 250 Characters per message + +Display notifications right on your Gnome desktop. This only works if you're sending the notification to the same system you're currently accessing. Hence this notification can not be sent from one PC to another. + +### Syntax +There are currently no options you can specify for this kind of notification, so it's really easy to reference: +* **gnome**:// + + +### Parameter Breakdown +There are no parameters at this time. + +#### Example +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:// +``` \ No newline at end of file