Salut,
Non je n’ai pas compiz d’installé.
Ensuite, j’ai regardé ton code et je ne vois rien qui pourrait changer quelque chose la dessus (j’ai testé plusieurs commandes mais rien de concluant).
Je vous donne mon conkyrc :
[code]# set to yes if you want Conky to be forked in the background
background yes
cpu_avg_samples 2
net_avg_samples 2
out_to_console no
Use Xft?
use_xft yes
Xft font when Xft is enabled
xftfont Bitstream Vera Sans Mono:size=10
own_window_transparent yes
own_window_colour hotpink
Text alpha when using Xft
xftalpha 0.8
on_bottom yes
mail spool
mail_spool $MAIL
Update interval in seconds
update_interval 1
Create own window instead of using desktop (required in nautilus)
own_window no
Minimum size of text area
#minimum_size 280 5
#maximum_width 150
Draw shades?
draw_shades no
Draw outlines?
draw_outline no
Draw borders around text
draw_borders no
Stippled borders?
stippled_borders 10
border margins
border_margin 4
border width
border_width 1
Default colors and also border colors
default_color black
default_shade_color black
default_outline_color black
Text alignment, other possible values are commented
#alignment top_left
#minimum_size 10 10
gap_x 13
gap_y 13
alignment top_right
#alignment bottom_left
#alignment bottom_right
Gap between borders of screen and text
Add spaces to keep things from moving about? This only affects certain objects.
use_spacer no
Subtract file system buffers from used memory?
#no_buffers yes
set to yes if you want all text to be in uppercase
uppercase no
double_buffer yes
TEXT
${color black}Bonjour Etienne
${color black}Nous sommes le : ${time %A %d %B %Y} - ${time %H:%M:%S}
$nodename - $sysname $kernel on $machine
$stippled_hr
${color black}Uptime:$color $uptime ${color black}- Load:$color $loadavg
${color black}CPU Usage:${color black} ${cpu}% ${cpubar}
${color black}${cpugraph 000000 5000a0}
${color black}RAM Usage:${color black} $mem/$memmax - $memperc% $membar
${color black}Swap Usage:${color black} $swap/$swapmax - $swapperc% ${swapbar}
${color black}Processes:${color black} $processes ${color black}Running:$color $running_processes
$color$stippled_hr
$color Reseau : IP Locale ${addr eth0} - IP Publique ${execi 1800 ~/.conky/scriptip.sh}
$color Download ${downspeed eth0} k/s ${offset 80}Upload: ${upspeed eth0} k/s
$color ${downspeedgraph eth0 32,150 8b4b0b ffc11f} $color ${upspeedgraph eth0 32,150 ffc11f 8b4b0b}
$color$stippled_hr
${color black}File systems:
${color black}/ ${color black}${fs_free /}/${fs_size /} ${fs_bar /}
${color black}Interne: ${color black}${fs_free /media/data}/${fs_size /media/data} ${color black}${fs_bar /media/data}
${font Dungeon:style=Bold:pixelsize=12}
${color}CPU usage
${offset 80}$color Nom ${alignr 50}PID ${alignr 20}CPU%
${offset 80}${color #ddaa00} ${top name 1} ${alignr 30}${top pid 1} ${alignr 15}${top cpu 1}
${offset 80}$color ${top name 2} ${alignr 30}${top pid 2} ${alignr 15}${top cpu 2}
${offset 80}$color ${top name 3} ${alignr 30}${top pid 3} ${alignr 15}${top cpu 3}
${color}Mem usage
${offset 80}${color} Nom ${alignr 50}PID ${alignr 20}Mem%
${offset 80}${color #ddaa00}${top_mem name 1} ${alignr 30}${top_mem pid 1} ${alignr 15}${top_mem mem 1}
${offset 80}$color ${top_mem name 2} ${alignr 30}${top_mem pid 2} ${alignr 15}${top_mem mem 2}
${offset 80}$color ${top_mem name 3} ${alignr 30}${top_mem pid 3} ${alignr 15}${top_mem mem 3m 3}
[/code]