Conky - Moniteur système léger
Par Yannick le dimanche, 20 novembre 2005, 19:29 - GNU/Linux - Lien permanent
Suite à la lecture de la configuration de Conky sur le blog Debuntu je me suis moi aussi configuré mon p'tit moniteur...

Personnalisation des couleurs en cours avec l'aide de ColorZilla
Commentaires
On pourrait avoir le .conkyrc ??
J'aime bien les couleurs :-)
Bonne continuation Msieur Yannick
Rb
J'ai un peu changé depuis le sreenshot mais le voici:
grep -v "^#" .conkyrc |grep -v "^$"
background no
font 7x13
use_xft yes
on_bottom yes
xftalpha 0.8
mail_spool $MAIL
update_interval 5.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_colour hotpink
double_buffer yes
minimum_size 280 5
draw_shades yes
draw_outline no
draw_borders no
stippled_borders 8
border_margin 4
border_width 1
default_color white
default_shade_color black
default_outline_color black
alignment bottom_right
gap_x 12
gap_y 37
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer no
TEXT
${color lightgrey}Uptime:$color $uptime ${color lightgrey} - Load:$color $loadavg
${color lightgrey}CPU Usage:${color #FB9741} $cpu% ${cpubar}
${color #F0710F}${cpugraph 0000ff 00ff00}
${color lightgrey}RAM Usage:$mem/$memmax -${color #57ED34} $memperc% ${membar}
${color lightgrey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar}
${color lightgrey}Processes:$color $processes ${color grey}Running:$color $running_processes
Down:${color #8844ee} ${downspeed eth0} k/s${color lightgrey} ${offset 80}Up:${color #22ccff} ${upspeed eth0} k/s
${color #0000ff}${downspeedgraph eth0 32,150 ff0000 0000ff} ${color #22ccff}${upspeedgraph eth0 32,150 0000ff ff0000}
${color grey}File systems: ${color grey}Mails: ${color}$mails${color grey} New: ${color}$new_mails${color grey}
${color grey} / ${color #A8FFA1} ${fs_free /} / ${fs_size /} ${fs_bar 6 /}
${color grey} Data $color${fs_free /mnt/d} / ${fs_size /mnt/d} ${fs_bar 6 /mnt/d}
${color grey} Win $color ${fs_free /mnt/c} / ${fs_size /mnt/c} ${fs_bar 6 /mnt/c}
${color}Name PID CPU% MEM%
${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color}Mem usage
${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
excellent
merkiii :)
Rb