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.

#176 Le 04/06/2007, à 20:38

bunutu

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

ok dac


The Matrix has you

Hors ligne

#177 Le 05/06/2007, à 11:04

mattis

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

Mon nouveau bureau :

http://mattis.free.fr/bureau5jun

Conky :

own_window yes
own_window_transparent yes
own_window_type override
double_buffer yes

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

# Xft font when Xft is enabled
xftfont monospace-8

own_window_colour pink

# Text alpha when using Xft
xftalpha 0.8

#on_bottom no

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 1

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

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

# border width
border_width 2

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

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

# Espace entre le bord de l'ecran et le text

gap_x 10
gap_y 50

# 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

# 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








TEXT
${color black}[${color red}Matthieu${color black}][${color red}$nodename${color black}] -
${color black}${time %A %d %B %Y} - ${time %H:%M:%S} 
${color black}sysname $kernel sur $machine $freq_g GHz
${color black}IP Locale ${addr eth0}
${color black}Uptime: $uptime
${color black}${hr 2}
${color red}Moniteurs-
${color black}cpu: ${color black}${cpu}%
${color black}${cpugraph 25 ff0000 ff00ff}
${color black}ram : ${color black}$mem${color black}/${color black}$memmax ${color black}- ${color black}$memperc%
${color black}swap: ${color black}$swap${color black}/${color black}$swapmax ${color black}   - ${color black}$swapperc%
${color black}load: ( ${color black}$loadavg ${color black})
${color black}processus: ${color black}$processes    ${color black}en route: ${color black}$running_processes

${color red}Net:${color black}eth0-
${color black}DOWN: ${color black}${downspeed eth0} k/s        ${color black}UP: ${color black}${upspeed eth0} k/s
${color black}${downspeedgraph eth0 25,100 ff0000 0000ff}      ${color black}${upspeedgraph eth0 25,100 0000ff ff0000}
${color black}TOTAL: ${color black}${totaldown eth0}            ${color black}TOTAL: ${color black}${totalup eth0}

${color red}Espace libre-
${color black}Root : ${color black}${fs_used /}${color black}/${color black}${fs_size /} ${color black}(${color black}${fs_free /} ${fs_free_perc /}% ${color black} free)
       ${fs_bar /}
${color black}disk : ${color black}${fs_used /media/disk/}${color black}/${color black}${fs_size /media/disk/} ${color black}(${color black}${fs_free /media/disk/} ${fs_free_perc /media/disk/}% ${color black} free)
       ${fs_bar /media/disk/}
${color black}disk2 : ${color black}${fs_used /media/disk2/}${color black}/${color black}${fs_size /media/disk2/} ${color black}(${color black}${fs_free /media/disk2/} ${fs_free_perc /media/disk2/}% ${color black} free)
       ${fs_bar /media/disk2/}



















${color red}Utilisation du Processeur.
${color black}Nombre            PID     CPU%   MEM%
${color red} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color black} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color black} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color black} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color black} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}

${color red}Temperature systeme
${color black}CPU Temp: ${acpitemp}C

${color black}$stippled_hr${if_running amarokapp}
${color red}${alignc}Now Playing${color black}
${color black}${alignc}${execi 10 ~/.conky/amarok artist}
${color black}${alignc}${execi 10 ~/.conky/amarok title}
${color red}${execibar 1 ~/.conky/amarok progress}
${color black}$stippled_hr
$endif

+ le fichier pour amarok dans le repertoire .conky

Dernière modification par mattis (Le 05/06/2007, à 11:05)

Hors ligne

#178 Le 05/06/2007, à 12:06

Doug77

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

J'aime beaucoup ca. big_smile

C'est quoi le theme ? c'est quoi  le player ? smile


Config actuelle : HP dv1000 et EeePC / Gutsy - Gnome - Compiz
Real men don't use antivirus.

Hors ligne

#179 Le 05/06/2007, à 13:41

carpediem

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

Salut mattis, pourrais-tu me dire quel fichier "+ le fichier pour amarok dans le repertoire .conky" que tu as installer dans .conky. Chez moi le nom et le titre ne s'affiche pas sad
Merci


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

Hors ligne

#180 Le 05/06/2007, à 14:11

cam

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

Merci Doug77 c'est la deuxième fois que tu aime mes thèmes, ça fait plaisir big_smile
Le thème à été trouvé sur gnome-look, il y a tout une suite : la suite kore. Le skin xmms vient du même endroit et à le même nom: kore! Je n'ai pas encore fini, je travaille toujours sur conky et notammment sur le tableau de bord tongue

Voilà où j'en suis actuellement cool

c6c9ab6c8d9e5b541add1a73d8a1t2.jpg

Dernière modification par cam (Le 05/06/2007, à 14:13)

Hors ligne

#181 Le 05/06/2007, à 14:41

Doug77

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

big_smile

