Sorry for beeing so late.
Here´s my conky config. Copy and save it as .conkyrc in ur $HOME.
# set to yes if you want Conky to be forked in the background
background no
cpu_avg_samples 2
net_avg_samples 2
out_to_console no
# X font when Xft is disabled, you can pick one with program xfontsel
#font 7x12
#font 6x10
#font 7x13
#font 8x13
#font 7x12
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
#xftfont Dungeon:pixelsize=10
xftfont Monospace:pixelsize=10
own_window_transparent no
#own_window_colour hotpink
# Text alpha when using Xft
xftalpha 0.8
on_bottom yes
# mail spool
mail_spool $MAIL
# Update interval in seconds
update_interval 1
# Create own window instead of using desktop (required in nautilus)
own_window no
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
#minimum_size 280 5
#maximum_width 150
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 10
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors
default_color black
default_shade_color grey
default_outline_color black
# Text alignment, other possible values are commented
#alignment top_left
#minimum_size 10 10
gap_x 13
gap_y 100
#alignment top_right
alignment top_left
#alignment bottom_right
# Gap between borders of screen and text
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer no
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
TEXT
[$nodename - $sysname $kernel on $machine]
|
+--status
| |
| +--ram - $mem/$memmax - $memperc%
| +--cpu - $cpu%, ${color }${cpugraph 8,60 70A136 FF9D00}
| +--uptime - $uptime
| +--prozesse
| |
| +--gesamt - $processes
| +--running - $running_processes
|
+--net
| |
| +--down - ${downspeed eth0} k/s ${downspeedgraph eth0 8,60 ff0000 0000ff}
| +--up - ${upspeed eth0} k/s ${upspeedgraph eth0 8,60 0000ff ff0000}
|
+--resources
| |
| +--/ - ${fs_free /}/${fs_size /}
| +--/home - ${fs_free /home}/${fs_size /home}
| +--/media - ${fs_free /media}/${fs_size /media}
| +--mem - $mem/$memmax
| +--swap - $swap/$swapmax
|
+--mpd
| |
| +--${color}Artist: $mpd_artist -
| +--Title: $mpd_title
| +--${color }$mpd_status
| +--${color }${mpd_bar 8,150}
|
+--top
| |
| +--Name PID CPU% MEM%
| +--${color #5EA132} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color }| +--${color } ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
| +--${color } ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
|
+--mem usage
|
+--${color #5EA132} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color } +--${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color } +--${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}