Files
literate-dotfiles/dotfiles/doom/bin/appt-notification
T
2020-01-11 21:33:26 +01:00

6 lines
101 B
Bash
Executable File

#!/usr/bin/env bash
TIME="$1"TODO
MSG="$2"
dunstify --replace=85401 "Event in $TIME minutes" "$MSG"