J'utilise conky depuis peu, et je constate qu'il doit y avoir une limite à la taille du fichier de config ou plutot du nombre de variable...
J'en suis arriver à un point, ou un simple "$alignc" en plus fait planter conky avec des erreur étrange:
Le message d'erreur:
arofarn@aro_c2d ~ $ conky -c .conky/conkyrc-blue-aro
Conky: on_bottom is deprecated. use own_window_hints below
Conky: forked to background, pid is 15229
Conky: desktop window (160000f) found from __SWM_VROOT property
Conky: window type - desktop
Conky: hint - below
Conky: drawing to created window (2600002)
Conky: drawing to double buffer
Conky: not implemented obj type 1889
Conky: not implemented obj type -986173200
Conky: not implemented obj type 733280400
Conky: not implemented obj type 1477789200
Conky: not implemented obj type 16908546
Conky: scandir for /proc/acpi/ac_adapter/: No such file or directory
Conky: not implemented obj type 12583373
Conky: not implemented obj type 5816795
Conky: not implemented obj type 31457305
Conky: not implemented obj type 33554457
Conky: not implemented obj type 50331880
Conky: not implemented obj type 54526814
Conky: not implemented obj type 943214419
Conky: not implemented obj type 842029139
Conky: not implemented obj type 875966769
Conky: not implemented obj type 15626290
Conky: not implemented obj type 1613968
Conky: not implemented obj type 5580766
Conky: not implemented obj type 1872857
Conky: not implemented obj type 5827008
Conky: not implemented obj type 944722761
Conky: not implemented obj type 5827920
Conky: not implemented obj type 944722761
Conky: not implemented obj type 5828704
Conky: not implemented obj type 5829278
Conky: not implemented obj type 5829424
Conky: not implemented obj type 5831184
Conky: can't open /sys/devices/temperatures/sensor1_fan_speed: No such file or directory
Conky: mixer ioctl: Invalid argument
Conky: not implemented obj type 9257
Conky: not implemented obj type 926431537
Conky: not implemented obj type 1193813019
Conky: not implemented obj type 943272238
Conky: not implemented obj type 5834208
Conky: not implemented obj type 5834240
Conky: not implemented obj type 5835280
Conky: not implemented obj type 827543107
Conky: not implemented obj type 5836192
Conky: not implemented obj type 827543107
Conky: not implemented obj type 5836800
Conky: not implemented obj type 841950491
Conky: not implemented obj type 453005895
Conky: not implemented obj type 824714267
Conky: not implemented obj type 132225
Et le fichier de configuration:
background yes
font 7x13
use_xft no
on_bottom yes
update_interval 1.0
total_run_times 0
own_window yes
own_window_type desktop
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 white
default_shade_color black
default_outline_color 2C4B68
alignment top_left
maximum_width 308
gap_x 8
gap_y 64
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer no
# stuff after 'TEXT' will be formatted on screen
TEXT
${color #2C4B68}$nodename ${color #5C9CD9}linux-$kernel${alignr}${time %T}
${color #2C4B68}Système:
${color #2C4B68} Uptime:${color #5C9CD9} $uptime ${color #2C4B68}- Charge:${color #5C9CD9} $loadavg
${color #2C4B68} Fréquence CPU:${color #5C9CD9} $freq_dyn_g ${color #2C4B68} Maximum:${color #5C9CD9} $freq_g
${color #2C4B68} Utilisation Core 1:${color #5C9CD9} ${cpu cpu1}% ${cpubar cpu1}
${color #2C4B68} Utilisation Core 2:${color #5C9CD9} ${cpu cpu2}% ${cpubar cpu2}
${color #000000}${cpugraph cpu2 32,150 2C4B68 5C9CD9} ${color #000000}${cpugraph cpu1 32,150 2C4B68 5C9CD9}
${color #2C4B68} Mémoire:${color #5C9CD9} $mem/$memmax - $memperc% ${membar}
${color #2C4B68} Swap :${color #5C9CD9} $swap/$swapmax - $swapperc% ${swapbar}
${color #2C4B68} Processus:${color #5C9CD9} $processes ${color #2C4B68}Running:${color #5C9CD9} $running_processes
${color #2C4B68}Réseau (Gigabit - eth1): ${alignr}IP: ${color #5C9CD9}${addr eth1}${color #2C4B68}
${color #2C4B68}Descendant:${color #5C9CD9} ${downspeed eth1} ko/s${color #2C4B68}${offset 25}Montant:${color #5C9CD9} ${upspeed eth1} ko/s
${color #000000}${downspeedgraph eth1 32,150 2C4B68 5C9CD9} ${color #000000}${upspeedgraph eth1 32,150 2C4B68 5C9CD9}
${color #2C4B68}Réseau (Wifi - ra0): ${alignr}IP: ${color #5C9CD9}${addr ra0}${color #2C4B68}
${color #2C4B68}Descendant:${color #5C9CD9} ${downspeed ra0} ko/s${color #2C4B68}${offset 25}Montant:${color #5C9CD9} ${upspeed ra0} ko/s
$alignc ${color #2C4B68}Status: ${linkstatus ra0}
${color #000000}${downspeedgraph ra0 32,150 2C4B68 5C9CD9} ${color #000000}${upspeedgraph ra0 32,150 2C4B68 5C9CD9}
${color #2C4B68}Systèmes de fichiers:
${color #2C4B68}/ ${color #5C9CD9}${fs_used /}/${fs_size /} ${color #5C9CD9}${fs_bar /}
${color #2C4B68}/home ${color #5C9CD9}${fs_used /home/}/${fs_size /home/} ${color #5C9CD9}${fs_bar /home/}
${color #2C4B68}/usr ${color #5C9CD9}${fs_used /usr/}/${fs_size /usr/} ${color #5C9CD9}${fs_bar /usr/}
${color #2C4B68}/opt ${color #5C9CD9}${fs_used /opt/}/${fs_size /opt/} ${color #5C9CD9}${fs_bar /opt/}
${color #2C4B68}/tmp ${color #5C9CD9}${fs_used /tmp/}/${fs_size /tmp/} ${color #5C9CD9}${fs_bar /tmp/}
${color #2C4B68}/var ${color #5C9CD9}${fs_used /var/}/${fs_size /var/} ${color #5C9CD9}${fs_bar /var/}
${color #2C4B68}/var/tmp/portage ${color #5C9CD9}${fs_used /var/tmp/portage}/${fs_size /var/tmp/portage} ${color #5C9CD9}${fs_bar /var/tmp/portage}
${color #2C4B68}Sauvegarde ${color #5C9CD9}${fs_used /mnt/sauvegarde/}/${fs_size /mnt/sauvegarde/} ${color #5C9CD9}${fs_bar /mnt/sauvegarde/}
${color #2C4B68}Devel ${color #5C9CD9}${fs_used /mnt/devel/}/${fs_size /mnt/devel/} ${color #5C9CD9}${fs_bar /mnt/devel/}
${color #2C4B68}Température des disques durs:
${color #2C4B68}/dev/sda ${color #5C9CD9} ${execi 30 /usr/bin/nc localhost 7634 | cut -c26-27}°C
${color #2C4B68}Geforce 7600GS:
${color #5C9CD9}Fréquences: GPU: ${execi 10 nvclock -i | grep "GPU clock" | grep '[0-9][0-9][0-9].[0-9]' -o}MHz / RAM:${execi 300 nvclock -i | grep "Clock" | grep '[0-9][0-9][0-9].[0-9]' -o}MHz
${color #5C9CD9}Température GPU: ${execi 10 nvclock -T | grep "temperature" | grep '[0-9][0-9]' -o}°C
${color #2C4B68}Noms PID CPU% MEM%
${color #2C4B68}Utilisation CPU
${color #5C9CD9} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color #5C9CD9} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color #5C9CD9} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color #5C9CD9} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color #5C9CD9} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
${color #2C4B68}Utilisation Mémoire
${color #5C9CD9} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color #5C9CD9} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color #5C9CD9} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${color #2C4B68}Portage:
${color #2C4B68}Dernière synchro ${color #5C9CD9}${execi 300 /home/arofarn/.conky/lastsync.pl}
${color #2C4B68}Progression actuelle ${color #5C9CD9}${execibar 30 /home/arofarn/.conky/emerge-progress.sh}
${color #2C4B68}Ebuild en cours ${color #5C9CD9}${execi 30 /home/arofarn/.conky/emerge-current.sh}
${color #2C4B68}Status actuel ${color #5C9CD9}${execi 30 /home/arofarn/.conky/emerge-status.sh}
${color #2C4B68}Avancement Folding@Home
${color #2C4B68}Client 1:
${color #5C9CD9}${execi 300 /home/arofarn/.conky/fah_status_1.sh}
${color #2C4B68}Client 2:
${color #5C9CD9}${execi 300 /home/arofarn/.conky/fah_status_2.sh}