dlm955 wrote: thanks MrPeachy
you are quite welcome
when you have everything up and running can you post a screenshot and let me know what cpu you are getting with just that conky running?
Sector11, do you recall what kind of cpu usage you got from conky when you were using conkyforecast for a large weather display?
here is just me playing around

this uses the same data gathering function as the other scripts, but everything you see is generated in the lua script
http://crunchbanglinux.org/pastebin/1316
in the conkyrc, im just loading the script and calling the functions
lua_load ~/lua/forecast_curve.lua
lua_draw_hook_pre weatherdata#starts the lua weather data gathering function, call once at top of conkyrc
TEXT
${lua weather}${cpu cpu0}
ive been working on the weather script, seeing if i can get the cpu down and working to make sure there are no memory leaks
i havnt been able to test the script for memory over a long period yet
but i plan to
Last edited by mrpeachy (2011-11-19 18:59:30)
It's hard to find something if you don't know what you're looking for.
I have a blog, it's mostly about conky and lua stuff... go
here.