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!"