Je mets le mien en photo ce soir (la j'ai pas de net sur le pc ubuntu, donc conky ne ressemblerait pas à grand chose)

Ensuite, j'essaierai de bricoler la suite kore...


Config actuelle : HP dv1000 et EeePC / Gutsy - Gnome - Compiz
Real men don't use antivirus.

Hors ligne

#182 Le 05/06/2007, à 15:28

Doug77

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

Bon, je mets deja ca, je ferai une maj avec le net... neutral

Le burO big_smile
capturebureauwc7.th.png

Script de lancement de conky au démarrage. Il est commenté car j'ai encore quelques erreurs à traper.

Pourquoi plusieurs conky ? on peut activer/desactiver au besoin (test/gout/...), on peut les mettre aux 4 coins du bureau, et si l'un plante (pas de connection par exemple, les autres restent actif)

=======================================
script de lancement
=======================================

#!/bin/bash

#
killall conky&
sleep 10;
conky -u 1 -d -c ~/.conky/conkyrc;
conky -u 60 -d -c ~/.conky/conkyrctodo;

# a revoir car plantage quand allumé et pas de chanson execbar / 0
conky -u 2 -d -c ~/.conky/conkyrcamarok;


#----------------------- NET -----------------------

#-:1: parser error : Document is empty
#-:1: parser error : Start tag expected, '<' not found
# quand pas connecté au net
conky -u 60 -d -c ~/.conky/conkyrcweather;

# plante et fait disparaitre le conky si pas connecté au net
# avec un gethostbyname: Unknown host
conky -u 60 -d -c ~/.conky/conkyrcpop;

# Info reception net
conky -u 1 -d -c ~/.conky/conkyrcnet;

=======================================
scripts lancés par conky.sh
=======================================


     =======================================
     ConkyRC : le module principal.
     Améliorations à faire : pas reussi à remplacer /home/doug/ par ~ dans le script, ca renvoit 0
     =======================================


own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
use_xft yes
#on_bottom yes
minimum_size 200 5
maximum_width 240
gap_x 1200
gap_y 20
xftfont Bitstream Vera Sans Mono:size=8
xftalpha 0.8
#update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
# drawn 1 pixel border around graphs or not
draw_graph_borders yes
stippled_borders 8
border_margin 4
border_width 1
#default_color #4582B5
default_shade_color black
default_outline_color black
alignment bottom_right
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer no


TEXT
${alignc}$nodename
${alignc}$sysname $kernel on $machine
${alignc}${color #4582B5}AC: $color ${acpiacadapter} ${battery BAT0} ${battery_time}


${color #4582B5}${cpubar}
$color ${cpugraph 202020 4582B5}
${voffset -23}${color #4582B5}  ${alignc}CPU $color${freq_g}/${freq_dyn_g} :$color $cpu% à  ${acpitemp} degrés

${color #4582B5}                  PID     CPU%   MEM%
Process$color $running_processes / $processes
${color #FFFFFF} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color #AAAAAA} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color #777777} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color #555555} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color #333333} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}



${alignc}${color #4582B5}Memoire :
${color #4582B5}${membar}
${alignc}${voffset -13}$color RAM: ${color #FFFFFF} $mem/$memmax - $memperc% 
${color #4582B5}${swapbar}
${alignc}${voffset -13}$color Swap: $color${color #FFFFFF} $swap/$swapmax - $swapperc% 


${diskiograph 202020 4582B5}
${voffset -23}${color #4582B5}  ${alignc}Disque :$color ${diskio} 

${color #4582B5}${fs_bar /} $color
${voffset -13} ${alignc}root: $color${fs_used /} / ${fs_size /} : ${fs_used_perc /}%
${color #4582B5}${fs_bar /home/doug/}$color
${voffset -13} ${alignc}home: $color${fs_used /home/doug/} / ${fs_size /home/doug/} : ${fs_used_perc /home/doug/}%

=======================================
     Conkyrctodo : juste pour afficher ma liste des tâches à faire.
     (affichage des 1eres lignes d'un fichier todo qu'il
     vous faut creer vide dans le meme repertoire au départ)
     =======================================

own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
use_xft yes
#on_bottom yes
minimum_size 240 5
maximum_width 240
gap_x 5
gap_y 20
xftfont Bitstream Vera Sans Mono:size=8
xftalpha 0.8
#update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
# drawn 1 pixel border around graphs or not
draw_graph_borders yes
stippled_borders 8
border_margin 4
border_width 1
#default_color #4582B5
default_shade_color black
default_outline_color black
alignment top_right
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer no



TEXT
${font Bitstream Vera Sans Mono:size=15}${color #4582B5}${alignc}A faire${font Bitstream Vera Sans Mono:size=8}
$color${exec tail -n 20 ~/.conky/todo}

=======================================
     conkyrcamarok : afin d'afficher les infos d'amarok
     améliorations à faire : renvoi des /0 lorsque allumé
     et pas de chanson en lecture
     =======================================



own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
use_xft yes
#on_bottom yes
minimum_size 240 50
maximum_width 240
gap_x 5
gap_y 380
xftfont Bitstream Vera Sans Mono:size=8
xftalpha 0.8
#update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
# drawn 1 pixel border around graphs or not
draw_graph_borders yes
stippled_borders 8
border_margin 4
border_width 1
#default_color #4582B5
default_shade_color black
default_outline_color black
alignment bottom_right
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer no



TEXT

${if_running amarokapp}
${font Bitstream Vera Sans Mono:size=15}${color #4582B5}${alignc}AmaroK${color white}${font Bitstream Vera Sans Mono:size=8}
${alignc}${exec ~/.conky/amarok status} a ${exec ~/.conky/amarok volume} % de volume
${alignc}Artiste :${exec ~/.conky/amarok artist}
${alignc}Titre :${exec ~/.conky/amarok title}
${exec ~/.conky/amarok current} - ${color #4582B5}${execbar ~/.conky/amarok progress}
${alignc}${color}Album :${exec ~/.conky/amarok album}
${alignc}${exec ~/.conky/amarok year} 
${alignc}${exec ~/.conky/amarok genre}
$endif

=======================================
          ce script conky utilise le script amarok suivant :
          =======================================


case "$1" in

# Now Playing Info
artist) dcop amarok player artist ;;
title)  dcop amarok player title ;;
album)  dcop amarok player album ;;
year)   dcop amarok player year ;;
genre)  dcop amarok plqqayer genre ;;
volume) dcop amarok player getVolume ;;
current) dcop amarok player currentTime;;

progress)
res=$(echo "scale=2; (`dcop amarok player trackCurrentTime`/`dcop amarok player trackTotalTime`)*100" | bc)
echo $res;;

status)
	case `dcop amarok player status` in
	  2) echo Lecture;;
	  1) echo Pause;;
	  0) echo Arret;;
	esac

esac

=======================================
     conkyrcweather : pour avoir la meteo
     améliorations à faire : traduire le reste
     (feuille de style ?)
     =======================================


own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
use_xft yes
#on_bottom yes
minimum_size 200 5
maximum_width 200
gap_x 20
gap_y 150
xftfont Bitstream Vera Sans Mono:size=8
xftalpha 0.8
#update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
# drawn 1 pixel border around graphs or not
draw_graph_borders yes
stippled_borders 8
border_margin 4
border_width 1
#default_color #4582B5
default_shade_color black
default_outline_color black
alignment bottom_right
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer no



TEXT
${font Bitstream Vera Sans Mono:size=15}${color #4582B5}${alignc}Météo${color white}${font Bitstream Vera Sans Mono:size=8}
${exec ~/.conky/weather.sh FRXX0076}

=======================================
          ce script conky utilise le script weather.sh suivant :
          =======================================


qui utilise les scripts (apres avoir installé curl par synaptic) :

#!/bin/sh

#
# Grab weather data from weather.com and format it according to the given XSLT
# Script written by boojit
# Modified by Hellf[i]re
# The orignal script and xslt can be downloaded from http://pondol.com/weather.tar.gz

# Usage:
# ${execi 1800 /path/to/weather/weather.sh location}
# Usage Example:
# ${execi 1800 /home/user/weather/weather.sh 03833}

# your Location ID: use http://xoap.weather.com/search/search?where=[yourcity] to find it 
# U.S. users can just use their zip code; doubt that works for anyone else though (YMMV)
LOCID=$1

# s=standard units, m=metric units
UNITS=m

# where this script and the XSLT lives
RUNDIR=~/.conky

# there's probably other stuff besides CURL that will work for this, but i haven't 
# tried any others. 
# you can get curl at http://curl.haxx.se/
CURLCMD=/usr/bin/curl

# get it at http://xmlsoft.org/XSLT/
XSLTCMD=/usr/bin/xsltproc

# you probably don't need to modify anything below this point....

# CURL url. Use cc=* for current forecast or dayf=10 to get a multi-day forecast
CURLURL="http://xoap.weather.com/weather/local/$LOCID?cc=*&unit=$UNITS&dayf=2"

# The XSLT to use when translating the response from weather.com
# You can modify this xslt to your liking 
XSLT=$RUNDIR/weather.xslt 

#filter (if you want to convert stuff to lower-case or upper case or something)
#FILTER="|gawk '{print(tolower(\$0));}'"


#####
eval "$CURLCMD \"$CURLURL\" 2>/dev/null| $XSLTCMD $XSLT - $FILTER"

=======================================
          ce script SH utilise le script weather.xslt suivant :
          =======================================

<!-- 

 This XSLT is used to translate an XML response from the weather.com
 XML API. 

 You can format this file to your liking. Two things you may feel 
 like doing:

	1) Modify the layout of the fields or static text already defined
	2) Add other fields from the XML response file that aren't referenced in this
	   XSLT. You can grab a full list by just doing a: 
           wget "http://xoap.weather.com/weather/local/$LOCID?cc=*&unit=$UNITS" 
           (change $LOCID and $UNITS to suit your needs)
-->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" > 
	<xsl:output method="text" disable-output-escaping="yes"/>
	<xsl:template match="weather">
		<xsl:apply-templates select="cc"/>
		<xsl:apply-templates select="dayf/day[@d='1']"/>
	</xsl:template>
 
	
	<xsl:template match="cc">
		<xsl:text>Ville: </xsl:text><xsl:value-of select="obst"/>  
<xsl:text>:
</xsl:text>
<xsl:text>  Temperature: </xsl:text><xsl:value-of select="tmp"/><xsl:value-of select="/weather/head/ut"/>
<xsl:if test="tmp != flik">
<xsl:text>
  Ressenti: </xsl:text><xsl:value-of select="flik"/><xsl:value-of select="/weather/head/ut"/>
</xsl:if>
<xsl:text>
  Conditions: </xsl:text><xsl:value-of select="t"/>
<xsl:text>
  Vent: </xsl:text>
<xsl:choose>
	<xsl:when test="wind/s = 'calm'"><xsl:text>0</xsl:text></xsl:when>
	<xsl:otherwise><xsl:value-of select="wind/s"/></xsl:otherwise>
</xsl:choose>
<xsl:value-of select="/weather/head/us"/> 
<xsl:choose>
	<xsl:when test="wind/s = 'calm'"><xsl:text>(0mph)</xsl:text></xsl:when>
	<xsl:otherwise><xsl:text> (</xsl:text><xsl:value-of select="round(wind/s * 0.6214)"/><xsl:text>mph)</xsl:text></xsl:otherwise>
</xsl:choose>
<xsl:text> (</xsl:text><xsl:value-of select="wind/t"/>
<xsl:text>)</xsl:text>
	</xsl:template>

	<xsl:template match="dayf/day[@d='1']">
<xsl:text>
  Demain: </xsl:text><xsl:value-of select="low"/><xsl:value-of select="/weather/head/ut"/>
<xsl:text> to </xsl:text><xsl:value-of select="hi"/><xsl:value-of select="/weather/head/ut"/>
<xsl:text>, </xsl:text><xsl:value-of select="part[@p='d']/t"/>
<xsl:text>
  </xsl:text><xsl:value-of select="/weather/swa/a/t"/>
<xsl:text>
</xsl:text>
	</xsl:template>
</xsl:stylesheet>

=======================================
     conkyrcpop : pour avoir le nombre de mails pop
     améliorations à faire : plantage quand pas de connection
     et ferme le conky (seulement le conkyrcpop)
     =======================================

own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
use_xft yes
#on_bottom yes
minimum_size 200 5
maximum_width 200
gap_x 20
gap_y 420
xftfont Bitstream Vera Sans Mono:size=8
xftalpha 0.8
#update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
# drawn 1 pixel border around graphs or not
draw_graph_borders yes
stippled_borders 8
border_margin 4
border_width 1
#default_color #4582B5
default_shade_color black
default_outline_color black
alignment top_right
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer no
pop3 votre_serveur_pop votre_login votre_mot_de_passe

TEXT
${font Bitstream Vera Sans Mono:size=15}${color #4582B5}${alignc}Messagerie${color white}${font Bitstream Vera Sans Mono:size=8}
${alignc}${pop3_unseen} mails Yahoo

=======================================
     conkyrcnet : afin d'avoir les infos de connection au net
     améliorations à faire : affichage bof quand pas connecté
     =======================================

own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
use_xft yes
#on_bottom yes
minimum_size 200 5
maximum_width 240
gap_x 5
gap_y 30
xftfont Bitstream Vera Sans Mono:size=8
xftalpha 0.8
#update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
# drawn 1 pixel border around graphs or not
draw_graph_borders yes
stippled_borders 8
border_margin 4
border_width 1
#default_color #4582B5
default_shade_color black
default_outline_color black
alignment bottom_right
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer no
# 

TEXT
${font Bitstream Vera Sans Mono:size=15}${color #4582B5}${alignc}Reseau${color white}${font Bitstream Vera Sans Mono:size=8}
${alignc}${execi 60 iwconfig eth1 | grep "Broadcom 4306" | cut -c 34-44} à  ${linkstatus eth1}%
${color #4582B5}Loc. $color${addr eth1} ${color #4582B5}/ Pub. $color${execi 60 wget -O - http://ip.tupeux.com | tail}
$color${downspeedgraph eth1 16,117 202020 4582B5} $color${upspeedgraph eth1 16,117 202020 4582B5}
${voffset -19}  Down:${downspeedf eth1} k/s${color #FFFFFF}${offset 57}Up:${color #FFFFFF} ${upspeedf eth1} k/s

Dernière modification par Doug77 (Le 05/06/2007, à 15:31)


Config actuelle : HP dv1000 et EeePC / Gutsy - Gnome - Compiz
Real men don't use antivirus.

Hors ligne

#183 Le 05/06/2007, à 15:39

Astier

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

Ca c'est vraiment une config de fou ! J'admire surtout le dégradé de couleur pour le top des processus en cours...

Bonne continuation !

Hors ligne

#184 Le 05/06/2007, à 15:53

Doug77

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

Merci, le but était d'avoir le plus d'infos utiles possibles, un peu aussi pour aider à ce mini tuto, pas forcément de toutes les afficher, d'ou la modularité en pouvant lancer l'un ou l'autre.
Sinon j'ai oublié de préciser...
Je me suis fais un lanceur (dans le dock, mais vous pouvez le mettre n'importe ou) qui fait un gedit de mon todo, comme ca, un clic et j'arrive dans ma liste des taches à faire, qui se met à jour dès l'enregistrement du fichier todo.

Dernière modification par Doug77 (Le 05/06/2007, à 16:01)


Config actuelle : HP dv1000 et EeePC / Gutsy - Gnome - Compiz
Real men don't use antivirus.

Hors ligne

#185 Le 05/06/2007, à 17:19

mattis

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

carpediem en bas tu as le conky et le fichier amarok:
http://conky.sourceforge.net/screenshots.html

Cam tu est sous gnome ? comment fais tu pour la barre d'icones en bas stp ?

Hors ligne

#186 Le 05/06/2007, à 18:19

cam

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

Oui je suis sous gnome, la barre en bas c'est gnome-dock (cairo-dock) wink

Hors ligne

#187 Le 06/06/2007, à 19:14

Bensabin

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

Voilà, j'ai trouvé une solution pour faire défiler le titre de la musique jouée (avec audacious)

Dans mon .conkyrc, j'ai inséré la ligne suivante:

${exec /home/benja/.Theme/ttlsong}

et maintenant le script placé dans "/home/benja/.Theme" et que j'ai nommé ttlsong:

#!/bin/bash
music=`cat /tmp/currsong`
if [ ${#music} -le 23 ]; then 
    echo `audtool --current-song` > /tmp/currsong
    if [ ${#music} -ne 0 ]; then
        echo $music
    fi
else        
    echo $music | cut -b-23
    music=`echo ${music:1}`
    echo $music >/tmp/currsong
fi

C'est pas top, parce que ça effectue pas mal de lectures écriture de fichier, mais ça fonctionne correctement

#188 Le 06/06/2007, à 19:53

cam

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

Intéressante contribution, merci Bensabin je vais essayer ça avec xmms big_smile

Hors ligne

#189 Le 06/06/2007, à 20:20

Bensabin

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

J'espère que ca t'aura été utile...

Dis moi quoi.. wink

#190 Le 11/06/2007, à 22:01

andrelec1

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

bonjour alors j'ai décidé de me lancer dans la conception de mon konky
mais je voudrai savoir si il etait possible de faire un champ éditable

enfaite je veux un truc qui ressemble a textera ( en html ) sur mon bureaux ??


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

#191 Le 11/06/2007, à 22:19

sissou

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

Voici mon mien :

capturenz2.th.png

Et le fichier de conf qui va avec :

# Position sur l'écran
alignment top_right
use_xft yes
on_top 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 8
border_margin 4
border_width 1
default_color #4582B5
default_shade_color black
default_outline_color black
alignment bottom_right
gap_x 20
gap_y 300
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer no
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type override

TEXT
$nodename - $sysname $kernel on $machine
$stippled_hr
${color #4582B5}Uptime:$color $uptime ${color #FFFFFF}- Load:$color $loadavg
$stippled_hr
${color #4582B5}Core1 : ${color #FFFFFF}${cpubar cpu1 5,210}$alignr${freq_g cpu1} GHz
${color #4582B5}Core2 : ${color #FFFFFF}${cpubar cpu2 5,210}$alignr${freq_g cpu2} GHz
${color #FFFFFF}${cpugraph cpu1 32,150 FFFFFF FFFFFF} $alignr${cpugraph cpu2 32,150 FFFFFF}$color
$color$stippled_hr
${color #4582B5}Usage RAM:${color #FFFFFF} $mem/$memmax - $memperc% ${membar}
${color #4582B5}Usage Swap:${color #FFFFFF} $swap/$swapmax - $swapperc% ${swapbar}
${color #4582B5}Processus:$color $processes ${color #FFFFFF}Running:$color $running_processes
$color$stippled_hr
${color #4582B5}Down: ${color #FFFFFF}${downspeedf eth0}k/s ${alignr}${totaldown eth0} total
${downspeedgraph eth0}
${color #4582B5}Up: ${color #FFFFFF}${upspeedf eth0}k/s ${alignr}${totalup eth0} total
${upspeedgraph eth0}
$color$stippled_hr
${color #4582B5}Temperatures :
Temp. CPU : $color${i2c 9191-0290 temp 2} C
${color #4582B5}Ventirad : $color${i2c 9191-0290 fan 1} RPM
${color #4582B5}Carte M : $color${i2c 9191-0290 temp 1} C
${color #4582B5}Hard drive : $color${execi 300 nc localhost 7634 | cut -c54-55 ;}.0 C
$color$stippled_hr
${color #4582B5}Espace Disque (free/total):
/: $color${fs_free /}/${fs_size /} ${fs_bar /}
${color #4582B5}home: $color${fs_free /home}/${fs_size /home} ${fs_bar /home}
${if_mounted /media/SAMSUNG}${color #4582B5}Samsung: $color${fs_free /media/SAMSUNG}/${fs_size /media/SAMSUNG} ${fs_bar /media/SAMSUNG}${endif}
$color$stippled_hr
${color #4582B5}CPU usage
${color #FFFFFF}${top name 1}
${color #4582B5}PID : ${color #FFFFFF}${top pid 1}${color #4582B5} CPU% : ${color #FFFFFF}${top cpu 1}${color #4582B5} MEM% : ${color #FFFFFF}${top mem 1}
${color #FFFFFF}${top name 2}
${color #4582B5}PID : ${color #FFFFFF}${top pid 2}${color #4582B5} CPU% : ${color #FFFFFF}${top cpu 2}${color #4582B5} MEM% : ${color #FFFFFF}${top mem 2}
${color #FFFFFF}${top name 3}
${color #4582B5}PID : ${color #FFFFFF}${top pid 3}${color #4582B5} CPU% : ${color #FFFFFF}${top cpu 3}${color #4582B5} MEM% : ${color #FFFFFF}${top mem 3}
$color$stippled_hr
${color #4582B5}Mem usage
${color #FFFFFF}${top_mem name 1}
${color #4582B5}PID : ${color #FFFFFF}${top_mem pid 1}${color #4582B5} CPU% : ${color #FFFFFF}${top_mem cpu 1}${color #4582B5} MEM% : ${color #FFFFFF}${top_mem mem 1}
${color #FFFFFF}${top_mem name 2}
${color #4582B5}PID : ${color #FFFFFF}${top_mem pid 2}${color #4582B5} CPU% : ${color #FFFFFF}${top_mem cpu 2}${color #4582B5} MEM% : ${color #FFFFFF}${top_mem mem 2}
${color #FFFFFF}${top_mem name 3}
${color #4582B5}PID : ${color #FFFFFF}${top_mem pid 3}${color #4582B5} CPU% : ${color #FFFFFF}${top_mem cpu 3}${color #4582B5} MEM% : ${color #FFFFFF}${top_mem mem 3}

Dernière modification par sissou (Le 11/06/2007, à 22:20)

Hors ligne

#192 Le 12/06/2007, à 16:53

andrelec1

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

j'ai un petit probleme  big_smile

quand je mais own_window non

mais icône disparaisse mais si je mais ma sourie sur un icône ( je sais ou ils se trouvent )

il apparait mais des que le conky se rafraichit boum il redisparait ???

et si non je voudrai toujours savoir si il est possible d'afficher un zone  ou l'on peut écrire des chose a tous moment dedans comme un textera en html ??


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

#193 Le 13/06/2007, à 13:46

andrelec1

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

alors c'est bon pour les icônes
car de fois je c**:lol: mais bon !
bon si non voila mon conky ( encor en creation il reste que des chamgement mineur a faire )

own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
use_xft yes
on_bottom yes
xftfont Arial:size= 9
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 8
border_margin 4
border_width 1
default_color black
default_shade_color black
default_outline_color black
alignment bottom_right
gap_x 8
gap_y 8
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer no



TEXT
$alignc Teddy alias :
$alignc | Andrelec1 | Teddy7 | Point2 |
$stippled_hr
$alignc Session: $nodename 
$alignc Allumer depuit : $uptime 
$alignc Vertion du system : $sysname $kernel 
$stippled_hr
$alignc CPU
$alignc Frequence actuel : $freq_dyn
$alignc Utilisation CPU: $cpu%  
${cpubar}
${cpugraph 333333 FFFFFF}
Usage RAM: $mem/$memmax - $memperc% 
${membar}
Usage Swap: $swap/$swapmax - $swapperc% 
${swapbar}
Processus:$processes Running: $running_processes
$stippled_hr
$alignc Reseau: Wifi 
Down:${downspeedf wifi0} k/s ${offset 80}Up:${upspeedf wifi0} k/s
${downspeedgraph wifi0 32,150 333333 FFFFFF} ${upspeedgraph wifi0 32,150 333333 FFFFFF}
Total:${totaldown wifi0}                    Total:  ${totalup wifi0}
$stippled_hr
$alignc Espace Disque: ${fs_free /}/${fs_size /} soit :${fs_free_perc /}% 
${fs_bar /}
$stippled_hr

et voila le screen :
http://img393.imageshack.us/img393/3289/captureaj8.png

Dernière modification par andrelec1 (Le 13/06/2007, à 13:48)


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

#194 Le 14/06/2007, à 13:44

kelenux

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

Et voila le mien  cool

Sujet très intéressant qui m'a beaucoup aidé pour faire mon conky. merci à vous  smile


conkyzf9.th.jpg


use_xft yes
xftfont Comic sans MS:size=10
xftalpha 0.8
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
double_buffer yes
minimum_size 350 10
draw_shades no
draw_outline no
draw_borders no
stippled_borders 0
border_margin 0
border_width 0
alignment bottom_right
gap_x 10
gap_y 50
no_buffers no
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer no
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type override





TEXT
${color #e08000}${alignc}${sysname} ${color white}${kernel} ${color #e08000}on ${color white}${machine} ${color #e08000}@ ${color white}${freq_g} Ghz
${color white}${alignc}${exec whoami} @ ${nodename}

${color #e08000}Date: ${color white}${time %A %d %B}
${color #e08000}Time: ${color white}${time %k:%M}${alignr}${color #e08000}Uptime: ${color white}${uptime}

${color white}${cpugraph ffc11f 8b4b0b}
${color #e08000}CPU:    ${color white}${cpu}% ${alignr}${cpubar 6,255}  
${color #e08000}RAM:   ${color white}${memperc}% ${alignr}${color white}${membar 6,255}  
${color #e08000}Swap:   ${color white}${swapperc}% ${alignr}${color white}${swapbar 6,255}  
${color #e08000}Processes: ${color white} $processes ${color #e08000} ${alignr}Running: ${color white} $running_processes



${color #e08000}M/B: ${color white}${exec expr `cat /sys/bus/i2c/drivers/asb100/1-002d/temp1_input` / 1000}°C           ${color #e08000}CPU: ${color white}${exec expr `cat /sys/bus/i2c/drivers/w83l785ts/1-002e/temp1_input` / 1000}°C ${alignr}${color #e08000}CPU Fan: ${color white}${exec expr `cat /sys/bus/i2c/drivers/asb100/1-002d/fan1_input`} Tr/min
${color #e08000}HDA: ${color white}${execi 15 hddtemp -n /dev/hda}°C          ${color #e08000}HDC: ${color white}${execi 10 hddtemp -n /dev/hdc}°C ${alignr}${color #e08000}Power Fan: ${color white}${exec expr `cat /sys/bus/i2c/drivers/asb100/1-002d/fan3_input`} Tr/min



${color #e08000}Link Status: ${color white}${linkstatus ath0}
${color #e08000}Local IP: ${color white}${addr ath0} ${alignr}${color #e08000}Public IP: ${color white}${execi 3600 wget -O - http://ip.tupeux.com | tail}
${color #FFFFFF}${downspeedgraph ath0 ffc11f 8b4b0b 280}
${voffset -30}${alignc}${color #e08000}Download Speed:${color white} ${downspeed ath0}ko/s - ${color #e08000}Downloaded: ${color white}${totaldown ath0}
${color #FFFFFF}${upspeedgraph ath0 ffc11f 8b4b0b 70}
${voffset -30}${alignc}${color #e08000}Upload Speed:${color white} ${upspeed ath0}ko/s - ${color #e08000}Uploaded: ${color white}${totalup ath0}



${color #e08000}Root:  ${alignr}${fs_used /}  sur  ${fs_size /}  -  ${fs_free_perc /}% de libre
${color white}${fs_bar /}
${color #e08000}Home:  ${alignr}${fs_used /home}  sur  ${fs_size /home}  -  ${fs_free_perc /home}% de libre
${color white}${fs_bar /home}
${color #e08000}Musique:  ${alignr}${fs_used /media/Musique}  sur  ${fs_size /media/Musique}  -  ${fs_free_perc /media/Musique}% de libre
${color white}${fs_bar /media/Musique}
${color #e08000}Video:  ${alignr}${fs_used /media/Video}  sur  ${fs_size /media/Video}  -  ${fs_free_perc /media/Video}% de libre
${color white}${fs_bar /media/Video}
${color #e08000}Windows:  ${alignr}${fs_used /media/Windows}  sur  ${fs_size /media/Windows}  -  ${fs_free_perc /media/Windows}% de libre
${color white}${fs_bar /media/Windows}
${color white}${diskiograph ffc11f 8b4b0b}
${voffset -30}${alignc}${color #e08000}Disk I/O: ${color white}${diskio}



${alignc}${color white}USAGE CPU ${alignr}PID             CPU%        MEM%
${color #e08000} ${top name 1} ${alignr}${top pid 1}          ${top cpu 1}          ${top mem 1}
${color #e08000} ${top name 2} ${alignr}${top pid 2}          ${top cpu 2}          ${top mem 2}
${color #e08000} ${top name 3} ${alignr}${top pid 3}          ${top cpu 3}          ${top mem 3}
${color #e08000} ${top name 4} ${alignr}${top pid 4}          ${top cpu 4}          ${top mem 4}
${color #e08000} ${top name 5} ${alignr}${top pid 5}          ${top cpu 5}          ${top mem 5}

${alignc}${color white}USAGE RAM ${alignr}PID             CPU%        MEM%
${color #e08000} ${top_mem name 1} ${alignr}${top_mem pid 1}          ${top_mem cpu 1}          ${top_mem mem 1}
${color #e08000} ${top_mem name 2} ${alignr}${top_mem pid 2}          ${top_mem cpu 2}          ${top_mem mem 2}
${color #e08000} ${top_mem name 3} ${alignr}${top_mem pid 3}          ${top_mem cpu 3}          ${top_mem mem 3}
${color #e08000} ${top_mem name 4} ${alignr}${top_mem pid 4}          ${top_mem cpu 4}          ${top_mem mem 4}
${color #e08000} ${top_mem name 5} ${alignr}${top_mem pid 5}          ${top_mem cpu 5}          ${top_mem mem 5}

Par contre, j'ai quand même un petit soucis que je n'arrive pas à résoudre.
Si par hasard une icône "passe" sous conky, ben je ne la vois pas, elle s'affiche sous conky, et pas sur.
Quelqu'un a une idée pour corriger ça?

A oui, dernière question, j'ai vu des gens qui mettais le titre écouté avec amarok, xmms et autre... Par contre j'ai rien trouvé de tel pour listen... Personne connait un moyen de récupérer le titre / groupe / album et la durée (total et écoulé) de la chanson?

Dernière modification par kelenux (Le 14/06/2007, à 13:54)


"La chance n'est qu'un mot par lequel les médiocres croient expliquer la réussite des génies" - Robert Heinlein

AMD Athlon XP 2600+ / Asus A7N8X Deluxe / GeForce 6600 GT / 2*512 Mo Corsair XMS
Ubuntu 7.04 - Noyau 2.6.20-16-generic

Hors ligne

#195 Le 14/06/2007, à 17:08

andrelec1

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

bon je tien toujours a  mon textera sur mon bureaux

et et-il possible d'avoir un dégrader 3 couleur ???


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

#196 Le 14/06/2007, à 17:43

bunutu

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

héhé ! pour le 3 couleurs j'ai essayé j'ai pas réussis


The Matrix has you

Hors ligne

#197 Le 14/06/2007, à 18:16

andrelec1

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

ouai j'ai vue que marcher pas mais je pose la question au cas ou il ya avait une manip a faire  big_smile

avec le graphique du cpu sa avais marcher mais qu'une fois XD

mon conky ne démarre pas pour temps j'ai bien
xterm -e sleep 5 && conky && exit
dans programme au démarrage !!:/:/:/

Dernière modification par andrelec1 (Le 14/06/2007, à 18:48)


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

#198 Le 14/06/2007, à 18:51

HarKoT

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

fais un script c'est vraiment ce qu'il y a encore de plus simple...
j'comprends vraiment pas pourquoi vous essayez de faire des commandes aussi tordues hmm

PS : surtout que ce genre de commande est vouée à l'echec rien qu'en la regardant...
tu lances xterm en mode bloquant du coup les autres commandes ne seront pas exécutées (sauf si tu fermes xterm, et encore j'suis pas sûr)

Hors ligne

#199 Le 14/06/2007, à 21:05

ant1

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

est ce que quelqu'un sait comment récupérer la température du gpu (carte nvidia). J'ai cette température dans nvidia-settings, mais je ne trouve pas cette cette sonde pour l'instant.

Hors ligne

#200 Le 14/06/2007, à 21:05

adam0509

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

bah nan xterm -e c'est pour une commande

Par contre chez moi aussi ça marche plus (???), pourtant une fois ça a marché...

bon bref le script de démarrage que j'utilise maintenant :

$ gedit /usr/local/bin/conkystart

#! /bin/bash

sleep 5

conky

PIII 533Mhz - 192Mo RAM - Geforce DDR - Win98SE/Xubuntu Feisty
AthlonXP2500+ - 512Mo DDR - ATI9600XT - WinXPSP2/Ubuntu Feisty
Dell Ubuntu - Dual Core - 1024Mo -...carte graphique à chier !!! (Intel 950)

Hors ligne