Conky-petit problème de bureau

Fermé
surfatao Messages postés 161 Date d'inscription mardi 9 juin 2009 Statut Membre Dernière intervention 11 février 2013 - 2 sept. 2009 à 18:56
 Utilisateur anonyme - 2 sept. 2009 à 19:00
Bonsoir,

Mon petit conky marche a merveille sauf quand je clique sur le bouton pour fermer toutes les fenetres et afficher le bureau. Le probleme est que le conky se ferme aussi, il se comporte exactement comme une fenetre classique. Mais moi je veux que le conky soit intégré dans le bureau, comment puis-je faire?

Mon .conkyrc:
background yes

use_xft yes
#xftfont HandelGotD:size=9
xftfont Lucida Grande:size=9
xftalpha 0.5
update_interval 1.0
total_run_times 0
own_window_type override
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 200 5
maximum_width 200
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color red
default_outline_color green
alignment top_right
gap_x 12
gap_y 48
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no

TEXT
SYSTEM ${hr 2}
${font Lucida Grande:size=7}\
$sysname $kernel
Uptime $alignr $uptime
Battery: $alignc ${battery_percent}%${goto 125}${battery_bar}

Hostname $alignr $nodename
eth0 $alignr ${addr eth1}

NETWORK ${hr 2}
Down $alignr ${downspeed eth1} kb/s
${downspeedgraph eth1}
Up $alignr ${upspeed eth1} kb/s
${upspeedgraph eth1}
${font}
FILESYSTEM ${hr 2}
${font Lucida Grande:size=7}
 $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar /}
SWAP $alignc $swap / $swapmax $alignr $swapperc%
${swapbar}
${font}
LOAD ${hr 2}
${font Lucida Grande:size=7}$processes processes ($running_processes running)

MEM $alignc $mem / $memmax $alignr $memperc%
$membar
CPU0 $alignc ${cpu cpu0}%${goto 125}${cpubar cpu0}
CPU1 $alignc ${cpu cpu1}%${goto 125}${cpubar cpu1}
${font}
PROCESSES ${hr 2}
${font Lucida Grande:size=6}\
NAME             ${goto 110}PID${goto 138}CPU%${goto 175}MEM%
${top name 1}    ${goto 105}${top pid 1}${goto 138}${top cpu 1}${goto 175}${top mem 1}
${top name 2}    ${goto 105}${top pid 2}${goto 138}${top cpu 2}${goto 175}${top mem 2}
${top name 3}    ${goto 105}${top pid 3}${goto 138}${top cpu 3}${goto 175}${top mem 3}
${top name 4}    ${goto 105}${top pid 4}${goto 138}${top cpu 4}${goto 175}${top mem 4}
${top name 5}    ${goto 105}${top pid 5}${goto 138}${top cpu 5}${goto 175}${top mem 5}
${font}
SYSTEM MESSAGES ${hr 2}
${font Lucida Grande:size=6}\
${exec /usr/bin/tail -n 5 /var/log/messages | cut -c 26-74}




Merci d'avance.

1 réponse

Utilisateur anonyme
2 sept. 2009 à 19:00
Essaye de rajouter
own_window_type override
sinon y'a de la docu ici : http://doc.ubuntu-fr.org/conky#eviter_une_fenetre_dans_la_barre_des_taches
0