From 92f48bf7ab1a98440660eb37c270b88d24c988f2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 31 Jul 2018 13:58:38 -0400 Subject: [PATCH] note script added --- .scripts/note | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .scripts/note 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 "$@"