Use the --info option to create an information dialog.
The following example script shows how to create an information dialog:
#!/bin/bash
zenity --info \
--text="Merge complete. Updated 3 of 10 files."
information dialog example
