Please bear with us as we work to restore functionality to dotfiles.org.
buli
/.conkyrc
# set to yes if you want Conky to be forked in the background
background yes
use_xft yes
xftfont Monospace:size=12
xftalpha 0.8
update_interval 2.0
total_run_times 0
own_window no
double_buffer yes
minimum_size 80 5
maximum_width 280
draw_shades no
draw_outline no
draw_borders no
stippled_borders 2
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 blue}Debian lenny/sid
${color blue}Kernel: ${color lightblue}${kernel}
${color lightblue}${exec echo $(date +"%a %b %d %Y")}
${color lightblue}${exec echo $(date +"%H:%M:%S")}
${color blue}NET:
${color blue}Down: ${color lightblue}${downspeedf eth0} kB/s
${color blue}Up: ${color lightblue}${upspeedf eth0} kB/s
${color blue}Active
${color blue}connections: ${color lightblue}${exec sudo netstat -apt | grep -i verbunden | wc -l}
${color blue}CPU:
${color ffa500}Usage: ${color lightblue}${cpu 1}%
${color ffa500}Freq: ${color lightblue}${freq}
${color ffa500}Temp: ${color lightblue}${i2c temp 1}
${color blue}Highest CPU:
${color ffa500} ${top name 1}${top cpu 1}%
${color lightblue} ${top name 2}${top cpu 2}%
${color lightblue} ${top name 3}${top cpu 3}%
${color lightblue} ${top name 4}${top cpu 4}%
${color lightblue} ${top name 5}${top cpu 5}%
${color blue}Highest MEM:
${color ffa500} ${top_mem name 1}${top_mem mem 1}%
${color lightblue} ${top_mem name 2}${top_mem mem 2}%
${color lightblue} ${top_mem name 3}${top_mem mem 3}%
${color lightblue} ${top_mem name 4}${top_mem mem 4}%
${color lightblue} ${top_mem name 5}${top_mem mem 5}%
${color blue}DISK:
${color blue}Root: ${color lightblue}${fs_free_perc /} % ${color c1ffc1} free
${color blue}Usr: ${color lightblue}${fs_free_perc /usr} % ${color c1ffc1} free
${color blue}Home: ${color lightblue}${fs_free_perc /home} % ${color c1ffc1} free
${color blue}I/O: ${color lightblue}${diskio}