wok-6.x annotate conky/stuff/conky.conf @ rev 10557
pam_ssh: update bdeps (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 21:39:55 2011 +0200 (2011-05-25) |
parents | |
children | 8ae289524b6b |
rev | line source |
---|---|
pankso@1017 | 1 # /etc/conky/conky.conf: SliTaz Conky default configuration file. |
pankso@1017 | 2 # |
pankso@1017 | 3 |
pankso@1017 | 4 alignment top_right |
pankso@1017 | 5 background no |
pankso@1017 | 6 border_width 1 |
pankso@1017 | 7 cpu_avg_samples 2 |
pankso@1017 | 8 |
pankso@1017 | 9 default_color white |
pankso@1017 | 10 default_outline_color white |
pankso@1017 | 11 default_shade_color white |
pankso@1017 | 12 |
pankso@1017 | 13 draw_borders no |
pankso@1017 | 14 draw_graph_borders yes |
pankso@1017 | 15 draw_outline no |
pankso@1017 | 16 draw_shades no |
pankso@1017 | 17 |
pankso@1017 | 18 gap_x 20 |
pankso@1017 | 19 gap_y 20 |
pankso@1017 | 20 |
pankso@1017 | 21 minimum_size 5 5 |
pankso@1017 | 22 net_avg_samples 2 |
pankso@1017 | 23 no_buffers yes |
pankso@1017 | 24 out_to_console no |
pankso@1017 | 25 |
pankso@1017 | 26 own_window yes |
pankso@1017 | 27 own_window_class Conky |
pankso@1017 | 28 own_window_type desktop |
pankso@1017 | 29 |
pankso@1017 | 30 stippled_borders 0 |
pankso@1017 | 31 update_interval 3.0 |
pankso@1017 | 32 uppercase no |
pankso@1017 | 33 use_spacer no |
pankso@1017 | 34 |
pankso@1017 | 35 use_xft yes |
pankso@1017 | 36 xftfont DejaVu Sans Mono:size=9 |
pankso@1017 | 37 own_window_transparent yes |
pankso@1017 | 38 |
pankso@1017 | 39 |
pankso@1017 | 40 TEXT |
pankso@1017 | 41 $nodename - $sysname $kernel on $machine |
pankso@1017 | 42 $hr |
pankso@1017 | 43 ${color grey}Uptime:$color $uptime |
pankso@1017 | 44 ${color grey}Frequency (in MHz):$color $freq |
pankso@1017 | 45 ${color grey}Frequency (in GHz):$color $freq_g |
pankso@1017 | 46 ${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4} |
pankso@1017 | 47 ${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4} |
pankso@1017 | 48 ${color grey}CPU Usage:$color $cpu% ${cpubar 4} |
pankso@1017 | 49 ${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes |
pankso@1017 | 50 $hr |
pankso@1017 | 51 ${color grey}File systems: |
pankso@1017 | 52 / $color${fs_free /}/${fs_size /} ${fs_bar 6 /} |
pankso@1017 | 53 ${color grey}Networking: |
pankso@1017 | 54 Up:$color ${upspeed eth0} k/s${color grey} - Down:$color ${downspeed eth0} k/s |
pankso@1017 | 55 $hr |
pankso@1017 | 56 ${color grey}Name PID CPU% MEM% |
pankso@1017 | 57 ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} |
pankso@1017 | 58 ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} |
pankso@1017 | 59 ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} |
pankso@1017 | 60 ${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4} |
pankso@1017 | 61 |