#! /bin/zsh

zenity --title="$1" --info --text="$2" \
    || gum confirm "You closed the dialog, do you want to continue?" \
    || break
