Icòna de notificacion

--text=tèxt

Specifies the text that is displayed in the notification area.

The following example script shows how to create a notification icon:

        #!/bin/sh

        zenity --notification\
          --window-icon="info" \
          --text="There are system updates necessary!"
      

Figure 3Exemple d'icòna de notificacion