projects
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0376dd2
)
updated procup to output the name of the script to notify-send
author
Matthew Owens
<matthew@owens.tech>
Wed, 5 Aug 2020 11:57:02 +0000
(12:57 +0100)
committer
Matthew Owens
<matthew@owens.tech>
Wed, 5 Aug 2020 11:57:02 +0000
(12:57 +0100)
procup
patch
|
blob
|
history
diff --git
a/procup
b/procup
index
17bfc19
..
727f42e
100755
(executable)
--- 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