#!/bin/bash # Pause to let the system start # Then stop any old conky processes that are still running sleep 5 && killall conky # Pause a little longer to maker certain the desktop is fully loaded # Then start the desired conky sleep 10 && conky -c ~/.conky/conkyrc_sys # uncomment the following line to run the Google Calendar conky # sleep 10 && conky -c ~/.conky/conkyrc_gcalcli