Please bear with us as we work to restore functionality to dotfiles.org.
# .conkyrc
# Conky configuration
# Colin Drake
# set to yes if you want Conky to be forked in the background
background no
use_xft yes
xftfont Monospace:size=12
xftalpha 0.8
update_interval 5.0
total_run_times 0
own_window no
double_buffer no
minimum_size 1000 5
draw_shades yes
draw_outline no
draw_borders no
stippled_borders 8
border_margin 4
border_width 1
default_color white
default_shade_color black
default_outline_color white
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right
gap_x 10
gap_y 10
# 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 no
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer yes
################################################################################
# The stuff...
################################################################################
# NOTE TO SELF, when you install the server
# add your .ssh/id_rsa.pub to .ssh/authorized_keys file on the remote server
# and change ${exec ssh localhost hostname} to the other comps for it's uptime
# and change ${exec ssh localhost uptime} to the correct name too
TEXT
${color red}Amarok: ${color white}${exec dcop amarok player nowPlaying}
${color red}${exec ssh localhost hostname}:
${color white}${exec ssh localhost uptime}
${color red}${exec hostname}:
${color white}${exec uptime}
${color red}Incoming Connections: ${color white}${exec w | grep "192.168.1.*"}
${color red}CPU %: ${color white}${cpugraph 20,130 000000 ffffff}
${color red}Highest CPU:
${color #ddaa00} ${top name 1}${top_mem cpu 1}
${color lightgrey} ${top name 2}${top cpu 2}
${color lightgrey} ${top name 3}${top cpu 3}
${color red}Highest MEM:
${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
${color lightgrey} ${top_mem name 2}${top_mem mem 2}
${color lightgrey} ${top_mem name 3}${top_mem mem 3}
${color red}HOME: ${color }${exec df -h -T /home | grep '/'}
${color red}HDD2: ${color }${exec df -h -T /media/harddisk2 | grep '/'}