literate-dotfiles/dotfiles/doom/bin/appt-notification

6 lines
101 B
Plaintext
Raw Normal View History

2020-01-11 21:33:26 +01:00
#!/usr/bin/env bash
TIME="$1"TODO
MSG="$2"
dunstify --replace=85401 "Event in $TIME minutes" "$MSG"