In my .conkyrc file I use some shell-scripts and call it via {execi}.
The problem is it doesn't execute these scripts on startup, e.g. get_public_ip.sh doesn't need to get called every 30 seconds like the get_cpu_temp.sh, so I use:
{exceci 3600 get_public_ip.sh}
with this command I have to wait one hour until I get my public IP because conky doesn't call the script on startup!
How can I configure conky so it will call all {execi} lines on startup?