Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente | |||
conky:conky_en_mode_fenetre [Le 17/11/2009, 14:17] YoBoY suppimée |
— (Version actuelle) | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ==== Interface simple fenêtrée ==== | ||
- | <file> | ||
- | use_xft yes | ||
- | xftfont Arial:size=8 | ||
- | xftalpha 0.8 | ||
- | update_interval 1.0 | ||
- | total_run_times 0 | ||
- | own_window yes | ||
- | own_window_transparent yes | ||
- | double_buffer yes | ||
- | minimum_size 280 5 | ||
- | draw_shades no | ||
- | draw_outline no | ||
- | draw_borders no | ||
- | stippled_borders 8 | ||
- | border_margin 4 | ||
- | border_width 1 | ||
- | default_color 4582B5 | ||
- | default_shade_color black | ||
- | default_outline_color black | ||
- | alignment bottom_right | ||
- | gap_x 8 | ||
- | gap_y 50 | ||
- | no_buffers yes | ||
- | uppercase no | ||
- | cpu_avg_samples 2 | ||
- | net_avg_samples 2 | ||
- | override_utf8_locale no | ||
- | use_spacer no | ||
- | |||
- | |||
- | |||
- | TEXT | ||
- | $nodename - $sysname $kernel on $machine | ||
- | $stippled_hr | ||
- | ${color #4582B5}Uptime:$color $uptime ${color #FFFFFF}- Load:$color $loadavg | ||
- | ${color #4582B5}Usage CPU:$color $cpu% ${color #FFFFFF} ${cpubar} | ||
- | $color ${cpugraph FFFFFFF FFFFFFF} | ||
- | ${color #4582B5}Usage RAM:${color #FFFFFF} $mem/$memmax - $memperc% ${membar} | ||
- | ${color #4582B5}Usage Swap:${color #FFFFFF} $swap/$swapmax - $swapperc% ${swapbar} | ||
- | ${color #4582B5}Processus:$color $processes ${color #FFFFFF}Running:$color $running_processes | ||
- | $color$stippled_hr | ||
- | ${color #4582B5}Reseau: | ||
- | Down:${downspeed eth1} k/s${color #FFFFFF} ${offset 80}Up:${color #FFFFFF} ${upspeed eth1} k/s | ||
- | $color${downspeedgraph eth1 32,150 FFFFFF FFFFFF} $color${upspeedgraph eth1 32,150 FFFFFF FFFFFF} | ||
- | $color$stippled_hr | ||
- | ${color #4582B5}Espace Disque: | ||
- | ext3: $color${fs_free /}/${fs_size /} ${fs_bar /} | ||
- | $color$stippled_hr | ||
- | ${color #4582B5} PID CPU% MEM% | ||
- | CPU usage | ||
- | ${color #FFFFFF} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} | ||
- | ${color #FFFFFF} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} | ||
- | ${color #FFFFFF} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} | ||
- | |||
- | |||
- | ${color #4582B5}Mem usage | ||
- | ${color #FFFFFF} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1} | ||
- | ${color #FFFFFF} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2} | ||
- | ${color #FFFFFF} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3} | ||
- | ${color #FFFFFF} ${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4} | ||
- | </file> |