You are not logged in.
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
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.
//github/
Offline
thanks a lot brisbin!
I will try it...
I arch, you arch, he arch, she arch, we arch, they arch...
Offline