Graph widget for conky by Wlourf v1.1 07 Janv. 2011

This widget draw graphs in your conky window

Some examples here :
http://u-scripts.blogspot.com/2010/10/graph-widget.html

-------

in the conkyrc file, set the file to the lua script here :
    lua_load ~/conky/graph/graph.lua
and call the main function with 
    lua_draw_hook_pre main_graph

And leave at least one line (blank or not) after TEXT

And for betters effects, use :
own_window_transparent yes
own_window_argb_visual yes

You need at least conky 1.8 with Lua bindings enabled to run it

-------
In the Lua script, follow the instructions to set up your graphs,
a lot of examples with pictures in link above !

Happy Conkying !

