From 3b9f5f9cfb697814c45cbad7347420811aab8002 Mon Sep 17 00:00:00 2001 From: Logan Rathbone Date: Mon, 15 Feb 2021 15:14:51 -0500 Subject: Make icon notification-only. s/--window-icon/--icon, now only for the notification component. Update manpage accordingly. --- data/zenity.1 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'data') 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 -- cgit v1.2.1