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 1 Hour till 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?