Files
dotfiles/.local/bin/station-confirm-or-close

6 lines
138 B
Plaintext
Raw Permalink Normal View History

2026-03-15 16:24:30 +00:00
#! /bin/zsh
zenity --title="$1" --info --text="$2" \
|| gum confirm "You closed the dialog, do you want to continue?" \
|| break