option="$(
zenity \
--icon="..." \
--timeout=300 \
--width=512 \
--height=256 \
--title="..." \
--text="..." \
--extra-button="..." \
--ok-label="..." \
--info;
)";