This will create a dialog window with "Your title" as title, "Your text" as body text and an OK button.
To delay this, you can e.g. use sleep and specify the delay in seconds (default), minutes (append m) or hours (append h). Here's an example that waits 30 minutes:
Pop-up notification at a specified time:
After a specified timeout:
If you want a popup dialog window, use
zenity
, e.g. like this:This will create a dialog window with "Your title" as title, "Your text" as body text and an OK button.
To delay this, you can e.g. use
sleep
and specify the delay in seconds (default), minutes (appendm
) or hours (appendh
). Here's an example that waits 30 minutes: