From 02b73772a3b5f3a8e588d9433b5f431e68067d7e Mon Sep 17 00:00:00 2001
From: Matthew Owens <matthew@owens.tech>
Date: Wed, 5 Aug 2020 12:57:02 +0100
Subject: [PATCH] updated procup to output the name of the script to
 notify-send

---
 procup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/procup b/procup
index 17bfc19..727f42e 100755
--- a/procup
+++ b/procup
@@ -7,6 +7,6 @@ procs="dunst dwmbar sxhkd"
 for proc in $procs; do
 	if [[ $(pgrep $proc) -eq "" ]]; then
 		$proc &
-		notify-send cron "$proc restarted"
+		notify-send procup "$proc restarted"
 	fi
 done
-- 
2.20.1