Sympa ton fond d'écran! Tu l'as eu où?
davidof> Y aurait moyen d'avoir une copie de ton conky stp ? =)
Gyzmo wrote:davidof> Y aurait moyen d'avoir une copie de ton conky stp ? =)
+1 je veux bien aussi 🙂
Un essai sur le mien :

Fedora with Conky: What else? 8-)
J'aime beaucoup ta police de l'heure conky c'est quoi ?
Salut

j'ai trouvé le conky sur gnome-look.org ici exactement et je l'ai adapté a ma sauce mais je vous poste quand meme le mien.
# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=7
xftalpha 0.8

# Update interval in seconds
update_interval 1

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window  yes
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 160 5

maximum_width 180

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 5

# border width
border_width 4

# Default colors and also border colors
default_color white
#default_shade_color white
#default_outline_color black
own_window_colour black

# Text alignment, other possible values are commented
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 35
gap_y 50

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

#Gmail
#${font FreeSans:size=16}@${font}${execpi 300 python ~/.scripts/gmail_parser.py user password 3}

TEXT
${font}SYSTEM ${hr 2}
${font OpenLogos:size=16}N${font}  Kernel:${alignr}${kernel}
${font StyleBats:size=16}A${font}  CPU: ${cpu cpu0}% ${alignr}${cpugraph 8,60 F78F19 FCC375 cpu0}
${font PizzaDude Bullets:size=14}J${font} RAM:  $memperc% ${alignr}${membar 8,60}
${font PizzaDude Bullets:size=14}L${font} SWAP: $swapperc% ${alignr}${swapbar 8,60}
${font StyleBats:size=16}P${font}  Update: ${alignr}${uptime}

${hr 2} 
           ${font Arial Black:size=26}${time %H:%M}${font}
${alignc}${time %A %d %Y}

FILE SYSTEMS ${hr 2}

${font PizzaDude Bullets:size=16}m${font} /:
${fs_free /}/${fs_size /} $alignr${fs_bar 8,60 /}
${font PizzaDude Bullets:size=16}m${font} Root:
${fs_used /}/${fs_size /} $alignr${fs_bar 8,60 /}


TEMPERATURES ${hr 2}

${color white}Température Core 1 ${color lightgrey} $alignr $color${platform coretemp.0 temp 1}°C
${color white}Température Core 2 ${color lightgrey} $alignr $color${platform coretemp.1 temp 1}°C
Température GPU $alignr $color${execi 10 nvclock -T | grep "temperature" | grep '[0-9][0-9]' -o}°C

NETWORKING ${hr 2}  
${if_existing /proc/net/route wlan0}    
${font PizzaDude Bullets:size=16}v${font}   Up: ${upspeed wlan0} kb/s $alignr${upspeedgraph wlan0 8,60 F78F19 FCC375}
${font PizzaDude Bullets:size=16}r${font}   Down: ${downspeed wlan0} kb/s $alignr${downspeedgraph wlan0 8,60 F78F19 FCC375}
${font PizzaDude Bullets:size=16}M${font}   Upload: $alignr${totalup wlan0}
${font PizzaDude Bullets:size=16}S${font}   Download: $alignr${totaldown wlan0}
${font PizzaDude Bullets:size=16}Y${font}   Sinal: ${wireless_link_qual wlan0}% $alignr${wireless_link_bar 8,60 wlan0}
${font PizzaDude Bullets:size=16}t${font}   Ip Local: $alignr${addr wlan0}
${font PizzaDude Bullets:size=16}u${font}   Ip Públique: $alignr${execi 1 ~/.scripts/ip.sh}
${else}${if_existing /proc/net/route eth0}
${font PizzaDude Bullets:size=16}v${font}   Up: ${upspeed eth0} kb/s $alignr${upspeedgraph eth0 8,60 F78F19 FCC375}
${font PizzaDude Bullets:size=16}r${font}   Down: ${downspeed eth0} kb/s $alignr${downspeedgraph eth0 8,60 F78F19 FCC375}
${font PizzaDude Bullets:size=16}M${font}   Upload: $alignr${totalup eth0}
${font PizzaDude Bullets:size=16}S${font}   Download: $alignr${totaldown eth0}
${font PizzaDude Bullets:size=16}t${font}   Ip Local: $alignr${addr eth0}
${font PizzaDude Bullets:size=16}u${font}   Ip Públique: $alignr${execi 1 ~/.scripts/ip.sh}
${endif}${else}${if_existing /proc/net/route eth1}
${font PizzaDude Bullets:size=16}v${font}   Up: ${upspeed eth1} kb/s $alignr${upspeedgraph eth1 8,60 F78F19 FCC375}
${font PizzaDude Bullets:size=16}r${font}   Down: ${downspeed eth1} kb/s $alignr${downspeedgraph eth1 8,60 F78F19 FCC375}
${font PizzaDude Bullets:size=16}M${font}   Upload: $alignr${totalup eth1}
${font PizzaDude Bullets:size=16}S${font}   Download: $alignr${totaldown eth1}
${font PizzaDude Bullets:size=16}t${font}   Ip Local: $alignr${addr eth1}
${font PizzaDude Bullets:size=16}u${font}   Ip Publique: $alignr${execi 1 ~/.scripts/ip.sh}
${endif}${else}
${font PizzaDude Bullets:size=16}4${font}   Rede não disponível
${endif}
WAITHER ${hr 2}
${alignr 43}${font Weather:size=46}${execi 3600 python ~/.scripts/conkyForecast.py --location=FRXX0108 --datatype=WF}${font}
${voffset -52}${font Arial Black:size=26}${execi 3600 python ~/.scripts/conkyForecast.py --location=FRXX0108 --datatype=HT}${font}

Vent: ${alignr}${execi 3600 python ~/.scripts/conkyForecast.py --location=FRXX0108 --datatype=WS}
Humidité: ${alignr}${execi 3600 python ~/.scripts/conkyForecast.py --location=FRXX0108 --datatype=HM}
Merci pour ton fond d'écran, vraiment sympa 😉
Et merci pour le conky aussi!
titimoi> Ma police pour l'heure est une LCDMono récupérée sur dafont
:pint: merci

si je peux me permettre tu as une faute sur ton conky "WEATHER" pour la météo 😉
attendez un ce soir que je rentre chez moi je vais vous poster mon bureau aussi 🙁 (je suis trop jaloux)
J'adore :p
Mais pourquoi tu utilises putty sur linux ?
@ afrances
bonjour.
C'est quoi le dock vertical au milieu de ton bureau?
chepioq wrote:@ afrances
bonjour.
C'est quoi le dock vertical au milieu de ton bureau?
C'est cairo-dock! Mais comment as tu réussi a faire fonctionner ce look? J'ai toujours eu un décalage avec les icones ce qui fait que quand je cliquais sur un lanceurs, ca cliquai sur celui du dessus... :s
C'est bien cairo-dock pour le dock vertical avec le theme "Neon".
Je n'ai jamais eu de pb de fonctionnement avec ce théme, il a tjrs bien fonctionné depuis que je l'utilise.

Pour repondre à Rapha22, j'utilise Putty pour me connecter a un serveur de ma boite sous Ubuntu au travers de Openvpn.

Ma Config :
AMD Athlon XP2100+
2 Go Ram
GeForce 7800GS

Bonnes Fetes a tous et longue vie a Fedora.

@+
Antoine
heuuuuu je cherche un endroit ou uploader mon image pour pouvoir vous montrer mon bureau
lilington wrote:heuuuuu je cherche un endroit ou uploader mon image pour pouvoir vous montrer mon bureau
, par exemple 😉