It's a sad state when a non-developer modder can port programs right and left, but can't write this: Code: if [ x"`pidof conky`" == x ] ; then conky -d; else killall conky; fi
if [ x"`pidof conky`" == x ] ; then conky -d; else killall conky; fi