1NOTIFY-SEND(1)                   User Commands                  NOTIFY-SEND(1)
2
3
4

NAME

6       notify-send - a program to send desktop notifications
7

SYNOPSIS

9       notify-send [OPTIONS] {summary} [body]
10

DESCRIPTION

12       With notify-send you can send desktop notifications to the user via a
13       notification daemon from the command line. These notifications can be
14       used to inform the user about an event or display some form of
15       information without getting in the user’s way.
16

OPTIONS

18       -?, --help
19           Show help and exit.
20
21       -u, --urgency=LEVEL
22           Specifies the urgency level (low, normal, critical).
23
24       -t, --expire-time=TIME
25           The duration, in milliseconds, for the notification to appear on
26           screen.
27
28           (Ubuntu's Notify OSD and GNOME Shell both ignore this parameter.)
29
30       -i, --icon=ICON[,ICON...]
31           Specifies an icon filename or stock icon to display.
32
33       -c, --category=TYPE[,TYPE...]
34           Specifies the notification category.
35
36       -h, --hint=TYPE:NAME:VALUE
37           Specifies basic extra data to pass. Valid types are INT, DOUBLE,
38           STRING and BYTE.
39

SEE ALSO

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

AUTHORS

45       Andre Filipe de Assuncao e Brito <decko@noisemakers.org>
46           Original author
47
48       Paul van Tilburg <paulvt@debian.org>
49           Original author
50
51       Riccardo Setti <giskard@debian.org>
52           Original author
53
54
55
56libnotify                                                       NOTIFY-SEND(1)
Impressum