

  LUA Transparent Image      scripted by Koentje  (remon@cobrasoft.nl)
________________________________________________________________________

Shows a real transparent image on a transparent window. The PNG image
can also have a % of transparency against the conky window.


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


conky.text = [[
  ${lua animation ./path/to/picture 2 2 300 300 50}
                                    | | |   |   |
                                    | | |   |   |_____ Transparency (1-100)
                                    | | |   |_________ height of image
                                    | | |_____________ width of image
                                    | |_______________ horizontal position in pixels
                                    |_________________ vertical position in pixels


Have phun!
