Ok, I'm trying to setup the weather icon as mentioned in 'man conky' under weather>icon. Using 'icon' returns me a number, which corresponds to a .png icon downloaded from weather.com.
I need to take this number, and input it into a path, i.e. /home/susie/.conky/icons/93x93/XX.png, so I can display it in conky with 'image'.
My question is how can I set the output of 'icon' to a variable, so I can call on it in the 'image' path?
Note - This does not work:
${image /home/susie/.conky/icons/93x93/${weather
http://xoap.weather.com/weather/local/ XXXXX icon 30}.png}
Quote:
Conky: Unable to load image '/home/susie/.conky/icons/93x93/${weather'
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
imlib_render_image_part_on_drawable_at_size();
With the parameter:
image
being NULL. Please fix your program.
|