1NOTIFY-SEND(1) User Commands NOTIFY-SEND(1)
2
3
4
6 notify-send - a program to send desktop notifications
7
9 notify-send [OPTIONS] {summary} [body]
10
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
18 -?, --help
19 Show help and exit.
20
21 -a, --app-name=APP_NAME
22 Specifies the app name for the notification.
23
24 -A, --action=[NAME=]Text...
25 Specifies the actions to display to the user. Implies --wait to
26 wait for user input. May be set multiple times. The NAME of the
27 action is output to stdout. If NAME is not specified, the numerical
28 index of the option is used (starting with 1).
29
30 -u, --urgency=LEVEL
31 Specifies the urgency level (low, normal, critical).
32
33 -t, --expire-time=TIME
34 The duration, in milliseconds, for the notification to appear on
35 screen.
36
37 Not all implementations use this parameter. GNOME Shell and Notify
38 OSD always ignore it, while Plasma ignores it for notifications
39 with the critical urgency level.
40
41 -i, --icon=ICON
42 Specifies an icon filename or stock icon to display.
43
44 -c, --category=TYPE[,TYPE...]
45 Specifies the notification category.
46
47 -h, --hint=TYPE:NAME:VALUE
48 Specifies basic extra data to pass. Valid types are BOOLEAN, INT,
49 DOUBLE, STRING, BYTE and VARIANT.
50
51 -p, --print-id
52 Print the notification ID.
53
54 -r, --replace-id=REPLACE_ID
55 The ID of the notification to replace.
56
57 -w, --wait
58 Wait for the notification to be closed before exiting. If the
59 expire-time is set, it will be used as the maximum waiting time.
60
61 -e, --transient
62 Show a transient notification. Transient notifications by-pass the
63 server's persistence capability, if any. And so it won't be
64 preserved until the user acknowledges it.
65
67 The Desktop Notification Spec on
68 http://www.galago-project.org/specs/notification/.
69
71 Andre Filipe de Assuncao e Brito <decko@noisemakers.org>
72 Original author
73
74 Paul van Tilburg <paulvt@debian.org>
75 Original author
76
77 Riccardo Setti <giskard@debian.org>
78 Original author
79
80
81
82libnotify NOTIFY-SEND(1)