note script added

This commit is contained in:
Luke Smith 2018-07-31 13:58:38 -04:00
parent da353ae174
commit fae1b72288

2
.scripts/note Executable file
View File

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