You are not logged in.

#1 2009-03-03 16:32:20

luuuciano
Member
Registered: 2007-01-27
Posts: 310

newtwork graphics in conky, up/down not at real scale?

Hi!

Im using this:

${color2}Network ${color0}$hr
${color1}up${color0} ${upspeed eth0} k/s
${color #888888}${upspeedgraph eth0 50,300 0000ff ff0000}
${color #888888}${downspeedgraph eth0 50,300 0000ff ff0000}
${color1}down${color0} ${downspeed eth0} k/s   ${alignr}${color1}IP ${color0}${execi 3600 /home/luciano/bin/myip.sh}

but lines are always at "top"... even when its 3k or 30k... so, 30k upload looks equal than 200k download

there is any way to avoid this behavior?


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

#2 2009-03-03 17:15:21

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: newtwork graphics in conky, up/down not at real scale?

downspeedgraph     net (height),(width) (gradient colour 1) (gradient colour 2) (scale)
so,

${downspeedgraph eth0 50,300 0000ff ff0000 .5} or something.

scale requires some trial/error to get it right; i've never used it but i knew it was there.

Offline

#3 2009-03-03 17:36:09

luuuciano
Member
Registered: 2007-01-27
Posts: 310

Re: newtwork graphics in conky, up/down not at real scale?

thanks a lot brisbin!
I will try it...


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

Board footer

Powered by FluxBB