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
${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