View Single Post
fnordianslip's Avatar
Posts: 670 | Thanked: 359 times | Joined on May 2007
#21
Originally Posted by rcull View Post
Code:
${if_up gprs0}${color yellow}gprs0: ${color yellow}Up:$color ${upspeed gprs0} kB/s${color grey} - ${color yellow}Down:$color ${downspeed gprs0} kB/s
${color yellow}Up: ${color black}${downspeedgraph gprs0 20,320 ff0000 00ff00}${color yellow} Down: ${color black}${upspeedgraph gprs0 20,320 00ff0000 ff0000}$endif${if_up wlan0}${color yellow}wlan0 ESSID: $color${wireless_essid wlan0} ${color yellow}Connection Quality: $color${wireless_link_qual_perc wlan0}% ${color yellow}Up:$color ${upspeed wlan0} kB/s ${color grey} - ${color yellow}Down:$color ${downspeed wlan0} kB/s 
${color yellow}Up: ${color black}${downspeedgraph wlan0 20,320 00ff00 ff0000}${color yellow} Down: ${color black}${upspeedgraph wlan0 20,320 ff0000 00ff00}$endif
Added some colour, Lined everything up and added a Loadgraph Diskiograph and Memgraph plus swaps between gprs0 and wlan0 both with up and down graphs.

Rick
Seems to me that the upspeedgraph and downspeedgraph are swapped around in your conf
__________________
Class .. : Lame hacker & beardy boffin
Humour . : [#######---] Alignment: Apathetic anarchist
Patience : [####------] Weapon(s): My cat, my code.
Agro ... : |#---------] Relic(s) : N900, MacBookPro, NSLU2, N800, SheevaPlug, Eee-901, Core2-Quad, PS3
"In theory, theory and practice are the same. In practice, they're not."
--
Beware of extras-devel.
 

The Following User Says Thank You to fnordianslip For This Useful Post: