Page 1 of 1

Re: delayed conky doesn't start

Posted: Sun Jul 05, 2009 7:09 am
by optimize me
Try removing the && symbols and put the commands on separate lines. Here's how I have mine:

Code: Select all

#!/bin/sh
sleep 15
conky -c ~/Conky/.conkyrc &
conky -c ~/Conky/conky-email &
sleep 1
avant-window-navigator &
exit
Works every time.