🖋️
Docs
  • Zenity
  • Introduction
  • dialogs
    • Calendar Dialog
    • File Selection Dialog
    • List Dialog
    • Message Dialogs
    • Notification Icon
    • Text Entry Dialog
    • Progress Dialog
    • Text Information Dialog
Powered by GitBook
On this page

Was this helpful?

  1. dialogs

Notification Icon

Notification Icon

  • Zenity Manual

--text=text

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 3 Notification Icon Example

PreviousMessage DialogsNextText Entry Dialog

Last updated 4 years ago

Was this helpful?