Removing a few unneeded files from the original example.
[dwm-status] / dwmstatus-restart
diff --git a/dwmstatus-restart b/dwmstatus-restart
deleted file mode 100755 (executable)
index eec88d0..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-if pgrep -x dwmstatus 2>&1 >/dev/null;
-then
-       printf "Killing old dwmstatus instances ... "
-       pkill -KILL -x dwmstatus
-       printf "done.\n"
-fi
-
-if [ -e $HOME/.xinitrc ];
-then
-       cat $HOME/.xinitrc | grep dwmstatus | sh
-else
-       dwmstatus &
-fi
-