Config Conky

Bonjour à tous,

Voici mon problème: J’ai trouvé une belle config conky sur le net et je l’ai modifié un peu pour qu’elle m’affiche xmms2.

Cependant je galère un peu pour placer les éléments sur mon desktop… Sans doute pas très clair donc j’ai joint un screenshot (je pense que c’est plus clair qu’une longue explication).

Et voici mon conkyrc:

[code]background yes
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
use_spacer none
use_xft yes
xftfont HandelGotD:size=8
xftalpha 0.5
update_interval 1.0
draw_shades no
draw_outline no # amplifies text if yes
draw_borders no
uppercase no # set to yes if you want all text to be in uppercase
border_margin 3
minimum_size 1000

default_color white
own_window_colour brown
own_window_transparent yes
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right
gap_x 30
gap_y -30

Subtract file system buffers from used memory?

no_buffers yes

#This setup uses a graffitistyle font (Bring tha noize) to display -time -cpu% -free space% -free ram%. Behind each stat is a digbat font (the B.O.M.B. (Best Of Magurno Brushes)) with a kind of paint splatter effect.

TEXT
${color ddedf8}${font the B.O.M.B. (Best Of Magurno Brushes):size=80}f${offset -30}${voffset -35}${color 2d1336}${font Bring tha noize:size=30}${time %H:%M}${goto 220}${voffset -14}${color ddedf8}${font the B.O.M.B. (Best Of Magurno Brushes):size=60}Z${offset -20}${voffset -22}${color 2d1336}${font Bring tha noize:size=30}CPU${CPU}${goto 380}%${goto 470}${color ddedf8}${font the B.O.M.B. (Best Of Magurno Brushes):size=85}${voffset -15}J${color 2d1336}${font Bring tha noize:size=30}${voffset -42}${offset -17}HDD ${fs_free_perc}%${color ddedf8}${font the B.O.M.B. (Best Of Magurno Brushes):size=70}${offset 90}${voffset -10}x${goto 850}${color 2d1336}${font Bring tha noize:size=30}${offset -42}${voffset -35}RAM ${memperc}%
${color ddedf8}${font the B.O.M.B. (Best Of Magurno Brushes):size=80}r${color 2d1336}${font Bring tha noize:size=20}${xmms2_smart}[/code]

En vous remerciant d’avance pour votre aide:D

Bonjour,

[quote=“laual”]gap_x 30 gap_y -30[/quote]

Je mettrai plutôt quelque chose comme :

gap_x 30 gap_y 30

Merci pour la réponse!

Je viens de trouver en partie la solution mais il me reste un probleme… Je poste un screenshot pour plus de clarté.

Le problème vient à mon avis du cadre qui est trop petit mais il n’y a aucune limitation dans mon conkyrc…

Merci pour l’aide

Essaie de remplacer

par

pour imposer une hauteur minimal.

Nickel merci!

Je post ma config qui marche si qqn voulait la choper:

[code]background yes
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
use_spacer none
use_xft yes
xftfont HandelGotD:size=8
xftalpha 0.5
update_interval 1.0
draw_shades no
draw_outline no # amplifies text if yes
draw_borders no
uppercase no # set to yes if you want all text to be in uppercase
border_margin 3
minimum_size 1000 500

default_color white
own_window_colour brown
own_window_transparent yes
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right
gap_x 20
gap_y 20

Subtract file system buffers from used memory?

no_buffers yes

#This setup uses a graffitistyle font (Bring tha noize) to display -time -cpu% -free space% -free ram%. Behind each stat is a digbat font (the B.O.M.B. (Best Of Magurno Brushes)) with a kind of paint splatter effect.

TEXT
${color ddedf8}${font the B.O.M.B. (Best Of Magurno Brushes):size=80}f${offset -30}${voffset -35}${color 2d1336}${font Bring tha noize:size=30}${time %H:%M}${goto 220}${voffset -14}${color ddedf8}${font the B.O.M.B. (Best Of Magurno Brushes):size=60}Z${offset -20}${voffset -22}${color 2d1336}${font Bring tha noize:size=30}CPU${CPU}${goto 380}%${goto 470}${color ddedf8}${font the B.O.M.B. (Best Of Magurno Brushes):size=85}${voffset -15}J${color 2d1336}${font Bring tha noize:size=30}${voffset -42}${offset -17}HDD ${fs_free_perc}%${color ddedf8}${font the B.O.M.B. (Best Of Magurno Brushes):size=70}${offset 90}${voffset -10}x${goto 850}${color 2d1336}${font Bring tha noize:size=30}${offset -42}${voffset -35}RAM ${memperc}%
${voffset 30}${color ddedf8}${font the B.O.M.B. (Best Of Magurno Brushes):size=80}r${offset -30}${voffset -35}${color 2d1336}${font Bring tha noize:size=20}${xmms2_artist} - ${color 2d1336}${font Bring tha noize:size=20}${xmms2_title}[/code]

Il ne faut pas oublier de télécharger les deux fonts: Best of Magurno Brushes et Bring tha noize

Merci pour le coup de main,

Bonne journée