Galera, segue a minha contribuição:
Ficou muito manero...não consegui anexar a tela...como eu faço?
conkyrc
===========================================
# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
color0 FFFFFF
color1 FCAF3E
text_buffer_size 2048
# Update interval in seconds
update_interval 1
# 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_transparent yes
own_window_type override
#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 180 0
#maximum_width 200
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 5
# border width
border_width 1
# Default colors and also border colors
default_color white
#default_shade_color black
#default_outline_color white
own_window_colour white
# 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 15
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 yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer none
TEXT
${font LCD:style=Bold:pixelsize=24}${alignc}${time %H:%M:%S}${font Snap.se:size=8}
${alignc}${time %A},${time %e} de ${time %B} de ${time %G}
${color 54FF9F}SISTEMA${hr 2}$color
${voffset 2}${font OpenLogos:size=16}u${font} Kernel: ${alignr}${kernel}
${font StyleBats:size=16}A${font} CPU: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${font StyleBats:size=16}A${font} CPU: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
${font StyleBats:size=16}g${font} RAM: $memperc% ${alignr}${membar 8,60}
${font StyleBats:size=16}j${font} SWAP: $swapperc% ${alignr}${swapbar 8,60}
${font StyleBats:size=16}q${font} Ligado: ${alignr}${uptime}
${color 54FF9F}CPU${hr 2}$color
${font StyleBats:size=16}A${font} ${top name 1}$alignr${top cpu 1} %
${font StyleBats:size=16}A${font} ${top name 2}$alignr${top cpu 2} %
${font StyleBats:size=16}A${font} ${top name 3}$alignr${top cpu 3} %
${color FFFFFF}Average
${cpugraph cpu0 FFA500 FFFF00}
${color FFFFFF}Core 1 $alignr Core 2
${color FFFFFF}${cpugraph cpu1 25,120 FFA500 FFFF00} ${color FFFFFF} $alignr${color FFFFFF}${cpugraph cpu2 25,120 FFA500 FFFF00}
${color 54FF9F}MEMORIA${hr 2}$color
${font StyleBats:size=16}g${font} ${top_mem name 1}$alignr${top_mem mem 1} %
${font StyleBats:size=16}g${font} ${top_mem name 2}$alignr${top_mem mem 2} %
${font StyleBats:size=16}g${font} ${top_mem name 3}$alignr${top_mem mem 3} %
${color 54FF9F}HD${hr 2}$color
${voffset 4}${font Pie charts for maps:size=14}7${font} ${voffset -5}Principal:
${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
${voffset 4}${font Pie charts for maps:size=14}7${font} ${voffset -5}Boot:
${voffset 4}${fs_used /boot}/${fs_size /boot} ${alignr}${fs_bar 8,60 /boot}
${voffset 4}${font Pie charts for maps:size=14}7${font} ${voffset -5}Home:
${voffset 4}${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
${color 54FF9F}REDE${hr 2}$color
eth0: ${addr eth0}$color
down: $color${downspeed eth0}k/s ${alignr}up: ${upspeed eth0}k/s
${downspeedgraph eth0 25,140 FFA500 ff0000} ${alignr}${upspeedgraph eth0
25,140 FFFF00 00ff00}$color
total: ${totaldown eth0} ${alignr}total: ${totalup eth0}
inbound: ${tcp_portmon 1 32767 count} outbound: ${tcp_portmon 32768
61000 count}${alignr}total: ${tcp_portmon 1 65535 count}
${if_existing /proc/net/route wlan0}
Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 F57900 FCAF3E}
Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 F57900 FCAF3E}
Upload: ${alignr}${totalup wlan0}
Download: ${alignr}${totaldown wlan0}
Sinal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
Ip Local: ${alignr}${addr wlan0}
Ip Externo: ${alignr}${execi 1 ~/.scripts/ip.sh}
${endif}