wok diff conky/stuff/conky.conf @ rev 9417

Up: vim, vim-tiny and gvim to 7.3, fixed vimrc path, linked libraries and build depends
author Manuel Flores Vivas <manuelfloresv@gmail.com>
date Wed Mar 30 01:13:57 2011 +0000 (2011-03-30)
parents
children 8ae289524b6b
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/conky/stuff/conky.conf	Wed Mar 30 01:13:57 2011 +0000
     1.3 @@ -0,0 +1,61 @@
     1.4 +# /etc/conky/conky.conf: SliTaz Conky default configuration file.
     1.5 +#
     1.6 +
     1.7 +alignment top_right
     1.8 +background no
     1.9 +border_width 1
    1.10 +cpu_avg_samples 2
    1.11 +
    1.12 +default_color white
    1.13 +default_outline_color white
    1.14 +default_shade_color white
    1.15 +
    1.16 +draw_borders no
    1.17 +draw_graph_borders yes
    1.18 +draw_outline no
    1.19 +draw_shades no
    1.20 +
    1.21 +gap_x 20
    1.22 +gap_y 20
    1.23 +
    1.24 +minimum_size 5 5
    1.25 +net_avg_samples 2
    1.26 +no_buffers yes
    1.27 +out_to_console no
    1.28 +
    1.29 +own_window yes
    1.30 +own_window_class Conky
    1.31 +own_window_type desktop
    1.32 +
    1.33 +stippled_borders 0
    1.34 +update_interval 3.0
    1.35 +uppercase no
    1.36 +use_spacer no
    1.37 +
    1.38 +use_xft yes
    1.39 +xftfont DejaVu Sans Mono:size=9
    1.40 +own_window_transparent yes
    1.41 +
    1.42 +
    1.43 +TEXT
    1.44 +$nodename - $sysname $kernel on $machine
    1.45 +$hr
    1.46 +${color grey}Uptime:$color $uptime
    1.47 +${color grey}Frequency (in MHz):$color $freq
    1.48 +${color grey}Frequency (in GHz):$color $freq_g
    1.49 +${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
    1.50 +${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
    1.51 +${color grey}CPU Usage:$color $cpu% ${cpubar 4}
    1.52 +${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes
    1.53 +$hr
    1.54 +${color grey}File systems:
    1.55 + / $color${fs_free /}/${fs_size /} ${fs_bar 6 /}
    1.56 +${color grey}Networking:
    1.57 +Up:$color ${upspeed eth0} k/s${color grey} - Down:$color ${downspeed eth0} k/s
    1.58 +$hr
    1.59 +${color grey}Name                  PID   CPU%   MEM%
    1.60 +${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
    1.61 +${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
    1.62 +${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
    1.63 +${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
    1.64 +