Here is my conky file
background yes
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
#xftfont Trebuchet MS:size=10
xftfont Sans:size=8
# Text alpha when using Xft
xftalpha 1
# Update interval in seconds
update_interval 2
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
own_window yes
own_window_transparent yes
#own_window_type override
own_window_type desktop
#own_window_type normal #use this if you want a nice shadow to appear around conky
# If own_window is yes, these window manager hints may be used
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 200 200
# Maximum width
maximum_width 240
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Draw borders around graphs
draw_graph_borders no
# Stippled borders?
# stippled_borders 8
# border margins
# border_margin 2
# border width
# border_width 1
# Default colors and also border colors
default_color green
default_shade_color blue
default_outline_color blue
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 12
gap_y 12
# 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
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no
##############################################
##############################################
TEXT
SYSTEM INFO:
${hr}
THE MORRIGAN
Host:$alignr$nodename
${time %a} ${time %e %B %G}
${time %Z} ${time %H:%M:%S}
CPU0: ${freq}MHz $cpu% $cpubar
RAM ($memmax): $memperc% ${membar 6}$color
RAM:$alignr${mem} / ${memmax}
Swap ($swapmax): $swapperc% ${swapbar 6}$color
Temperature:$alignr${acpitemp}C
Buffered:$alignr${buffers}
Cached:$alignr${cached}
Used:$alignr$memperc%
Disk usage:$alignr${fs_used /}/${fs_size /}
I/O:$alignr${diskio}
Battery:$alignr${battery BAT1}
Wireless IP:$alignr${addr wlan0}
ESSID:$alignr${wireless_essid wlan0}
Signal Quality:$alignr${wireless_link_qual_perc wlan0}%
Download $alignr ${downspeed wlan0} kb/s
${downspeedgraph wlan0}
Upload $alignr ${upspeed wlan0} kb/s
${upspeedgraph wlan0}