Topic: conkywonky
I don't know if this is a custom crunchbang script or a standard conky preferences script but it does not appear to exit cleanly -- 'ps aux|grep conky' shows a conkywonky process. I believe the following works better:
#!/bin/bash
killall conky
sleep 2s
conky &
exit 0