summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2021-02-15 15:14:51 -0500
committerLogan Rathbone <poprocks@gmail.com>2021-02-15 15:14:51 -0500
commit3b9f5f9cfb697814c45cbad7347420811aab8002 (patch)
tree84c181c14f6e9d4711178c87885c0993a7fbbded /data
parent592e2555c352fdd85643b94030473f7dcd6095c4 (diff)
downloadzenity-3b9f5f9cfb697814c45cbad7347420811aab8002.tar.gz
Make icon notification-only.
s/--window-icon/--icon, now only for the notification component. Update manpage accordingly.
Diffstat (limited to 'data')
-rw-r--r--data/zenity.17
1 files changed, 2 insertions, 5 deletions
diff --git a/data/zenity.1 b/data/zenity.1
index 06a1aba..465b580 100644
--- a/data/zenity.1
+++ b/data/zenity.1
@@ -76,9 +76,6 @@ General options
.B \-\-title=TITLE
Set the dialog title
.TP
-.B \-\-window-icon=ICONPATH
-Set the window icon with the path to an image. Alternatively, one of the four stock icons can be used: 'error', 'info', 'question' or 'warning'
-.TP
.B \-\-width=WIDTH
Set the dialog width
.TP
@@ -211,7 +208,7 @@ Notification options
Set the notification text
.TP
.B \-\-listen
-Listen for commands on stdin. Commands include 'message', 'tooltip', 'icon', and 'visible' separated by a colon. For example, 'message: Hello world', 'visible: false', or 'icon: /path/to/icon'. The icon command also accepts the four stock icon: 'error', 'info', 'question', and 'warning'
+Listen for commands on stdin. Commands include 'message', 'tooltip', 'icon', and 'visible' separated by a colon. For example, 'message: Hello world', or 'visible: false'.
.PP
Progress options
@@ -400,7 +397,7 @@ find . \-name '*.h' | zenity \-\-list \-\-title "Search Results" \-\-text "Findi
.PP
Show a notification in the message tray
.IP
-zenity \-\-notification \-\-window-icon=update.png \-\-text "System update necessary!"
+zenity \-\-notification \-\-icon=update.png \-\-text "System update necessary!"
.PP
Display a weekly shopping list in a check list dialog with \fIApples\fP and \fIOranges\fP pre selected
.IP