If you are averse to Narly logo's
you could try gkrellm (and plugins) for a useful monitoring utility.
Or you could edit your conky file or replace it with one of the many that have been shared here.... (that's what I did...)
Here are a couple
http://www.pclinuxos.com/forum/index.php/topic,91206.0.htmlOr you can have this one to edit....
# conky configuration
# set to yes if you want Conky to be forked in the background
background yes
# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
#xftfont Bitstream Vera Sans Mono:size=8
xftfont Terminus:size=8
# Text alpha when using Xft
xftalpha 0.8
# Print everything to console?
# out_to_console no
# mail spool
#mail_spool $MAIL
# Update interval in seconds
update_interval 2.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type normal
own_window_class Conky
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 100 5
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline yes
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 8
# border margins
#border_margin 4
# border width
border_width 6
# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color black
# Text alignment, other possible values are commented
#alignment top_left
#alignment top_right
#alignment bottom_left
alignment bottom_right
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 5
gap_y 40
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no
# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument
# stuff after 'TEXT' will be formatted on screen
TEXT
${offset 20}${color grey}User:${color } ${uid_name 500}
${offset 20}${color grey}Date:${color } ${time %a, } ${time %B %e, %G}
${offset 20}${color grey}Time:${color } ${color }${time %H:%M:%S} ${time %Z}
${offset 20}${color grey}UpTime: ${color }$uptime
${offset 20}${color grey}Kernel: ${color }$kernel
${offset 20}${color grey}CPU:${color } $cpu% ${color grey}Temp: ${color }${acpitemp}C
${offset 20}${cpugraph 20,130 000000 ffffff}
${offset 20}${color grey}Load: ${color }$loadavg
${offset 20}${color grey}Processes: ${color }$processes
${offset 20}${color grey}Running: ${color }$running_processes
${offset 20}${color grey}Highest CPU:
${offset 20}${color #f8fb03} ${top name 1}${top_mem cpu 1}
${offset 20}${color lightgrey} ${top name 2}${top cpu 2}
${offset 20}${color lightgrey} ${top name 3}${top cpu 3}
${offset 20}${color lightgrey} ${top name 4}${top cpu 4}
${offset 20}${color grey}Highest MEM:
${offset 20}${color #f8fb03} ${top_mem name 1}${top_mem mem 1}
${offset 20}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
${offset 20}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
${offset 20}${color lightgrey} ${top_mem name 4}${top_mem mem 4}
${offset 20}${color grey}MEM: ${color }$memperc% $mem/$memmax
${offset 20}${membar 3,100}
${offset 20}${color grey}SWAP: ${color }$swapperc% $swap/$swapmax
${offset 20}${swapbar 3,100}
${offset 20}${color grey}ROOT: ${color }${fs_free /}/${fs_size /}
${offset 20}${fs_bar 3,100 /}
${offset 20}${color grey}HOME: ${color }${fs_free /home}/${fs_size /home}
${offset 20}${fs_bar 3,100 /home}
#${offset 20}${color grey}SLACK: ${color }${fs_free /mnt/slack}/${fs_size /mnt/slack}
#${offset 20}${fs_bar 3,100 /mnt/slack}
${offset 20}${color grey}NET:
${offset 20}${color grey}IP Addr: ${color }${addr eth0}
${offset 20}${color grey}ESSID: ${color }${wireless_essid eth0} on eth0
${offset 20}${color grey}Bitrate: ${color }${wireless_bitrate eth0}
${offset 20}${color grey}Strength: ${color }${wireless_link_bar 3,50 eth0} ${wireless_link_qual_perc eth0}%
${offset 20}${color grey}Up: ${color }${upspeed eth0} k/s
${offset 20}${upspeedgraph eth0 20,130 000000 ffffff}
${offset 20}${color grey}Down: ${color }${downspeed eth0}k/s${color}
${offset 20}${downspeedgraph eth0 20,130 000000 ffffff}
${offset 20}${color grey}BATTERY:
${offset 20}${color grey}Main: ${color }${battery_time BAT0} ${battery BAT0}
${offset 20}${color grey}Aux: ${color }${battery_time BAT0} ${battery BAT1}