Skip to content

Instantly share code, notes, and snippets.

@babetoduarte
Created October 22, 2018 03:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save babetoduarte/e52b9441195e49499decb57cbc0d7753 to your computer and use it in GitHub Desktop.
Save babetoduarte/e52b9441195e49499decb57cbc0d7753 to your computer and use it in GitHub Desktop.
# No image cache, so pictures get updated when the file is updated.
imlib_cache_size 0
$stippled_hr
${color lightgrey}HAM BAND CONDITIONS:
${alignc}${font type=bond size=13} UTC: ${tztime UTC %m-%d-%Y %H:%M:%S}${font}
${execi 300 wget http://www.hamqsl.com/solar101vhf.php -O /tmp/solar_pre.gif && mv /tmp/solar_pre.gif /tmp/solar.gif}
${image /tmp/solar.gif -p 0,845 }
${execi 305 wget https://umbra.nascom.nasa.gov/images/latest_aia_304_tn.gif -O /tmp/solarflares_pre.gif && mv /tmp/solarflares_pre.gif /tmp/solarflares.gif}
${image /tmp/solarflares.gif -s 180x180 -p 255,600}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment