Add config for doom emacs
This commit is contained in:
5
dotfiles/doom/bin/appt-notification
Executable file
5
dotfiles/doom/bin/appt-notification
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
TIME="$1"TODO
|
||||
MSG="$2"
|
||||
|
||||
dunstify --replace=85401 "Event in $TIME minutes" "$MSG"
|
Reference in New Issue
Block a user