
Here is mine I am triple booting 64 bit (dual core Athlon)
This is my .conkyrc file:
---------------------------------------------------Cut Here--------------------------------------
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
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
# fiddle with window
use_spacer right
# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=10
xftalpha 0.8
text_buffer_size 2048
# Update interval in seconds
update_interval 3.0
# Minimum size of text area
# minimum_size 250 5
# Draw shades?
draw_shades no
# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
uppercase no # set to yes if you want all text to be in uppercase
# Stippled borders?
stippled_borders 3
# border margins
border_margin 9
# border width
border_width 10
# Default colors and also border colors, grey90 == #e5e5e5
default_color grey
#own_window_colour brown
# 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
gap_x 10
gap_y 15
# stuff after 'TEXT' will be formatted on screen
TEXT
$color
${color orange}${font DejaVu Sans:bold:size=10}SYSTEM ${hr 2}$color $font
$nodename $sysname $kernel on $machine
${color orange}${font DejaVu Sans:bold:size=10}CPU ${hr 2}$color $font
Temp: ${acpitemp}
$cpubar
${cpugraph 2f154e ff1502}
Core 0: ${freq cpu1}Mhz Load: ${cpu cpu1}%
${cpubar cpu1 6}
${cpugraph cpu1 2f154e ff1502}
Core 1: ${freq cpu2}Mhz Load: ${cpu cpu2}%
${cpubar cpu2 6}
${cpugraph cpu2 2f154e ff1502}
${color orange}${font DejaVu Sans:bold:size=10}PROCESSES ${hr 2}$color $font
NAME ${alignr 25} PID CPU% MEM%
${color red}${top name 1} ${font DejaVu Sans Mono:size=10} ${alignr 15} ${top pid 1} ${top cpu 1} ${top mem 1} $color $font
$color${top name 2} ${font DejaVu Sans Mono:size=10} ${alignr 15} ${top pid 2} ${top cpu 2} ${top mem 2} $color $font
$color${top name 3} ${font DejaVu Sans Mono:size=10} ${alignr 15} ${top pid 3} ${top cpu 3} ${top mem 3} $color $font
$color${top name 4} ${font DejaVu Sans Mono:size=10} ${alignr 15} ${top pid 4} ${top cpu 4} ${top mem 4} $color $font
${color orange}${font DejaVu Sans:bold:size=10}MEMORY ${hr 2}$color $font
RAM: $memperc% ${membar 6}$color
Swap: $swapperc% ${swapbar 6}$color
${color orange}${font DejaVu Sans:bold:size=10}DISK ${hr 2}$color $font
Mepis: ${fs_free_perc /}% (${fs_free /})
${fs_bar 6 /}$color
Ubuntu: ${fs_free_perc /mnt/sda4}% (${fs_free /mnt/sda4})
${fs_bar 6 /mnt/sda4}$color
Windows: ${fs_free_perc /mnt/sda2}% (${fs_free /mnt/sda2})
${fs_bar 6 /mnt/sda2}$color
${color orange}${font DejaVu Sans:bold:size=10}NETWORK (${addr wlan0}) ${hr 2}$color $font
Down: $color${downspeed wlan0} k/s ${alignr}Up: ${upspeed wlan0} k/s
${downspeedgraph wlan0 15,140 000000 000000} ${alignr}${upspeedgraph wlan0
15,140 000000 000000}$color
------------------------------------Cut Here--------------------------------------------------
I still have not made my background transparent.
I found a easy way to make the image larger, enlarge with gimp and then convert to .pdf with open office.
