# Notification Icon

## Notification Icon

* [Zenity Manual](https://pyzenity.gitbook.io/docs/dialogs/broken-reference)

&#x20;\--text=text

Specifies the text that is displayed in the notification area.

&#x20;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
