| Customization / Desktop Screenshots / Unix & Linux | ©2010-2013 ~wlourf |
The Journal Portal
Browse Journals |
Polls |
deviantART [dee·vee·un'nt·ART]
Keep in Touch!
|
Deviousness |
how to make it work with it, tried to edit the lua script
myself but did more damage than any good
However, this is one of the better conkyscripts I've seen!
//Robert
Maybe we can talk about the config on ubuntu forums : [link] or crunchbang : [link] where I posted this script.
Elsewhere, a table for a 4 Core should look like this :
tableV={
--elements in the table
--{"label","conky variable","conky arg","max value", "unit"}
{"cpu 1","cpu","cpu0",100,"%"},
{"cpu 2","cpu","cpu1",100,"%"},
{"cpu 3","cpu","cpu2",100,"%"},
{"cpu 4","cpu","cpu3",100,"%"},
},
and for a full circle angle
first_angle=0,
last_angle=360,
the output should look like this one : [link]
thx again mate! you are awesome!
(you can change line size with line_lgth parameter )
thanks for the fav too and Happy Conkying !
cpu 3&4 it eats 90% of the word "cpu" so I only
see a little of the char "u" (the last line)...
...sure, let me see if I have to register to
post comments there.
//Robert