[CONTACT]

[ABOUT]

[POLICY]

git clone dwmstatus dwmstatus Log g

Found at: gopher.r-36.net:70/scm/dwmstatus/file/dwmstatus-restart.gph

dwmstatus-restart - dwmstatus - A simple dwm status application in C.

git clone git://r-36.net/dwmstatus

Log

Files

Refs

LICENSE

---
dwmstatus-restart (245B)
---
     1 #!/bin/sh
     2
     3 if pgrep -x dwmstatus 2>&1 >/dev/null;
     4 then
     5         printf "Killing old dwmstatus instances ... "
     6         pkill -KILL -x dwmstatus
     7         printf "done.\n"
     8 fi
     9
    10 if [ -e $HOME/.xinitrc ];
    11 then
    12         cat $HOME/.xinitrc | grep dwmstatus | sh
    13 else
    14         dwmstatus &
    15 fi
    16
.


AD:

NEW PAGES:

[ODDNUGGET]

[GOPHER]