Linux Commands Examples

A great documentation place for Linux commands

notify-send

a program to send desktop notifications

Synopsis

notify-send [OPTIONS] <summary> [body]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

13
source
            
notify-send "Creado"

description

With notify-send you can sends 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

-u, --urgency=LEVEL Specifies the urgency level (low, normal, critical).
-t, --expire-time=TIME

Specifies the timeout in milliseconds at which to expire the notification.

-i, --icon=ICON[,ICON...]

Specifies an icon filename or stock icon to display.

-c, --category=TYPE[,TYPE...]

Specifies the notification category.

Help options:

-?, --help

Show this help message

-h, --hint=TYPE:NAME:VALUE

Specifies basic extra data to pass. Valid types are int, double, string and byte.


see also

The Desktop Notification Spec on http://www.galago-project.org/specs/notification/.


author

This manual page was written by Andre Filipe de Assuncao e Brito <decko[:at:]noisemakers[:dot:]org> and Paul van Tilburg <paulvt[:at:]debian[:dot:]org> and Riccardo Setti <giskard[:at:]debian[:dot:]org> for the Debian project (but may be used by others).

How can this site be more helpful to YOU ?


give  feedback