X-Git-Url: https://git.subgeniuskitty.com/dwm-status/.git/blobdiff_plain/c9a04fdddc92ed98ee723316f6dd9b60c57cfa92..f7c55d419a0bc5fe59f1e406679ef5cad79a0bf5:/dwmstatus-restart diff --git a/dwmstatus-restart b/dwmstatus-restart deleted file mode 100755 index eec88d0..0000000 --- a/dwmstatus-restart +++ /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 -