summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-31 13:58:38 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-31 13:58:38 -0400
commit92f48bf7ab1a98440660eb37c270b88d24c988f2 (patch)
tree41b159ff5c5de61161cffe8f86735fd46870235b /.scripts
parent0fae2ce2cfc8e79a4c650e6156576b1bfbce0fd6 (diff)
downloadeibhear-92f48bf7ab1a98440660eb37c270b88d24c988f2.tar.gz
eibhear-92f48bf7ab1a98440660eb37c270b88d24c988f2.tar.zst
eibhear-92f48bf7ab1a98440660eb37c270b88d24c988f2.zip
note script added
Diffstat (limited to '.scripts')
-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 "$@"