Friday, August 20, 2010

Conky Configuration

# alignment top_left
background no
# border_width 1
border_inner_margin 0
border_outer_margin 0
# cpu_avg_samples 2
# default_color white
# default_outline_color white
# default_shade_color white
# draw_borders no
# draw_graph_borders yes
# draw_outline no
# draw_shades no
double_buffer yes
use_xft yes
xftfont Terminux:size=9
# gap_x 5
# gap_y 60
if_up_strictness address
# minimum_size 5 5
# net_avg_samples 2
# no_buffers yes
# out_to_console no
# out_to_stderr no
# extra_newline no
own_window yes
own_window_type dock
own_window_transparent yes
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer left
# show_graph_scale no
# show_graph_range no
total_run_times 0

TEXT
${color #3955D3}${time %a %D %r} $color \
|| ${color #3955A3}Kernel:${color grey} $kernel $color \
|| ${color #3955A3}cpu:${color grey} ${freq_g}Ghz ${cpubar 4,50} ($cpu) | hog:$color ${top name 1}${offset -20}${top cpu 1}${color} \
|| ${color #3955A3}ram:${color grey} ${membar 4,50} | hog:$color ${top_mem name 1}${offset -20}${top_mem mem 1}${color} \
|| ${color #3955A3}swap usage:${color grey} $swapperc% $color \
|| ${color #3955A3}network:${color grey} ${upspeed wlan0} up, ${downspeed wlan0} down, ${totaldown wlan0} downloaded $color
${color #3955A3}cpu temp: ${color grey} ${execi 10 /home/jason/bin/conky-temp.sh}C $color \
|| ${color #3955A3}battery:$color ${color #1E36BD}${battery_bar 4,50 BAT1}$color \
|| ${color #3955A3}w/r:${color grey}$diskio_write $diskio_read $color \
|| ${color #3955A3}Gmail-L: ${color grey}${execi 30 python ~/bin/conky-gmaillinux.py} $color \
|| ${color #3955A3}Gmail-H: ${color grey}${execi 30 python ~/bin/conky-gmailhome.py} $color \
|| ${color #3955A3}boot: ${color grey}${fs_free /boot}/${fs_size /boot} $color \
${color #3955A3}root: ${color grey}${fs_free /}/${fs_size /} $color \
${color #3955A3}tmp: ${color grey}${fs_free /tmp}/${fs_size /tmp} $color \
${color #3955A3}usr: ${color grey}${fs_free /usr}/${fs_size /usr} $color \
${color #3955A3}var: ${color grey}${fs_free /var}/${fs_size /var} $color \
${color #3955A3}home: ${color grey}${fs_free /home}/${fs_size /home} $color \

No comments:

Post a Comment