#!/usr/bin/env bash set -eo pipefail sleep "$1" notify-send 'Timer complete!' \ -u normal \ -t 10000 \ -i clock \ -a 'Timer script'