conkyrc
Der Konfigfile mit Kommentaren
# directly fork into background after start
background yes
# Reduce Flickering while redraw
double_buffer yes
# Update interval in seconds
update_interval 1
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline yes
# Draw borders around text
draw_borders yes
# border margins
border_margin 4
# border width
border_width 0
# maximale breite
maximum_width 205
# 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
# Gap between borders of screen and text
gap_x 12
gap_y 12
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
TEXT
${color slate grey}${time %a, }${color }${time %e %B %G}
${color slate grey}${time %Z, }${color }${time %H:%M:%S}
${color slate grey}System:
${color}CPU :${color } $cpu%
${cpubar 3}
${color}${cpugraph 16,204 000000 5000a0}
${color}RAM :${color } $memperc% $mem/$memmax
${membar 3}
${color}SWAP:${color } $swapperc% $swap/$swapmax
${swapbar 3}
${color}CPU-Speed: ${exec sysctl -n dev.cpu.0.freq} MHz
${color}${exec ~/bin/get_battery_state.sh}
${stippled_hr 1 1}
${color slate grey}Filesystems:
${color}usr: ${color }${fs_used_perc /usr}% ${fs_used /usr} / ${fs_size /usr}
${fs_bar 3 /usr}
${color}var: ${color }${fs_used_perc /var}% ${fs_used /var} / ${fs_size /var}
${fs_bar 3 /var}
${color}tmp: ${color }${fs_used_perc /tmp}% ${fs_used /tmp} / ${fs_size /tmp}
${fs_bar 3 /tmp}
${color}IO : $diskio
${color}${diskiograph 16,204 000000 5000a0}
${stippled_hr 1 1}
${color slate grey}Wired-Network :
${color}Down: ${downspeedf fxp0} k/s ${offset 15} Up: ${upspeedf fxp0} k/s
${color}${downspeedgraph fxp0 16,100 ff0000 0000ff} ${upspeedgraph fxp0 16,100 0000ff ff0000}
${color slate grey}Wireless-Network :
${color}Down: ${downspeedf wi0} k/s ${offset 15} Up: ${upspeedf wi0} k/s
${color}${downspeedgraph wi0 16,100 ff0000 0000ff} ${upspeedgraph wi0 16,100 0000ff ff0000}
${stippled_hr 1 1}
${execi 36000 cal}
${stippled_hr 1 1}
${execi 600 ~/bin/weather.sh EDDC}
${stippled_hr 1 1}
${color slate grey}Kernel:$color $kernel
${color slate grey}Uptime:$color $uptime}
Downloads und Links