Info Dialog

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

Пример диалогового окна информации

Zenity information dialog example