~ cbarrick /.conkyrc

Uses the weather.p script from http://ubuntuforums.org/showthread.php?t=666842
#	.conkyrc configuration
#	basics by Tristam Green, 11-21-2007
# 	edited by fusion.fake
#	and again by 383_Inc

# maintain spacing between certain elements
use_spacer yes

# set to yes if you want tormo to be forked in the background
#background yes

use_xft yes

# Xft font when Xft is enabled
xftfont Vera-8
#xftfont Andale Mono-9
#xftfont Clean-8
#xftfont cubicfive10:pixelsize=8
#xftfont squaredance10:pixelsize=14
#xftfont swf!t_v02:pixelsize=10

# Text alpha when using Xft
xftalpha 1
mail_spool $MAIL

# Update interval in seconds
update_interval 1.0

# 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
own_window_hints below

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 200 5
maximum_width 250

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no # amplifies text

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 3

# border margins
border_margin 5

# border widt5
border_width 6

# Default colors and also border colors, grey90 == #e5e5e5
default_color grey90
default_shade_color black
default_outline_color DarkGrey

# 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 24
gap_y 24

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# stuff after 'TEXT' will be formatted on screen

TEXT

${color white}${font Vera:size=24}Ubuntu ${font} ${font Vera:size=8} ${time %a } ${time %e %B %G}$alignr 
${color #5da5d3}User ${hr 1}
  ${color #e5e5e5}${execi 30 whoami} @ $nodename $alignr $sysname $machine $kernel
  ${color #e5e5e5}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'} ${color #CCCCCC}$alignr${freq_g} GHz
  ${color #e5e5e5}uptime $alignr $uptime_short

${color #5da5d3}System ${hr 1} 
  ${color #e5e5e5}cpu usage $color $alignr $cpu%
  ${color #e5e5e5}load $alignr $loadavg
  
${color #5da5d3}Processes ${hr 1}
  ${color #e5e5e5}total $alignr $processes
  ${color #e5e5e5}running $alignr $running_processes

${color #5da5d3}Memory ${hr 1}
  ${color #e5e5e5}total $alignr ${memmax}
  ${color #e5e5e5}used $alignr $memperc%  $mem

${color #5da5d3}Wired (${color #ff9900}${addr eth0}${color #5da5d3}) ${hr 1}
  ${color e5e5e5}down ${color #ff9900}${downspeedf eth0} ${color e5e5e5}k/s ${alignr}${color e5e5e5}up ${color #0000ff}${upspeedf eth0} ${color e5e5e5}k/s
  ${color e5e5e5}total down: ${totaldown eth0} $alignr total up: ${totalup eth0}

${color #5da5d3}File Systems ${hr 1}
  ${color #e5e5e5}Filesystem ${color white}${fs_free /} (${fs_free_perc /}%) ${color #e5e5e5}free of ${fs_size /}
       ${fs_bar /}
  ${color #e5e5e5}Home ${color white}${fs_free /home} (${fs_free_perc /home}%) ${color #e5e5e5}free of ${fs_size /home}
       ${fs_bar /home}
  ${color #e5e5e5}5.4gb ${color white}${fs_free /media/hdf1} (${fs_free_perc /media/hdf1}%) ${color #e5e5e5}free of ${fs_size /media/hdf1}
       ${fs_bar /media/hdf1}

${color #5da5d3}Weather ${hr 1}
  ${color #e5e5e5}${execi 3600 perl $HOME/Scripts/weather.pl USGA0173 f w}
	${voffset -30}$alignr${offset -50}${execi 3600 perl $HOME/Scripts/weather.pl USGA0173 f t}
	${voffset -15}$alignr${offset -60}${font weather:size=45}${execi 3600 perl $HOME/Scripts/weather.pl USGA0173 f cp}$font