Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#101 Le 17/05/2007, à 21:53

HarKoT

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

merci wink

Hors ligne

#102 Le 18/05/2007, à 04:14

dudumomo

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Super, ça marche XMMS
Merci !
Il me reste plus que 2 problemes :
- les températures....Vous avez des idées ?
- Le script pour faire démarer conky plus tard :
Je n'y arrive pas
Je crée un script en faisant 

gedit scriptconky.sh

je colle

#!/bin/bash
sleep 10 & conky
exit;

Je le rend executable

chmod a+x scriptconky.sh

je remplace conky au démarage par ça....et ça ne fait rien...

Le conky ne s'affiche pas....

#103 Le 18/05/2007, à 04:20

HarKoT

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

#!/bin/bash
sleep 20;
conky;

Hors ligne

#104 Le 18/05/2007, à 16:09

cam

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

dudumomo a écrit :

Super, ça marche XMMS
Merci !...

Aucun problème smile

Hors ligne

#105 Le 18/05/2007, à 23:27

Midoy

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

bonsoir amis conkyrien.

Je vien de finir mon conkyrc3, il conserne la partie temp et vitesse des ventilos. wink

TEXT
${color #97C12C}	Temperatures$color       
${color #97C12C}cpu :$color ${color #949494}${exec expr `cat /sys/bus/i2c/devices/9191-0290/temp2_input` / 1000}$color ${color #97C12C} °C${alignr}$color 
${color #97C12C}carte-mere : ${color #949494}${exec expr `cat /sys/bus/i2c/devices/9191-0290/temp1_input` / 1000}$color ${color #97C12C} °C${alignr}$color
${color #97C12C}        Vitesse des ventilos$color
${color #97C12C}ventilo 1 : ${color #949494}${exec expr `cat /sys/bus/i2c/devices/9191-0290/fan1_input` / 1}$color ${color #97C12C} Tr/Min${alignr}$color
${color #97C12C}ventilo 2 :${color ${color #949494}${exec expr `cat /sys/bus/i2c/devices/9191-0290/fan2_input` / 1}$color ${color #97C12C} Tr/Min${alignr}$color

Voila ce que ça donne :

eagjpdoi.png

Et pour le fun :

hr56glia.png

voilou smile

Hors ligne

#106 Le 19/05/2007, à 23:57

amOri

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Et voila je viens de finir mon conkyrc que voila :

use_xft yes
xftfont Arial:size=8
xftalpha 0.8
update_interval 1.0
total_run_times 0
own_window_type desktop yes
own_window_transparent yes
double_buffer yes
minimum_size 280 5
draw_shades no
draw_outline no
draw_borders no
stippled_borders 8
border_margin 4
border_width 1
alignment bottom_right
gap_x 36
gap_y 250
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer no



TEXT
${color #444444}$stippled_hr

${color #444444}Bonjour Amauri nous sommes le ${time %A %d %B %Y} il est ${time %H:%M:%S}

$sysname $kernel sur $machine $freq_g GHz
${color #444444}IP Locale : ${color #002660}${addr ra0} - ${color #444444}IP Publique : ${color #002660}${execi 1800 wget -O - http://ip.tupeux.com | tail}
${color #444444}Allumer depuis :${color #002660} $uptime
${color #444444}$stippled_hr
${color #444444}Temperature systeme :
${color #444444}Disque : ${color #002660}${execi 60 hddtemp -n /dev/hda} C
${color #444444}Processeur : ${color #002660}${execi 60 sensors  | grep + | cut -c 15-16} C
${color #444444}$stippled_hr
${color #444444}Batterie :
${color #444444}Adaptateur : ${color #002660}${acpiacadapter}
${color #444444}Autonomie batterie : ${color #002660}${battery BAT0}
${color #444444}$stippled_hr
${color #444444}Usage CPU :${color #002660} $cpu% ${color #002660} ${cpubar}
${color #002660} ${cpugraph 000000 000000}
${color #444444}Usage RAM :${color #002660} $mem/$memmax - $memperc% ${membar}
${color #444444}Processus :${color #002660} $processes ${color #002660}Running:${color #002660} $running_processes
${color #444444}$stippled_hr
${color #444444}Reseau : ${color #002660}${execi 9000 iwconfig ra0 | grep "RT2500 Wi" | cut -c 34-}
${color #444444}Down : ${color #002660}${downspeed ra0} k/s${color #002660} ${offset 80}${color #444444}Up :${color #002660} ${upspeed eth1} k/s
${color #002660}${downspeedgraph ra0 32,150 000000 000000} ${color #002660}${upspeedgraph ra0 32,150 000000 000000}
${color #444444}$stippled_hr
${color #444444}Espace Disque :
Principal : ${color #002660}${fs_free /}/${fs_size /} ${fs_bar /}
${color #444444}Home : ${color #002660}${fs_free /media/hda4}/${fs_size /media/hda4} ${fs_bar /media/hda4}
${color #444444}$stippled_hr
${color #444444}Port(s) ouvert(s) :${color #002660}${tcp_portmon 1 65535 count}
${color #002660} ${tcp_portmon 1 65535 rhost 0} $alignr${tcp_portmon 1 65535 lservice 0}
${tcp_portmon 1 65535 rhost 1} $alignr${tcp_portmon 1 65535 lservice 1}
${tcp_portmon 1 65535 rhost 2} $alignr${tcp_portmon 1 65535 lservice 2}
${tcp_portmon 1 65535 rhost 3} $alignr${tcp_portmon 1 65535 lservice 3}
${tcp_portmon 1 65535 rhost 4} $alignr${tcp_portmon 1 65535 lservice 4}
${tcp_portmon 1 65535 rhost 5} $alignr${tcp_portmon 1 65535 lservice 5}
${color #444444}$stippled_hr

Et le petit screen :

capturecs7.th.png

#107 Le 20/05/2007, à 14:03

andrelec1

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

slt a touss

alors je suis tomber sur le sujet par hasard et je voudrai faire pareil
que faux t-il exactement pour faire sa !!
j'ai vue que vous donner un code a chaque fois !
faux t-il l'écrire a la main ou il ya  a un log pour travailler en mode graphique et lui fais de transcription en code ???


Je crois que mes chances avec elle sont tellement mince que si on gravait des processeurs a cette epaisseur on atteindrait les 12 ghz.
████████████████████████████
█████████ Black -Out  ███████████
████████████████████████████

Hors ligne

#108 Le 20/05/2007, à 14:57

HarKoT

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Salut andrelec1,

il suffit d'installer conky :

sudo aptitude install conky

et ensuite tout se passe dans ~/.conkyrc

Et il faut tout faire a la main wink

pour plus d'infos : http://conky.sourceforge.net/

Hors ligne

#109 Le 20/05/2007, à 15:21

Ubuntero89

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Hello

Merci pour ce post très interessant qui m'a serieusement aidé à faire le mien, que je vous montre à présent.
Il est dérivé d'une personne prénommée Adrien, qui à posté le sien précédemment, je l'ai un peu amélioré au vu de mes utilisations. Je remercie donc ce monsieur pour le temps qu'il m'a fait gagner big_smilewink

L'image est ici : http://ubuntero89.free.fr/Capture.png

Et le conkyrc :

#emplacement
alignment top_right

#pour que conky tourne en arriere plan
background yes
#background no #pour les tests

#nombre d'echantillons a utiliser pour calculer la moyenne d'utilisation
cpu_avg_samples 4
net_avg_samples 4

#affiche le texte sur la sortie standard
out_to_console no

# Utiliser Xft (polices lissées etc)
use_xft yes

#police a utiliser : use_xft doit etre a "yes"
xftfont Terminal Bitstream Vera Sans Mono:size=8

# utiliser sa propre fenetre ?
own_window yes

#type de fenetre : normal(avec le cadre) / override / desktop
own_window_type override

#pseudo transparence?
own_window_transparent yes

# taux de raffraichissement de la fenetre (en secondes)
update_interval 1

# pour eviter le clignotement de la semaine (fonctionne pas chez moi)
double_buffer yes

# afficher les ombres?
draw_shades no

# afficher des contours ?
draw_outline no

#contours autour des blocs de texte?
draw_borders no

# contour en trait-tillés, longueur d'un trait en pixels
stippled_borders 10

#largeur des marges (n'a pas l'air de fonctionner)
border_margin 20

# largeur du contour
border_width 1

# couleur par defaut du texte, de l'ombre et du contour
default_color white
default_shade_color white
default_outline_color white

# ecart avec le bord x=gauche ou droit y= haut ou bas
gap_x 15
gap_y 30

# Ajoute des espaces apres certains objets pour eviter de les faire bouger.
# Fonctionne uniquement avec la police Monospace
use_spacer no

# Soustraire les mémoires tampons de la mémoire utiliser ?
no_buffers yes

# Tout le texte en majuscule ?
uppercase no

TEXT
${font Dungeon:style=Bold:pixelsize=10}
${color red}Salut François ! ${color #ddaa00}On est le ${color lightgrey}${time %A %d %B} ${color #ddaa00}et il est ${color lightgrey}${time %k:%M:%S} 
${color #ddaa00}$nodename ${color lightgrey}sous ${color #ddaa00}Ubuntu $sysname $kernel on $machine 
$color$stippled_hr

${color red}WiFi :                              ${color #ddaa00}DOWN ${color #8844ee} ${totaldown wlan0} ${color lightgrey}/ ${color #ddaa00}UP ${color #22ccff} ${totalup wlan0} ${color #ddaa00} depuis ${color lightgrey} $uptime
${color #ddaa00}Adresse IP locale : ${color lightgrey}${addr wlan0} ${color #ddaa00}Adresse IP distante : ${color lightgrey}${execi 60 wget -O - http://ip.tupeux.com | tail}
${color #ddaa00}Down :${color #8844ee} ${downspeed wlan0} k/s${color lightgrey} ${offset 100}${color #ddaa00}                      Up :${color #22ccff} ${upspeed wlan0} k/s
${color lightgrey}${downspeedgraph wlan0 25,150 ff0000 0000ff} $alignr${color lightgrey}${upspeedgraph wlan0 25,150 0000ff ff0000}
${color #ddaa00}Force du signal : ${color lightgrey}${linkstatus wlan0} %
$color$stippled_hr

${cpugraph 1 20 64 blue red}
${color #ddaa00}Utilisation CPU :${color #FF0000} ${cpu}% ${cpubar}
${color #ddaa00}Utilisation RAM :$color $mem/$memmax - ${color red}$memperc% $membar
${color #ddaa00}Utilisation SWAP :$color $swap/$swapmax - ${color red}$swapperc% ${swapbar}
${color #ddaa00}Processus :$color $processes  ${color #ddaa00}En Cours :$color $running_processes
$color$stippled_hr

${color #ddaa00}Utilisation des disques :
    
${color orange}Ubuntu    ${fs_used /}/${fs_size /}${alignr}${fs_used_perc /}%
${fs_bar 8 /}
${color #0000FF}Windows  ${fs_used /media/Windows}/${fs_size /media/Windows}${alignr}${fs_used_perc /media/Windows}%
${fs_bar 8 /media/Windows}
${if_mounted /media/FRANCOIS}${color purple}Clef USB  ${fs_used /media/FRANCOIS}/${fs_size /media/FRANCOIS}${alignr}${fs_used_perc /media/FRANCOIS}%
${fs_bar 8 /media/FRANCOIS}$endif
$color$stippled_hr

${color #ddaa00}Accès aux disques :
${color #ddaa00}I/O :${color white} ${diskio} 
${color #FFFFFF}${diskiograph FF00AB FFE200}
${if_running audacious}$color$stippled_hr

${color #ddaa00}En lecture dans Audacious :
$color${audacious_title 64}
${color darkgreen}$audacious_bar $color
Durée $audacious_length - Titre $audacious_playlist_position sur $audacious_playlist_length
$else

La dernière partie concernant Audacious, visible sur la capture d'écran, est cachée lorsque celui-ci n'est pas ouvert, comme vous pourrez le voir dans le code smile

François wink

EDITION : j'ai modifié le code pour avoir les infos de ma clé usb, uniquement lorsqu'elle est montée
EDITION 2 : ajouté force du signal wifi

Dernière modification par Ubuntero89 (Le 21/05/2007, à 18:19)


N'est plus trop Linuxien en ce moment... Mais ce n'est qu'un au revoir ;)

Hors ligne

#110 Le 20/05/2007, à 15:53

HarKoT

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

vu les commentaires j'aurais plutot dit que c'etait le mien celui de base François cool

(poste qui ne sert a rien je vous l'accorde big_smile)

Hors ligne

#111 Le 20/05/2007, à 16:09

andrelec1

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

ok et ou on peut apprendre les commande de base affin que je crée moi même mon mon truc et que ne pompe pas ceux des autre !!
???

et ou se trouve
~/.conkyrc

j'ai regarder dans mon home mais je les pas trouvais ( j'ai afficher les dossier cacher bien sur )

Dernière modification par andrelec1 (Le 20/05/2007, à 16:13)


Je crois que mes chances avec elle sont tellement mince que si on gravait des processeurs a cette epaisseur on atteindrait les 12 ghz.
████████████████████████████
█████████ Black -Out  ███████████
████████████████████████████

Hors ligne

#112 Le 20/05/2007, à 16:47

HarKoT

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

lis la doc wink

c'est tout expliqué sur le lien officiel : t'as la liste des variables, comment creer le conkyrc.

En plus t'as la page man conky

Hors ligne

#113 Le 20/05/2007, à 16:58

Ubuntero89

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Hello

http://conky.sourceforge.net/variables.html

La, t'as de quoi t'amuser big_smile

François wink


N'est plus trop Linuxien en ce moment... Mais ce n'est qu'un au revoir ;)

Hors ligne

#114 Le 20/05/2007, à 17:07

andrelec1

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Bon ok ! enfaîte c'est normale que je le trouve puisqu'il faux que le crée ^^

bon je vais chercher un doc en français car moi et l'anglais on est pas trés copain ( enfin presque car je comprend mais des que sa se complique ya plus personne )


Je crois que mes chances avec elle sont tellement mince que si on gravait des processeurs a cette epaisseur on atteindrait les 12 ghz.
████████████████████████████
█████████ Black -Out  ███████████
████████████████████████████

Hors ligne

#115 Le 20/05/2007, à 21:17

ferreol

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

hello  j'aimerai avoir desormais un conky longitudinal sur toute la largeur de mon ecran comment faire? J'en ai deja vu mais je les rettrouve plus

Hors ligne

#116 Le 20/05/2007, à 22:20

andrelec1

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

bon voila
je mie suis mie
meme si un petit sof graphiques serais le bienvenue !!

bon voila :

$color${fs_free /} / ${fs_size /} soit : ${fs_free_perc /}% d'espace utilisee .
${fs_bar /}

la barre et a l'envers !!!
il ya a 66% d'espace disque utilisée mais la bar dépasse pas la moiter (donc elle affiche l'espace libre )
comment la remettre a l'endroit !

P.s : si quelqu'un veux s'amuser a faire l'interface graphique il peut se basée sur "Samurize" qui est l'équivalent windaubes mais avec une interface graphique pour la création


Je crois que mes chances avec elle sont tellement mince que si on gravait des processeurs a cette epaisseur on atteindrait les 12 ghz.
████████████████████████████
█████████ Black -Out  ███████████
████████████████████████████

Hors ligne

#117 Le 21/05/2007, à 16:13

Astier

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

A la place de fs_free utilise fs_used ça devrait aller mieux smile

Ce qui devrait donner :

$color${fs_used /} / ${fs_size /} soit : ${fs_used_perc /}% d'espace utilise.

OU

$color${fs_used /} / ${fs_size /} soit : ${fs_free_perc /}% d'espace libre.

A bientôt

Dernière modification par Astier (Le 21/05/2007, à 16:15)

Hors ligne

#118 Le 21/05/2007, à 20:07

ferreol

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

mon conky simple et soft :

background yes
use_xft no
xftfont Bitstream Vera Sans:size=7
xftalpha 0.8
update_interval 0.5
own_window yesEdit/Delete Message 
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_border no
draw_graph_borders yes
stippled_borders no
default_color black
default_shade_color black
alignment bottom_right
minimum_size 1024
maximum_width 1024
gap_y 32
gap_x 32
use_spacer no
no_buffers yes

TEXT
${color black} ${alignr} CPU ${cpu cpu0}% ${cpugraph cpu1 8, 30 CCC DDDDD} | Memory - ${mem} of ${memmax} ${memgraph mem 8, 30 CCC DDDDD} | HDD -${fs_used /} of ${fs_size /} used | Wireless - ${addr eth1} - ${downspeed ra0} kbps down ${downspeedgraph eth1 8,30} ${upspeed eth1} kbps up ${downspeedgraph eth1 8,30 CCC DDDDD}

screenshot:

98c8ba9e9043d0c42c6e300dc17c.jpg

Hors ligne

#119 Le 24/05/2007, à 12:15

diodio13fr

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

voila le mien:

conkynt3.th.png

a la base j'ai recupéré le conkyrc d'Alexandra que j'ai ensuite modifié a ma sauce.

#emplacement
alignment top_right

#pour que corky tourne en arriere plan
background yes
#background no #pour les tests

#nombre d'echantillons a utiliser pour calculer la moyenne d'utilisation
cpu_avg_samples 4
net_avg_samples 4

#affiche le texte sur la sortie standard
out_to_console no

# Utiliser Xft (polices lissées etc)
use_xft yes

#police a utiliser : use_xft doit etre a "yes"
xftfont Terminal Bitstream Vera Sans Mono:size=6

# utiliser sa propre fenetre ?
own_window yes

#type de fenetre : normal(avec le cadre) / override / desktop
own_window_type override

#pseudo transparence?
own_window_transparent yes

# taux de raffraichissement de la fenetre (en secondes)
update_interval 3

# pour eviter le clignotement de la semaine (fonctionne pas chez moi)
double_buffer yes

# afficher les ombres?
draw_shades no

# afficher des contours ?
draw_outline no

#contours autour des blocs de texte?
draw_borders no

# contour en trait-tillés, longueur d'un trait en pixels
stippled_borders 10

#largeur des marges (n'a pas l'air de fonctionner)
border_margin 40

# largeur du contour
border_width 1

# couleur par defaut du texte, de l'ombre et du contour
default_color white
default_shade_color white
default_outline_color white

# ecart avec le bord x=gauche ou droit y= haut ou bas
gap_x 25
gap_y 20

# Ajoute des espaces apres certains objets pour eviter de les faire bouger.
# Fonctionne uniquement avec la police Monospace
use_spacer no

# Soustraire les mémoires tampons de la mémoire utiliser ?
no_buffers yes

# Tout le texte en majuscule ?
uppercase no

TEXT
${font TSCu_Comic:style=Bold:pixelsize=14}
${color red}diodio - UBUNTU EDGY 6.10 ${alignr}$uptime
${color green}Port(s) ouvert(s): ${color #FFFFFF}${tcp_portmon 1 65535 count}
${color red}${tcp_portmon 1 65535 rhost 0}
${color red}${tcp_portmon 1 65535 rhost 1}
${color red}${tcp_portmon 1 65535 rhost 2}
${color blue}${tcp_portmon 1 65535 rhost 3}
${color blue}${tcp_portmon 1 65535 rhost 4}
${color blue}${tcp_portmon 1 65535 rhost 5}

${font TSCu_Comic:style=Bold:pixelsize=14}
${color red}Ethernet (eth0) :${alignr}DL :${color green} ${totaldown eth0} ${color red}/ UP :${color green} ${totalup eth0}
Adresse IP : ${color blue}${addr eth0}
${color green}Down :${color blue} ${downspeed eth0} k/s${color green} ${offset 105}Up:${color blue} ${upspeed eth0} k/s
${downspeedgraph eth0 25,175 00fe00 0000fe} $alignr${upspeedgraph eth0 25,175 0000fe 00fe00}

${color green}HDA Temp: ${color red}${execi 10 hddtemp -n /dev/hda} Degres${alignr}${color green}HDB Temp: ${color red}${execi 10 hddtemp -n /dev/hdb} Degres
${color green}CPU Usage:${color #FF0000} ${cpu}% ${cpugraph ff0000 0000ff}
${color green}ram : ${color red}$mem ${color red}/ $memmax - ${color green}$memperc% ${color red}$membar
${color green}swap : ${color red}$swap ${color red}/ $swapmax - ${color green}$swapperc% ${color red}$swapbar

${color red}File systems:
${color red}Ubuntu     ${fs_used /}/${fs_size /}${alignr}${fs_used_perc /}%
${fs_bar 8 /}
${color green}home     ${fs_used /home}/${fs_size /home}${alignr}${fs_used_perc /home}%
${fs_bar 8 /home}
${color black}XP     ${fs_used /media/xp}/${fs_size /media/xp}${alignr}${fs_used_perc /media/xp}%
${fs_bar 8 /media/xp}

${color red}CPU usage ${alignr 135}${color black}Nom ${alignr 50}PID ${alignr 20}CPU%
${offset 80}${color red}${top name 1} ${alignr 30}${top pid 1} ${alignr 15}${top cpu 1}
${offset 80}${color green}${top name 2} ${alignr 30}${top pid 2} ${alignr 15}${top cpu 2}
${offset 80}${color blue}${top name 3} ${alignr 30}${top pid 3} ${alignr 15}${top cpu 3}
${color red}Mem usage ${alignr 135}${color black}Nom ${alignr 50}PID ${alignr 20}Mem%
${offset 80}${color red}${top_mem name 1} ${alignr 30}${top_mem pid 1} ${alignr 15}${top_mem mem 1}
${offset 80}${color green}${top_mem name 2} ${alignr 30}${top_mem pid 2} ${alignr 15}${top_mem mem 2}
${offset 80}${color blue}${top_mem name 3} ${alignr 30}${top_mem pid 3} ${alignr 15}${top_mem mem 3}
${color red}Now Playing ${font TSCu_Comic:style=Bold:pixelsize=11}
${alignc}${execi 10 ~/.conky/amarok artist}
${alignc}${execi 10 ~/.conky/amarok title}
${execibar 1 ~/.conky/amarok progress}

pour les morceau lu dans amarok j'ai recupéré le script amarok sur le site conky, je l'ai ensuite allégé pour ne conserver que l'artiste, le morceau et la barre d'avancement.


█▒▒▒░░

Hors ligne

#120 Le 24/05/2007, à 12:42

Astier

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Pour ceux qui comme moi utilise gmusicbrowser (http://squentin.free.fr/gmusicbrowser/gmusicbrowser.html) comme bibliothèque audio et voudrait renvoyer les infos de lecture sur conky c'est logiquement possible grace à un patch écrit par l'auteur : voir ce post pour l'adresse du patch http://sourceforge.net/forum/forum.php

Mais j'ai quelques soucis pour la compilation de conky comme vous pouvez le voir dans le topic cité plus haut et dans celui-ci : http://forum.ubuntu-fr.org/viewtopic.php?id=122114

A+

Hors ligne

#121 Le 24/05/2007, à 16:29

zakimak

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

Salut, j'apporte ma petite contribution, mon conkyrc ressemble pas mal aux votres
conkymini.jpg


use_xft yes
xftfont Arial:size=8
xftalpha 0.8
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
double_buffer yes
minimum_size 280 5
draw_shades no
draw_outline no
draw_borders no
stippled_borders 0
border_margin 0
border_width 0
alignment top_right
gap_x 8
gap_y 65
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type override

TEXT
${font style=Bold}${color #1d49c5}$nodename - $sysname $kernel on $machine $color$font
${color #1d49c5}Uptime :${color #000000} $uptime
${color #1d49c5}CPU :${color #000000} $cpu% - $freq_g GHz ${cpubar}
${cpugraph 000000 000000}
${color #1d49c5}RAM Usage :${color #000000} $mem/$memmax - $memperc% ${alignc -30}${membar}
${color #1d49c5}Swap Usage :${color #000000} $swap/$swapmax - $swapperc% ${alignc -30}${swapbar}
$stippled_hr
${font style=Bold}${color #1d49c5}Temperatures$font
CPU :${color #000000} ${i2c 9191-0290 temp 2}C${color #1d49c5} - MB :${color #000000} ${i2c 9191-0290 temp 1}C
${color #1d49c5}Boitier :${color #000000} ${i2c 9191-0290 fan 1} RPM${color #1d49c5} - CPU :${color #000000} ${i2c 9191-0290 fan 2} RPM ${color #1d49c5} - Chipset :${color #000000} ${i2c 9191-0290 fan 3} RPM
$stippled_hr
${font style=Bold}${color #1d49c5}Disks$color$font
${color #000000}${color #1d49c5}/${alignc}${color #000000}${fs_free /} / ${fs_size /} ${alignr}${fs_free_perc /}% free
${fs_bar /}
${color #1d49c5}/home${alignc}${color #000000}${fs_free /home} / ${fs_size /home} ${alignr}${fs_free_perc /home}% free
${fs_bar /home}
$stippled_hr
${font style=Bold}${color #1d49c5}Network$font
${color #1d49c5}Local IP : ${color #000000}${addr eth0}${alignc -58}${color #1d49c5}Public IP : ${color #000000}${execi 1800 wget -O - http://ip.tupeux.com | tail}
${color #1d49c5}Down : ${color #000000}${downspeed eth0}k/s ${offset 80}${color #1d49c5}Up : ${color #000000}${upspeed eth0}k/s
${downspeedgraph eth0 32,150 000000 000000} ${upspeedgraph eth0 32,150 000000 000000}
$stippled_hr
${font style=Bold}${color #1d49c5}Processes$font
${color #000000}$processes ${color #000000}Running :${color #000000} $running_processes
${alignc 0}${color #1d49c5}    PID      CPU%  MEM%
CPU usage
${color #000000}${top name 1}${alignc 0} ${top pid 1}    ${alignc -25}${top cpu 1}    ${alignc -46}${top mem 1}
${top name 2}${alignc 0} ${top pid 2}    ${alignc -25}${top cpu 2}    ${alignc -46}${top mem 2}
${top name 3}${alignc 0} ${top pid 3}    ${alignc -25}${top cpu 3}    ${alignc -46}${top mem 3}
${top name 4}${alignc 0} ${top pid 4}    ${alignc -25}${top cpu 4}    ${alignc -46}${top mem 4}
${top name 5}${alignc 0} ${top pid 5}    ${alignc -25}${top cpu 5}    ${alignc -46}${top mem 5}

${color #1d49c5}Mem usage${color #000000}
${top_mem name 1}${alignc 0} ${top_mem pid 1}    ${alignc -25}${top_mem cpu 1}    ${alignc -46}${top_mem mem 1}
${top_mem name 2}${alignc 0} ${top_mem pid 2}    ${alignc -25}${top_mem cpu 2}    ${alignc -46}${top_mem mem 2}
${top_mem name 3}${alignc 0} ${top_mem pid 3}    ${alignc -25}${top_mem cpu 3}    ${alignc -46}${top_mem mem 3}
${top_mem name 4}${alignc 0} ${top_mem pid 4}    ${alignc -25}${top_mem cpu 4}    ${alignc -46}${top_mem mem 4}
${top_mem name 5}${alignc 0} ${top_mem pid 5}    ${alignc -25}${top_mem cpu 6}    ${alignc -46}${top_mem mem 5}
$stippled_hr
${font style=Bold}${color #1d49c5}who$color$font
${color #000000}${execi 60 who}$color

Mais j'ai une question quand meme
pourquoi quand je met quelques trucs en gras avec ${font style=Bold}$font, mon conky utilise 15% du CPU ? ca vous le fait aussi ?

Dernière modification par zakimak (Le 24/05/2007, à 16:33)

Hors ligne

#122 Le 24/05/2007, à 18:53

kuri

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

J ai tres legerement remodifie mon conkyrc :

http://kur1g3n.free.fr/screen2.png

# set to yes if you want Conky to be forked in the background
background no

cpu_avg_samples 2
net_avg_samples 2

out_to_console no

# X font when Xft is disabled, you can pick one with program xfontsel
#font 7x12
#font 6x10
#font 7x13
#font 8x13
#font 7x12
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1

# Use Xft?
use_xft yes

# Xft font when Xft is enabled
#xftfont Bitstream Vera Sans Mono:size=8
xftfont Terminal Bitstream Vera Sans Mono:size=8
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 yes

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

# Minimum size of text area
#minimum_size 280 5
#maximum_width 150

# Draw shades?
draw_shades yes


# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 10

# border margins
border_margin 1

# border width
border_width 1

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

# Text alignment, other possible values are commented
#alignment top_left
#minimum_size 10 10
gap_x 1
gap_y 1
#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

# boinc (seti) dir
# seti_dir /opt/seti

# Possible variables to be used:
#
#      Variable         Arguments                  Description               
#  acpiacadapter                     ACPI ac adapter state.                   
#  acpifan                           ACPI fan state                           
#  acpitemp                          ACPI temperature.                       
#  adt746xcpu                        CPU temperature from therm_adt746x       
#  adt746xfan                        Fan speed from therm_adt746x             
#  battery           (num)           Remaining capasity in ACPI or APM       
#                                    battery. ACPI battery number can be     
#                                    given as argument (default is BAT0).     
#  buffers                           Amount of memory buffered               
#  cached                            Amount of memory cached                 
#  color             (color)         Change drawing color to color           
#  cpu                               CPU usage in percents                   
#  cpubar            (height)        Bar that shows CPU usage, height is     
#                                    bar's height in pixels                   
#  downspeed         net             Download speed in kilobytes             
#  downspeedf        net             Download speed in kilobytes with one     
#                                    decimal                                 
#  exec              shell command   Executes a shell command and displays   
#                                    the output in torsmo. warning: this     
#                                    takes a lot more resources than other   
#                                    variables. I'd recommend coding wanted   
#                                    behaviour in C and posting a patch :-). 
#  execi             interval, shell Same as exec but with specific interval.
#                    command         Interval can't be less than             
#                                    update_interval in configuration.       
#  fs_bar            (height), (fs)  Bar that shows how much space is used on
#                                    a file system. height is the height in   
#                                    pixels. fs is any file on that file     
#                                    system.                                 
#  fs_free           (fs)            Free space on a file system available   
#                                    for users.                               
#  fs_free_perc      (fs)            Free percentage of space on a file       
#                                    system available for users.             
#  fs_size           (fs)            File system size                         
#  fs_used           (fs)            File system used space                   
#  hr                (height)        Horizontal line, height is the height in
#                                    pixels                                   
#  i2c               (dev), type, n  I2C sensor from sysfs (Linux 2.6). dev   
#                                    may be omitted if you have only one I2C 
#                                    device. type is either in (or vol)       
#                                    meaning voltage, fan meaning fan or temp
#                                    meaning temperature. n is number of the 
#                                    sensor. See /sys/bus/i2c/devices/ on     
#                                    your local computer.                     
#  kernel                            Kernel version                           
#  loadavg           (1), (2), (3)   System load average, 1 is for past 1     
#                                    minute, 2 for past 5 minutes and 3 for   
#                                    past 15 minutes.                         
#  machine                           Machine, i686 for example               
#  mails                             Mail count in mail spool. You can use   
#                                    program like fetchmail to get mails from
#                                    some server using your favourite         
#                                    protocol. See also new_mails.           
#  mem                               Amount of memory in use                 
#  membar            (height)        Bar that shows amount of memory in use   
#  memmax                            Total amount of memory                   
#  memperc                           Percentage of memory in use             
#  new_mails                         Unread mail count in mail spool.         
#  nodename                          Hostname                                 
#  outlinecolor      (color)         Change outline color                     
#  pre_exec          shell command   Executes a shell command one time before
#                                    torsmo displays anything and puts output
#                                    as text.                                 
#  processes                         Total processes (sleeping and running)   
#  running_processes                 Running processes (not sleeping),       
#                                    requires Linux 2.6                       
#  shadecolor        (color)         Change shading color                     
#  stippled_hr       (space),        Stippled (dashed) horizontal line       
#                    (height)       
#  swapbar           (height)        Bar that shows amount of swap in use     
#  swap                              Amount of swap in use                   
#  swapmax                           Total amount of swap                     
#  swapperc                          Percentage of swap in use               
#  sysname                           System name, Linux for example           
#  time              (format)        Local time, see man strftime to get more
#                                    information about format                 
#  totaldown         net             Total download, overflows at 4 GB on     
#                                    Linux with 32-bit arch and there doesn't
#                                    seem to be a way to know how many times 
#                                    it has already done that before torsmo   
#                                    has started.                             
#  totalup           net             Total upload, this one too, may overflow
#  updates                           Number of updates (for debugging)       
#  upspeed           net             Upload speed in kilobytes               
#  upspeedf          net             Upload speed in kilobytes with one       
#                                    decimal                                 
#  uptime                            Uptime                                   
#  uptime_short                      Uptime in a shorter format               
#
#  seti_prog                         Seti@home current progress
#  seti_progbar      (height)        Seti@home current progress bar
#  seti_credit                       Seti@hoome total user credit


# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument
#${font Dungeon:style=Bold:pixelsize=10}I can change the font as well
#${font Verdana:size=10}as many times as I choose
#${font Perry:size=10}Including UTF-8,
#${font Luxi Mono:size=10}justo como este texto que o google traduz fàƒÂªz o portuguàƒÂªs
# stuff after 'TEXT' will be formatted on screen
#${font Grunge:size=12}${time %a  %b  %d}${alignr -25}${time %k:%M}
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

TEXT
${color #6fcad0}${time %a, } ${color DarkGrey}${time %e %B %G}
${color #6fcad0}${time %Z,    }${color }${time %H:%M:%S}
${color #6fcad0}UpTime: ${color }$uptime
${color #6fcad0}CPU:${color } $cpu% ${execi 10 ~/.conky/gettemp.sh}
${cpugraph 20,130 000000 ffffff}
${color #6fcad0}Load: ${color }$loadavg
${color #6fcad0}Processes: ${color }$processes  
${color #6fcad0}Running:   ${color }$running_processes

${color #6fcad0}Highest CPU:
${color white} ${top name 1}${top_mem cpu 1}
${color lightgrey} ${top name 2}${top cpu 2}
${color lightgrey} ${top name 3}${top cpu 3}
${color lightgrey} ${top name 4}${top cpu 4}

${color #6fcad0}Highest MEM:
${color white} ${top_mem name 1}${top_mem mem 1}
${color lightgrey} ${top_mem name 2}${top_mem mem 2}
${color lightgrey} ${top_mem name 3}${top_mem mem 3}
${color lightgrey} ${top_mem name 4}${top_mem mem 4}

${color #6fcad0}MEM:  ${color } $memperc% $mem/$memmax
${membar 3,100}
${color #6fcad0}SWAP: ${color }$swapperc% $swap/$swapmax
${swapbar 3,100}

${color #6fcad0}HDA TEMP: ${color }${execi 10 ~/.conky/hddtemp.sh}C
${color #6fcad0}ROOT:    ${color }${fs_free /}/${fs_size /}
${fs_bar 3,100 /}
${color #6fcad0}HOME:  ${color }${fs_free /home}/${fs_size /home}
${fs_bar 3,100 /home}

${color #6fcad0}NET: ${color }${execi 1800 ~/.conky/getip.sh}
${color}Up: ${color }${upspeed eth0} k/s
${upspeedgraph eth0 20,130 000000 ffffff}
${color}Down: ${color }${downspeed eth0}k/s${color}
${downspeedgraph eth0 20,130 000000 ffffff}

${color #6fcad0}MAILS:
${color }kur1g3n@altern.org : ${imap_unseen mail.altern.org kur1g3n xxxxxxx}
${color }kuri@kuri.homelinux.org : ${imap_unseen kuri.homelinux.org kuri xxxxxx}

${color #6fcad0}BIRTHDAYS:
${color }${execi 1800 birthday}

${color #6fcad0}SONG: ${color }${execi 5 ~/.conky/xmms.sh}
${color white}${execibar 5 ~/.conky/xmms-position.sh}

Dernière modification par kuri (Le 11/12/2007, à 17:25)

Hors ligne

#123 Le 26/05/2007, à 11:12

Tannen

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

sauriez vous s'il est possible d'afficher la sortie d'hellanzb grâce à conky ?

le but est de lancer hellanzb avec Atl+F2 et donc de recup la sortiepar conky

aussi, bravo pour vos config, en ce qui me concerne, je débute avec cet outil qui est exactement ce que je cherchais en terme de sobriété.

edit : finalement, en lisant tout le sujet, je pense faire ça avec tilda ..

Dernière modification par Tannen (Le 26/05/2007, à 12:28)

Hors ligne

#124 Le 26/05/2007, à 14:15

Tannen

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

zakimak a écrit :

Mais j'ai une question quand meme
pourquoi quand je met quelques trucs en gras avec ${font style=Bold}$font, mon conky utilise 15% du CPU ? ca vous le fait aussi ?

j'ai le meme phénomène sur mon laptop, mais pas sur mon desktop

les 2 utilisent à quelques chose pret la meme config de conkil que toi

Hors ligne

#125 Le 27/05/2007, à 11:36

carpediem

Re : Conky : Postez vos conkyrc ou certaines parties intéressantes

salut à tous, j'aimerai afficher la vitesse de mes ventilos, je suis sous Kubuntu feisty et j'ai un portable hp pavilion zd7000. Si quelqu'un à la solution.
Merci

http://i15.servimg.com/u/f15/11/29/28/96/captur12.jpg

Mon Conkyrc

#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

# X font when Xft is disabled, you can pick one with program xfontsel
#font 8x10
#font 7x13
#font 8x13
#font 7x12
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
#font -*-luxi sans-medium-r-normal-*-13-*-*-*-*-*-iso8859-2
#font -*-helvetica-medium-r-normal-*-12-*-100-100-*-*-iso8859-2
#font -*-lucidatypewriter-medium-r-*-*-14-*-100-100-*-*-iso8895-2
#font -*-courier-medium-r-normal-*-14-*-100-100-*-*-iso8859-2
#font -*-lucida-medium-r-normal-*-13-*-*-*-*-*-iso8859-2

# Xft font when Xft is enabled
#xftfont monospace-8
#xftfont Sans -8.5



#Text alpha when using Xft
xftalpha 0.8

#mail spool
#mail_spool $MAIL

#Update interval in seconds
update_interval 3


#own_window yes
own_window_transparent yes
own_window_type override
double_buffer yes

#Minimum size of text area
#minimum_size 50
#maximum_width 215

# 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 0

# drawn 1 pixel border around graphs or not
draw_graph_borders no

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


#Alignement sur l'écran (enlevez le # devant la ligne qui vous intéresse)
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

#Marges : x horizontal, y vertical
#gap_x 200
#gap_y 150

# Gap between borders of screen and text
gap_x 5
#gap_y 5 #margines gorny

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

# Subtract file system buffers from used memory?
no_buffers yes

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

# boinc (seti) dir
# seti_dir /opt/seti

override_utf8_locale yes
use_xft yes
xftfont Sans:size=9


TEXT
${font Verdana:size=16}$alignc${color #FF000C}Salut Claude

${font Verdana:size=14}$alignc${color #ddaa00}${Time %A %d %B %Y} 






${font Verdana:size=10}${color #FF000C}Moniteur Système | ${color #FFFB00}Kubuntu 7.04 Feisty Fawn
${color #ddaa00}$sysname : ${color #FF000C}$kernel ${color #ddaa00}on ${color #FF000C}$machine

${font Verdana:size=10}${color #FF000C}Températures$color       
${color #FF000C}cpu       : ${color #FFFB00}${acpitemp}${color #FFFB00}°C${alignr}$color 
${color #FF000C}Disque Dur: ${color #FFFB00}${hddtemp /dev/sda}$color ${color #FFFB00}${alignr}$color

${color #ddaa00}Adaptateur : ${color #FFFB00}${acpiacadapter}
${color #ddaa00}Autonomie batterie : ${color #FFFB00}${battery BAT1}

${color #ddaa00}cpu: ${color #FFFB00}${cpu}% ${color #344299}$cpubar
${color #FFFFFF}${cpugraph DBAA82 344299}
${color #ddaa00}ram : ${color #3652FF}$mem ${color #ddaa00}/ $memmax - ${color #FFFB00}$memperc% ${color #ddaa00}$membar
${color #ddaa00}swap : ${color #3652FF}$swap ${color #ddaa00}/ $swapmax - ${color #FFFB00}$swapperc% ${color #ddaa00}$swapbar

${color #ffccaa}Utilisation du Processeur.
${color white}Nombre            PID     CPU%   MEM%
${color #ffccaa} ${top name 1} ${color #FFFB00} ${top pid 1} ${color #FF000C} ${top cpu 1} ${color #3652FF} ${top mem 1}
${color #ddaa00} ${top name 2} ${color #FFFB00} ${top pid 2} ${color #FF000C} ${top cpu 2} ${color #3652FF} ${top mem 2}
${color #ddaa00} ${top name 3} ${color #FFFB00} ${top pid 3} ${color #FF000C} ${top cpu 3} ${color #3652FF} ${top mem 3}
${color #ddaa00} ${top name 4} ${color #FFFB00} ${top pid 4} ${color #FF000C} ${top cpu 4} ${color #3652FF} ${top mem 4}
${color #ddaa00} ${top name 5} ${color #FFFB00} ${top pid 5} ${color #FF000C} ${top cpu 5} ${color #3652FF} ${top mem 5}

${color #FF000C}Disques : ${color #565868}${stippled_hr}
${color #DBAA82}root : ${color #3652FF}${fs_used /} ${color #DBAA82}/ ${fs_size /} (${color #FFFB00}${fs_free_perc /}% ${color #DBAA82}libre)
${color #344299}${fs_bar /}

${color #DBAA82}home : ${color #3652FF}${fs_used /home} ${color #DBAA82}/ ${fs_size /home} (${color #FFFB00}${fs_free_perc /home}% ${color #DBAA82}libre)
${color #344299}${fs_bar /home}

${color #DBAA82}Linux : ${color #3652FF}${fs_used /Linux} ${color #DBAA82}/ ${fs_size /Linux} (${color #FFFB00}${fs_free_perc /Linux}% ${color #DBAA82}libre)
${color #344299}${fs_bar /Linux}

Mon conkybashrc

#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

# X font when Xft is disabled, you can pick one with program xfontsel
#font 8x10
#font 7x13
#font 8x13
#font 7x12
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
#font -*-luxi sans-medium-r-normal-*-13-*-*-*-*-*-iso8859-2
#font -*-helvetica-medium-r-normal-*-12-*-100-100-*-*-iso8859-2
#font -*-lucidatypewriter-medium-r-*-*-14-*-100-100-*-*-iso8895-2
#font -*-courier-medium-r-normal-*-14-*-100-100-*-*-iso8859-2
#font -*-lucida-medium-r-normal-*-13-*-*-*-*-*-iso8859-2

# Xft font when Xft is enabled
#xftfont monospace-8
#xftfont Sans -8.5



#Text alpha when using Xft
xftalpha 0.8

#mail spool
#mail_spool $MAIL

#Update interval in seconds
update_interval 3


#own_window yes
own_window_transparent yes
own_window_type override
double_buffer yes

#Minimum size of text area
#minimum_size 50
#maximum_width 215

# 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 0

# drawn 1 pixel border around graphs or not
draw_graph_borders no

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


#Alignement sur l'écran (enlevez le # devant la ligne qui vous intéresse)
#alignment top_left
#alignment top_right
alignment bottom_left
#alignment bottom_right

#Marges : x horizontal, y vertical
#gap_x 200
#gap_y 150

# Gap between borders of screen and text
gap_x 5
#gap_y 5 #margines gorny

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

# Subtract file system buffers from used memory?
no_buffers yes

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

# boinc (seti) dir
# seti_dir /opt/seti

override_utf8_locale yes
use_xft yes
xftfont Sans:size=9


TEXT
${execi 300 ~/.conky/bashfr.pl -random2}

${color #ddaa00}Durée de marche : ${color #8844ee}$uptime

${color #97C12C}        Vitesse des ventilos$color
${color #97C12C}ventilo 1 :${color #949494}${hddtemp /dev/sda1}$color ${color #97C12C} Tr/Min${alignr}$color
${color #97C12C}ventilo 2 :${color #949494}${exec expr `cat /sys/bus/i2c/devices/9191-0290/fan2_input` / 1}$color ${color #97C12C} Tr/Min${alignr}$color

${color lightgrey}Ethernet (eth1) :${alignr}DL :${color #8844ee} ${totaldown eth1} ${color lightgrey}/ UP :${color #22ccff} ${totalup eth1} 
Adresse IP : ${color #ddaa00}${addr eth1}
${color lightgrey}Down :${color #8844ee} ${downspeed eth1} k/s${color lightgrey} ${offset 100}Up:${color #22ccff} ${upspeed eth1} k/s
${color lightgrey}${downspeedgraph eth1 25,150 ff0000 0000ff} $alignr${color lightgrey}${upspeedgraph eth1 25,150 0000ff ff0000}

${color lightgrey}Ethernet (eth0) :${alignr}DL :${color #8844ee} ${totaldown eth0} ${color lightgrey}/ UP :${color #22ccff} ${totalup eth0} 
Adresse IP : ${color #ddaa00}${addr eth0}
${color lightgrey}Down :${color #8844ee} ${downspeed eth0} k/s${color lightgrey} ${offset 100}Up:${color #22ccff} ${upspeed eth0} k/s
${color lightgrey}${downspeedgraph eth0 25,150 ff0000 0000ff} $alignr${color lightgrey}${upspeedgraph eth0 25,150 0000ff ff0000}

${color #ffccaa}Port(s) ouvert(s): ${color #FFFB00}${tcp_portmon 1 65535 count}
${color white} ${tcp_portmon 1 65535 rhost 0} $alignr${tcp_portmon 1 65535 lservice 0}
${tcp_portmon 1 65535 rhost 1} $alignr${tcp_portmon 1 65535 lservice 1}
${tcp_portmon 1 65535 rhost 2} $alignr${tcp_portmon 1 65535 lservice 2}
${tcp_portmon 1 65535 rhost 3} $alignr${tcp_portmon 1 65535 lservice 3}
${tcp_portmon 1 65535 rhost 4} $alignr${tcp_portmon 1 65535 lservice 4}
${tcp_portmon 1 65535 rhost 5} $alignr${tcp_portmon 1 65535 lservice 5}
${tcp_portmon 1 65535 rhost 6} $alignr${tcp_portmon 1 65535 lservice 6}
${tcp_portmon 1 65535 rhost 7} $alignr${tcp_portmon 1 65535 lservice 7}
${tcp_portmon 1 65535 rhost 8} $alignr${tcp_portmon 1 65535 lservice 8}
${tcp_portmon 1 65535 rhost 9} $alignr${tcp_portmon 1 65535 lservice 9}
${tcp_portmon 1 65535 rhost 10} $alignr${tcp_portmon 1 65535 lservice 10}
${color #040404}$stippled_hr

Dernière modification par carpediem (Le 27/05/2007, à 14:18)


"Carpe diem quam minimum credula postero"
(Cueille le jour présent, en te fiant le moins possible au lendemain.)
HORACE

Hors ligne