View Single Post
Posts: 30 | Thanked: 5 times | Joined on May 2008
#30
I put the command below in a script and can run it from the terminal but I can't run it from personal menu. Any tips?

Originally Posted by Benson View Post
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