Here's mine....I like organized chaos and colour..
Code:
# Conky configuration
background yes
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
xftfont Sans:size=8:bold
# Text alpha when using Xft
xftalpha 0.8
#Print everything to console?
out_to_console no
# 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
# If own_window is yes, you may use type normal, desktop or override
own_window_type override
# Use pseudo transparency with own_window?
own_window_transparent yes
# 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 1200 5
# Maximum width of window
maximum_width 1200
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Draw borders around graphs
draw_graph_borders yes
# Stippled borders?
stippled_borders 1
# border margins
border_margin 4
# border width
border_width 0
# Default colors and also border colors
default_color whitesmoke
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
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 0
gap_y 0 # To hide from tranparent window borders.
# 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
# Maximum number of special things, e.g. fonts, offsets, aligns, etc.
max_specials 512
# Maximum size of buffer for user text, i.e. below TEXT line.
max_user_text 16384
TEXT
${goto 810}${color #339933}${voffset 100}.: Date :.
${goto 810}${#326699}${font Sans:size=15:bold}${time %e}${font}
${goto 860}${#996632}${voffset -30}${font Sans:size=12}${time %A}${font}
${goto 860}${#996632}${font Sans:size=12}${time %B}, ${time %G}${font}
${goto 810}${#339933}${voffset 3}${font Sans:size=12:bold}${time %H:%M:%S}${font}
${goto 100}${voffset -20}${#339933}.: CPU :.
${goto 100}${#993299}${cpugraph 15,150 82281F D1661A}
${goto 100}${#996632}CPU: ${#993299}${cpubar 8,100} ${#996632}$cpu%
${goto 100}${#996632}Processes: ${#326699}$processes ${#996632}CPU freq: ${#326699}${freq 1}MHz
${goto 620}${voffset -10}${#339933}.: System :.
${goto 620}${#996632}$sysname${goto 665} ${#326699}$kernel
${goto 620}${#996632}Platform ${#326699}$machine
${goto 620}${#996632}Uptime:${goto 665} ${#326699}$uptime
${goto 620}${#996632}Load:${goto 665} ${#326699}$loadavg
${goto 990}${voffset 10}${#339933}.: NetworK :.
${goto 990}${#996632}IP: ${#326699}${execi 10000 wget http://checkip.dyndns.org/ -q -O - | grep -Eo '\<[[:digit:]]{1,3}(\.[[:digit:]]{1,3}){3}\>'}
${goto 968}${#996632}UP:${goto 990}${#993299}${upspeedgraph eth1 12,70 1C2B25 8FA54F}${goto 1065}${#326699}${upspeedf eth1} KB/s
${goto 950}${#996632}DOWN:${goto 990}${#993299}${downspeedgraph eth1 12,70 1C2B25 8FA54F}${goto 1065}${#326699}${downspeedf eth1} KB/s
${goto 40}${voffset -50}${#339933}.: RAM :.
${goto 40}${#996632}RAM:${goto 80}${#326699}$mem/$memmax - $memperc% ${goto 220}${#993299}${membar 8,60}
${goto 40}${#996632}SWP:${goto 80}${#326699}$swap/$swapmax - $swapperc% ${goto 220}${#993299}${swapbar 8,60}
${goto 25}${voffset 60}${#339933}.: HDD :.
${goto 25}${#996632}Lucid${goto 60}${#326699}${fs_used /}/${fs_size /}${goto 160}${#993299}${fs_bar 8,60 /}
${goto 25}${#996632}Gavno${goto 60}${#326699}${fs_used /media/Gavno}/${fs_size /media/Gavno}${goto 160}${#993299}${fs_bar 8,60 /media/Gavno}
${goto 25}${#996632}Gazon${goto 60}${#326699}${fs_used /media/Gazon}/${fs_size /media/Gazon}${goto 160}${#993299}${fs_bar 8,60 /media/Gazon}
${goto 770}${voffset -10}${#339933}.: Weather :.
${goto 770}${#996632}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=CN --refetch}${#339933} : ${#326699}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=CT}
${goto 770}${#339933}${offset 36}${voffset -4}${font ConkyWeather:size=30}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=WF}${font}
${goto 770}${voffset -8}${#996632}Temperature: ${#326699}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=HT}${#996632} Humidity: ${#326699}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=HM}
${goto 770}${#996632}Direction: ${#326699}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=WD}${#996632} Wind: ${#326699}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=WS}
${goto 770}${#996632}Tomorrow: ${offset 4}${#326699}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=CT --startday=1 --endday=1}
${goto 770}${#326699}${offset 20}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=DW --shortweekday --startday=1 --endday=3 --spaces=15}
${goto 770}${#339933}${offset 14}${font ConkyWeather:size=30}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=WF --startday=1 --endday=3 --spaces=4}${font}
${goto 770}${#996632}Max: ${#326699}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=HT --startday=1 --endday=3 --spaces=13}
${goto 770}${#996632}Min: ${#326699}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=LT --startday=1 --endday=3 --spaces=16}
${goto 770}${#996632}Hum: ${#326699}${execi 1680 python ~/.conkyForecast.py --location=11235 --datatype=HM --startday=1 --endday=3 --spaces=13}${font}
${goto 70}${voffset -125}${#339933}.: Processes :.
${goto 70}${#339933}Name ::. ${goto 182}PID${goto 210}CPU%${goto 245}MEM%
${goto 70}${#82281F}${top name 1} ${goto 175}${top pid 1}${goto 210}${top cpu 1}${goto 245}${top mem 1}
${goto 70}${#993299}${top name 2} ${goto 175}${top pid 2}${goto 210}${top cpu 2}${goto 245}${top mem 2}
${goto 70}${#326699}${top name 3} ${goto 175}${top pid 3}${goto 210}${top cpu 3}${goto 245}${top mem 3}
${goto 70}${#996632}${top name 4} ${goto 175}${top pid 4}${goto 210}${top cpu 4}${goto 245}${top mem 4}
${goto 70}${#993299}${top name 5} ${goto 175}${top pid 5}${goto 210}${top cpu 5}${goto 245}${top mem 5}
${goto 70}${#339933}Memory ::.
${goto 70}${#82281F}${top_mem name 1} ${goto 175}${top_mem pid 1}${goto 210}${top_mem cpu 1}${goto 245}${top_mem mem 1}
${goto 70}${#993299}${top_mem name 2} ${goto 175}${top_mem pid 2}${goto 210}${top_mem cpu 2}${goto 245}${top_mem mem 2}
${goto 70}${#326699}${top_mem name 3} ${goto 175}${top_mem pid 3}${goto 210}${top_mem cpu 3}${goto 245}${top_mem mem 3}
${goto 70}${#996632}${top_mem name 4} ${goto 175}${top_mem pid 4}${goto 210}${top_mem cpu 4}${goto 245}${top_mem mem 4}
Bookmarks