

  LUA Transparent-image-resize           scripted by Koentje  (remon@cobrasoft.nl)
____________________________________________________________________________________

Resizes image to conky window size, also resizes when window mode is normal and
window gets resized! Converts jpg or other images file to png (LUA only works with PNG)
The option 'c' is for keep converting the same image every conky update. This is
especially handy if your image gets renewed all the time (downloads from an IP Cam for example)


conky_config = {
  lua_load = "./transparent-image-resize.lua",


conky.text = [[
  ${lua image /path/to/png 100 c}
                           |   |__c = keep converting the image every conky update (leave empty for NOT)
                           |
                           |______Transparency (0-100)


Have phun!
