Pour rendre un script exécutable :
Pour lancer Conky au démarrage euh... lis les précédents postes j'ai demandé la même chose et une solution m'a été apporté.
Je me suis finalement mis aux "tiling window managers", j'ai adopté un petit xmonad
http://athanatos.free.fr/OpenBSD/xmonad.png
Pour coder, c'est le pied intégral. Complet. Orgasmique.
Garzak >
conkyrc-main (le panneau de droite) :
background no
update_interval 1.0
double_buffer yes
use_xft yes
override_utf8_locale
xftfont Sans:size=8
xftalpha 0.8
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
minimum_size 300 50
draw_shades no
draw_outline yes
draw_borders yes
draw_graph_borders no
stippled_borders 0
border_margin 3
border_width 0
default_color white
default_shade_color black
default_outline_color black
alignment top_right
gap_x 6
gap_y 48
no_buffers yes
TEXT
${alignc}$nodename - $sysname $kernel on $machine
${color #707070}$hr
${font size=10}${alignc}${color lightgrey}Performences$font
${alignc}${color lightgrey}AMD Turion TL-58 ${color red}@ ${color}${freq_dyn_g}Ghz ${color #ddaa00}${cpu cpu0}%
${cpugraph cpu0 000000 ddaa00}
${color lightgrey}Core 1 ${color}${freq_dyn_g cpu1}Ghz ${color #ddaa00}${cpu cpu1}% $alignr ${color #ddaa00}${cpu cpu2}% ${color}${freq_dyn_g cpu2}Ghz ${color lightgrey}Core 2
${color}${cpugraph cpu1 25,150 ddaa00 000000} ${alignr}${cpugraph cpu2 25,150 000000 ddaa00}
$color Processes: ${color #ddaa00}$processes $color Run: ${color #ddaa00}$running_processes
${color lightgrey}RAM Usage:$color $mem/$memmax $alignr${color #ddaa00}$memperc% ${color}${membar 5,120}
${color lightgrey}Swap Usage:$color $swap/$swapmax $alignr${color #ddaa00}$swapperc% ${color}${swapbar 5,120}
${font size=10}${alignc}${color lightgrey}File systems$font
LINUX $alignc${color}Used: ${color #ddaa00}${fs_used /}${color}/${color #ddaa00}${fs_size /} $alignr${color #ddaa00}${fs_free_perc /}%
${color}${fs_bar /}
DATA $alignc${color}Used: ${color #ddaa00}${fs_used /media/Data}${color}/${color #ddaa00}${fs_size /media/Data} $alignr${color #ddaa00}${fs_free_perc /media/Data}%
${color}${fs_bar /media/Data}
${if_mounted /media/Voyager} VOYAGER $alignc${color}Used: ${color #ddaa00}${fs_used /media/Voyager}${color}/${color #ddaa00}${fs_size /media/Voyager} $alignr${color #ddaa00}${fs_free_perc /media/Voyager}%
${color}${fs_bar /media/Voyager}$endif
${if_mounted /media/Voyager_II} VOYAGER II $alignc${color}Used: ${color #ddaa00}${fs_used /media/Voyager_II}${color}/${color #ddaa00}${fs_size /media/Voyager_II} $alignr${color #ddaa00}${fs_free_perc /media/Voyager_II}%
${color}${fs_bar /media/Voyager_II}$endif
${color #707070}$hr
${font size=10}${alignc}${color lightgrey}Networking$font
${if_existing /proc/net/route eth0}
IP LAN: ${addr eth0} ${alignr}IP INTERNET: ${execi 3600 wget -O - http://ip.tupeux.com | tail}
Down:${color #ff0000} ${downspeed eth0} k/s${color lightgrey} ${alignr}${color #0000ff} ${upspeed eth0} k/s ${color}:Up
${color}${downspeedgraph eth0 25,150 000000 ddaa00} $alignr${color}${upspeedgraph eth0 25,150 ddaa00 000000}
Total downloaded : ${totaldown eth0}${alignr}Total uploaded : ${totalup eth0}
${endif}
${if_existing /proc/net/route wlan0}
IP LAN: ${addr wlan0} ${alignr}IP INTERNET: ${execi 3600 wget -O - http://ip.tupeux.com | tail}
Down:${color #ff0000} ${downspeed wlan0} k/s${color lightgrey} ${alignr}${color #0000ff} ${upspeed wlan0} k/s ${color}:Up
${color}${downspeedgraph wlan0 25,150 000000 ddaa00} $alignr${color}${upspeedgraph wlan0 25,150 ddaa00 000000}
Total downloaded : ${totaldown wlan0}${alignr}Total uploaded : ${totalup wlan0}
${endif}
${color #707070}$hr
${color lightgrey}Uptime:$color $uptime $alignr ${color lightgrey}Battery:${color #ddaa00} ${battery}
-------------------------
conkyrc-rhythmbox (en bas à gauche), le script shell est dispo sur le ToPick A Script :
background no
update_interval 1.0
double_buffer yes
use_xft yes
override_utf8_locale
xftfont Sans:size=8
xftalpha 0.8
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
minimum_size 300 50
draw_shades no
draw_outline yes
draw_borders yes
draw_graph_borders no
stippled_borders 0
border_margin 3
border_width 0
default_color white
default_shade_color black
default_outline_color black
alignment bottom_left
gap_x 6
gap_y 48
no_buffers yes
TEXT
${font size=10}${alignc}${color}Temperatures$font
${font weather:size=25}y ${font}Core0: ${exec ~/.conky/scripts/temperatures.sh Core0}
${font weather:size=25}y ${font}Core1: ${exec ~/.conky/scripts/temperatures.sh Core1}
${font weather:size=25}y ${font}GPU: ${exec ~/.conky/scripts/temperatures.sh GPU}
${font weather:size=25}y ${font}HDD: ${hddtemp /dev/sda}
${font size=10}${alignc}${color}Rhythmbox$font
${color lightgrey} ${exec ~/.conky/scripts/rhythmbox_playing.sh}
---------------------
conkyrc-clock (l'horloge en haut à droite) :
background yes
double_buffer yes
own_window yes
own_window_transparent no
own_window_type normal
own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
draw_borders yes
border_margin 0
draw_shades no
gap_x 6
gap_y 32
alignment top_right
update_interval 1
default_color 8f8f8f
own_window_colour 262626
use_xft yes
override_utf8_locale
xftfont Visitor TT1 BRK:size=15
use_spacer no
minimum_size 335 0
TEXT
${voffset 2}${alignc}${color white} ${time}
Jackass059 : http://pastebin.com
J'essaierai d'y penser à l'avenir ^^° .
Mais peut être que ma non-utilisation de pastebin permettra des progrès sur JV.com en matière de formatage des messages...
Un forum Linux sans options de formatage, c'est quand même pas terrible... Après c'est sur que des bbcode à la phpbb ou je ne sais quoi est la porte ouverte à l'anarchie, mais une petite balise [code] ne coûterait quand même pas grand chose.
Bah... pas besoin de balise pour rendre le formatage correct.
Essaie de poster un bout de code avec des tabulations pour voir .
Les messages que l'on poste sont filtrés aux regex, certains mots sont bannis, etc.
Bref, si ils nous donnent pas une balise de formatage, qu'ils autorisent au moins les tabulations.
Parce que mon tuto sur les scripts shell il pique aux yeux sans les indentations xD .
Chris_27 (oui j'avoue j'ai essayé de faire tab) aide moi
Je me suis installé une debian based
J'ai péché envers ma gentoo
ET LE PIRE ! J'ai remis Gnome
http://www.noelshack.com/uploads/bureau076610.png
cd /tabouret
youpi j'viens de rentré de vacances et donc j'ai enfin changé les icone de mon dock,donc avant:
http://tym0.deviantart.cot.com/art/Green-Ghost-93487340
aprés:
http://i176.photobucket.com/albums/w194/tym0/Captureme.png
bon sa change pas grand chose mais bon c'est fait...
le probleme c'est que ce theme commence a me gonfler donc je vais pas tarder a changer :,(
YIiNG : cd /tabouret && ./corde
Sinon, c'est normal le coup du tab, c'est le "métier" qui rentre.
voila le mien pour le moment
http://img382.imageshack..us/img382/3475/capturefz3.jpg
Euh... Conky m'indique que 98% de ma Ram est utilisé alors qu'après avoir vérifié avec le « Moniteur système » de Gnome, seulement 28% le sont...
Je précise que l'ordinateur ne travaille que peu et que Conky déconne récemment.
D'ailleurs les valeurs de réception et d'envoi ne sont pas exactes elles non plus.
Vous avez déjà eu ce problème avec Conky ? Je peux y remédier ? Ou est-ce que je ne peux qu'attendre une mise à jour du programme ?
Y'a une option dans le fichier de conf qui permet de prendre en compte ou non le buffer dans la rame (ou un truc du genre), vérifie si c'est à true ou false .
Voila les deux choses qui correspondent à « buffer » dans mon conkyrc :
double_buffer yes
no_buffers no
Je dois mettre le dernier sur yes ?
Je regarde chez moi pour pas dire de conneries...
Ouaip, le no_buffers est à mettre à yes.
Merci ça fonctionne maintenant !
http://pix.nofrag.com/6/a/1/177b3c6ae5b3dc4f9996fc6ecfb8d.png
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"On reconnait une personne intelligente à son degré de conscience de sa propre ignorance"
Petits changements sur le mien
http://uploads.imagup.comom/05/1220545692_Capture-1.png
http://uploads.imagup.comom/05/1220545717_Capture-2.png
Ptit screen de rentrée :p
http://fc01.deviantart.com/fs37/f/2008/251/3/4/Woods_Tower_by_system_day.png
Sympatoch... C'est quoi comme thème ?