November 2005 libnotify Andre Filipe de Assuncao e Brito decko@noisemakers.org Original author Paul van Tilburg paulvt@debian.org Original author Riccardo Setti giskard@debian.org Original author notify-send 1 User Commands notify-send a program to send desktop notifications notify-send OPTIONS summary body Description With notify-send you can send desktop notifications to the user via a notification daemon from the command line. These notifications can be used to inform the user about an event or display some form of information without getting in the user’s way. Options , Show help and exit. , =APP_NAME Specifies the app name for the notification. , =[NAME=]Text... Specifies the actions to display to the user. Implies to wait for user input. May be set multiple times. The NAME of the action is output to stdout. If NAME is not specified, the numerical index of the option is used (starting with 1). , =LEVEL Specifies the urgency level (low, normal, critical). , =TIME The duration, in milliseconds, for the notification to appear on screen. Not all implementations use this parameter. GNOME Shell and Notify OSD always ignore it, while Plasma ignores it for notifications with the critical urgency level. , =ICON Specifies an icon filename or stock icon to display. , =TYPE[,TYPE…] Specifies the notification category. , =TYPE:NAME:VALUE Specifies basic extra data to pass. Valid types are INT, DOUBLE, STRING and BYTE. , Print the notification ID. , =REPLACE_ID The ID of the notification to replace. , Wait for the notification to be closed before exiting. If the is set, it will be used as the maximum waiting time. See also The Desktop Notification Spec on http://www.galago-project.org/specs/notification/.