note script added

This commit is contained in:
Luke Smith 2018-07-31 13:58:38 -04:00
parent 0fae2ce2cf
commit 92f48bf7ab

2
.scripts/note Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
echo "$@" && pgrep -x dunst >/dev/null && notify-send "$@"