# set to yes if you want Conky to be forked in the background
background yes
# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
# Use Xft?
#use_xft yes
# Set conky on the bottom of all other applications
#on_bottom yes
# Xft font when Xft is enabled
#xftfont Monospace:size=12
# Text alpha when using Xft
#xftalpha 0.8
draw_outline yes
font arial
# MPD host/port
mpd_host 127.0.0.1
mpd_port 6600
# mpd_password
# Print everything to console?
# out_to_console no
# mail spool
#mail_spool $MAIL
# Update interval in seconds
update_interval 2.0
# 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_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use pseudo transparency with own_window?
own_window_transparent yes
# If own_window_transparent is set to no, you can set the background colour here
#own_window_colour lightgray
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 280 5
# Maximum Width
maximum_width 180
# Draw shades?
draw_shades no
# Draw outlines?
#draw_outlines no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 8
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors
default_color white
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 12
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 no
# stuff after 'TEXT' will be formatted on screen
TEXT
${color #0774FC}$nodename ${hr 2}$color ${alignr}
${color #909090}Uptime: $color${alignr}${uptime}
${color #909090}Load: $color${alignr}${loadavg}
${color #909090}Freq: $color${alignr}${execi 10 ~/bin/freq}
${color #909090}Temp: $color${alignr}${execi 10 ~/bin/temperature}
${color #909090}Batt: $color${alignr}${execi 300 ~/bin/battery}
${color #0774FC}PROCESSING ${hr 2}$color
${color #909090}CPU 0:$color ${alignr}${cpu cpu0}%
${color #909090}${cpugraph 20,180 000000 448FC6}
${color #0774FC}DATA ${hr 2}$color
${color #909090}RAM Usage: $color${mem} of $memmax$color
$memperc% $membar
${color #909090}Swap Usage: $color${swap} of $swapmax$color
$swapperc% ${swapbar}
${color #909090}Processes: $color$processes ${color #909090}Running: $color$running_processes
${color #0774FC}FILESYSTEM ${hr 2}$color
${color #909090}Root: $color${alignr}${fs_free_perc /}% Free$color
${fs_bar 6 /}$color
${color #909090}WinXP: $color${alignr}${fs_free_perc /mnt/c}% Free$color
${fs_bar 6 /mnt/c}$color
${color #909090}Flash: $color${alignr}${fs_free_perc /flash}% Free$color
${fs_bar 6 /flash}$color
${color #0774FC}NETWORK ${hr 2}$color
${color #909090}Upload:$color ${alignr}${upspeed bge0}kb/s${color #909090}
${color #909090}Download:$color ${alignr}${downspeed bge0}kb/s${color #909090}
${color #909090}Download:${alignr} Upload:$color
${downspeedgraph bge0 25,80 000000 4AC644} ${alignr}${upspeedgraph bge0 25,80 000000 44C69F}$color
${color #909090}Down:$color ${totaldown bge0} ${alignr}${color #909090}Up:$color ${totalup bge0}
${color #0774FC}MUSIC ${hr 2}$color
${color #909090}MPD: $color${mpd_smart}
${color #909090}Status: $color${mpd_status}
${color #909090}Elapsed: $color${mpd_elapsed}${color #909090}/$color${mpd_length}
${mpd_bar}
${color #0774FC}CALENDAR ${hr 2}$color
${color #FFFFFF}${execi 300 ~/bin/calendar.sh}