diff options
Diffstat (limited to 'libraries/notify-sharp/README')
-rw-r--r-- | libraries/notify-sharp/README | 9 |
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. |