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.
16 lines
416 B
16 lines
416 B
15 years ago
|
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
|