summaryrefslogtreecommitdiff
path: root/libraries/notify-sharp/README
diff options
context:
space:
mode:
authorPierre Cazenave <pwcazenave {at] gmail dot} com>2012-08-07 17:14:34 -0400
committerRobby Workman <rworkman@slackbuilds.org>2012-08-09 14:32:21 -0500
commit22e83cda0cf5ac5962033393fa845c09f4578213 (patch)
tree22bcc7d786d38a0da5000568b758134c99cb7aa0 /libraries/notify-sharp/README
parent0200a0b548062d042251a13fe6e2a508d06e06d2 (diff)
downloadslackbuilds-22e83cda0cf5ac5962033393fa845c09f4578213.tar.gz
libraries/notify-sharp: Added (a notification daemon in C#)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/notify-sharp/README')
-rw-r--r--libraries/notify-sharp/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/notify-sharp/README b/libraries/notify-sharp/README
new file mode 100644
index 0000000000..20a34d9a3a
--- /dev/null
+++ b/libraries/notify-sharp/README
@@ -0,0 +1,9 @@
+notify-sharp is a C# client implementation for Desktop Notifications, i.e.
+notification-daemon. It is inspired by the libnotify API.
+
+Desktop Notifications provide a standard way of doing passive pop-up
+notifications on the Linux desktop. These are designed to notify the user of
+something without interrupting their work with a dialog box that they must
+close. Passive popups can automatically disappear after a short period of time.
+
+This requires ndesk-dbus-glib and gtk-sharp.