summaryrefslogtreecommitdiffstats
path: root/.scripts/note
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/note')
-rwxr-xr-x.scripts/note2
1 files changed, 2 insertions, 0 deletions
diff --git a/.scripts/note b/.scripts/note
new file mode 100755
index 0000000..784e64d
--- /dev/null
+++ b/.scripts/note
@@ -0,0 +1,2 @@
+#!/bin/bash
+echo "$@" && pgrep -x dunst >/dev/null && notify-send "$@"