Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| conkyrccalendar [2014/09/23 09:59] – admin | conkyrccalendar [2015/12/01 08:41] (current) – external edit 127.0.0.1 |
|---|
| # The icons of the forecast and condition # | # The icons of the forecast and condition # |
| \ | \ |
| ${execi 300 cp -f ~/.conky-calendar-icons/$(grep "yweather:condition" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*").png ~/.cache/weather-1.png}${image ~/.cache/weather-1.png -p 40,310 -s 32x32}\ | ${execi 300 cp -f ~/.conky-calendar-icons/$(grep "yweather:condition" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*").png ~/.cache/weather-1.png}${image ~/.cache/weather-1.png -p 40,280 -s 32x32}\ |
| ${execi 300 cp -f ~/.conky-calendar-icons/$(grep "yweather:forecast" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2').png ~/.cache/weather-2.png}${image ~/.cache/weather-2.png -p 118,310 -s 32x32}\ | ${execi 300 cp -f ~/.conky-calendar-icons/$(grep "yweather:forecast" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2').png ~/.cache/weather-2.png}${image ~/.cache/weather-2.png -p 118,280 -s 32x32}\ |
| ${execi 300 cp -f ~/.conky-calendar-icons/$(grep "yweather:forecast" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3').png ~/.cache/weather-3.png}${image ~/.cache/weather-3.png -p 196,310 -s 32x32}${font}\ | ${execi 300 cp -f ~/.conky-calendar-icons/$(grep "yweather:forecast" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3').png ~/.cache/weather-3.png}${image ~/.cache/weather-3.png -p 196,280 -s 32x32}${font}\ |
| </code> | </code> |