You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
daoo
d3c502e88c
|
12 years ago | |
---|---|---|
example1 | 15 years ago | |
README | 15 years ago | |
bench.lua | 12 years ago | |
conkygraph.lua | 15 years ago |
README
conkygraph is a lua script for drawing graphs in conky using cairo.
REQUIREMENTS:
* conky
* lua
* lua-cairo
* lua-json
* lua-lfs (lua-filesystem)
USAGE:
1. Create a (or use a existing) file containing data about the graphs in json format.
2. Add the following to your conkyrc:
lua_load /path/to/conkygraph.lua
lua_startup_hook load_graphs /path/to/graphs_data.json
lua_draw_hook_pre draw_graphs