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.

#76 Le 10/05/2007, à 07:13

kuri

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

ca fonctionne tres bien pour xmms smile faut juste taper 2-3 lignes de code smile

Hors ligne

#77 Le 10/05/2007, à 07:52

ebrain

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

Mettez juste ça dans votre conky.rc et c'est fini !! le module étant intégré a Audacious, ça rend le truc très simple...

Euh je sais pas comment tu as eu conky, mais si tu prends celui du dépôt ça ne fonctionne pas, la lecture du lecteur Audacious n'étant pas activée par défaut...

En tout cas moi pour avoir accès au variables d'Audacious j'ai dû recompiler avec l'option --enable-audacious smile.

@+


Le Blender Clan, site communautaire francophone Blender :: www.blenderclan.org ::

Hors ligne

#78 Le 10/05/2007, à 11:19

amobile

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

yopyop all

voila mon conky
conky_640.png

own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
use_xft yes
#on_bottom yes
xftfont HandelGotD: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 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 top_right
gap_x 8
gap_y 50
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer no


TEXT
${color white}Connexion sur $nodename ($sysname) depuis $uptime $color
$stippled_hr
${color #164ea3}CPU Utilise :${color #FFFFFF} $cpu% ${color #164ea3}${cpubar}
${color #164ea3}Memoire RAM :${color #FFFFFF} $mem/$memmax - $memperc% ${color #164ea3}${membar}
${color #164ea3}Utilisation du Swap :${color #FFFFFF} $swap/$swapmax - $swapperc% ${color #164ea3}${swapbar}
${color #164ea3}Processus : $color $processes ${color #FFFFFF}En cour : $color $running_processes
$color$stippled_hr
${color #164ea3}Temperature CPU : ${color #FFFFFF}${i2c 9191-0290 temp 2} C
${color #164ea3}Temperature Boitier : ${color #FFFFFF}${i2c 9191-0290 temp 1} C
${color #164ea3}Ventilateur CPU : ${color #FFFFFF}${i2c 9191-0290 fan 1} RPM
$color$stippled_hr
${color #164ea3}Reseau : ${color #FFFFFF}IP Locale ${addr eth0} - IP Publique ${execi 1800 ~/.scriptip.sh}
${color #164ea3}Download :${color white} ${downspeed eth0} k/s${color white} ${offset 80}${color #164ea3}Upload:${color white} ${upspeed eth0} k/s
$color$stippled_hr
${color #164ea3}Espace Disque
${color #164ea3}System: ${color #FFFFFF}${fs_used /}/${fs_size /} ${color #164ea3}${fs_bar /}
${color #164ea3}Home: ${color #FFFFFF}${fs_used /home}/${fs_size /home} ${color #164ea3}${fs_bar /home}
${color #164ea3}Multimedia: ${color #FFFFFF}${fs_used /multimedia}/${fs_size /multimedia} ${color #164ea3}${fs_bar /multimedia}

J'aurai souhaité savoir si il est possible de placer la fenetre Conky au niveau des mes icones de bureau (cf. mon screen) ?
J'ai beau utiliser l'argument

alignment top_right

, ce dernier se place comme si j'avais toujours le tableau de bord superieur sad

Hors ligne

#79 Le 10/05/2007, à 11:23

damb

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

Je crois que tu peux ajuster avec en modifiant les valeurs
"gap_x 8"
"gap_y 50"

Hors ligne

#80 Le 10/05/2007, à 11:50

amobile

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

c'est tout à fait ca !!! smile

merci à toi Damb smile

Hors ligne

#81 Le 10/05/2007, à 17:52

adam0509

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

cam a écrit :

La preuve que ça fonctionne pour xmms lol

http://img515.imageshack.us/img515/3562 … ce6.th.png

Je teste en ce moment des écritures pour conky et tilda ... big_smile

Hey super ton skin XMMS ! C'est quoi ?


Alors le script audacious marche pas avec le conky des dépots (feisty bien sur) si je comprend bien ? mince alors ça me disais bien neutral


EDIT :

Et le terminal transparent c'est quoi ?

Dernière modification par adam0509 (Le 10/05/2007, à 17:53)


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

#82 Le 10/05/2007, à 23:38

cam

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

Mon skin xmms s'appelle aluminium alloy - toxic ,t'a qu'a installer xmms-infopipe pour voir dans conky la musique que tu joue.
Pour le terminal transparent ça à déjà été dis plusieurs fois dans ce topic, c'est tilda.

Hors ligne

#83 Le 11/05/2007, à 07:56

ebrain

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

Alors le script audacious marche pas avec le conky des dépots (feisty bien sur) si je comprend bien ? mince alors ça me disais bien

Ben oui c'est pas activé par défaut dans le paquet en fait. Il faut récupérer les sources de conky, installer quelques dépendances, et faire :

./configure --enable-audacious
make
make install

Ah j'ai retrouvé le lien sur lequel je me suis appuyé (en anglais): http://ubuntuforums.org/showthread.php?t=353362&highlight=conky+enable-audacious

@+ smile


Le Blender Clan, site communautaire francophone Blender :: www.blenderclan.org ::

Hors ligne

#84 Le 12/05/2007, à 16:20

Astier

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

Bon  je poste ici même si je n'apporte rien de nouveau pour ce qui est de mon conky : voilà une capture :
565375190a9af8c0397e8878cf54t.jpg
et le fichier que j'utilise :

# 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

# Use Xft?
use_xft yes

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

# Create own window instead of using desktop (required in nautilus)
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
#own_window_colour black
own_window yes
own_window_type override

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

# Minimum size of text area
minimum_size 5 5
maximum_width 217

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

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

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

# Gap between borders of screen and text

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

# 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
${font Verdana:size=11}$alignc${color #DBAA82}${Time %d %B %Y} - ${color #FFFB00}${time %H:%M:%S}${font Sans:size=8.5}










${color #FF000C}Moniteur Systeme : ${color #DBAA82}${stippled_hr}
${color #DBAA82}$sysname : ${color #565868}$kernel ${color #DBAA82}on ${color #565868}$machine
${color #DBAA82}Uptime : ${color #B6A291}$uptime | ${color #DBAA82}Temp : ${color #B6A291}${acpitemp}°C

${color #DBAA82}Adaptateur : ${color #FFFB00}${acpiacadapter}
${color #DBAA82}Autonomie : ${color #FFFB00}${battery BAT1} ${battery_time BAT1}

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

${color #FFFB00}.: ${top name 1}
${color #DBAA82}PID: ${color #FFFB00}${top pid 1} ${color #DBAA82}%cpu : ${color #FFFB00}${top cpu 1}
${color #565868}.: ${top name 2}
${color #DBAA82}PID: ${color #3652FF}${top pid 2} ${color #DBAA82}%cpu : ${color #344299}${top cpu 2}
${color #565868}.: ${top name 3}
${color #DBAA82}PID: ${color #3652FF}${top pid 3} ${color #DBAA82}%cpu : ${color #344299}${top cpu 3} 
${color #565868}.: ${top name 4}
${color #DBAA82}PID: ${color #3652FF}${top pid 4} ${color #DBAA82}%cpu : ${color #344299}${top cpu 4}
${color #565868}.: ${top name 5}
${color #DBAA82}PID: ${color #3652FF}${top pid 5} ${color #DBAA82}%cpu : ${color #344299}${top cpu 5}

${color #FF000C}Disques : ${color #DBAA82}${stippled_hr}
${color #DBAA82}/ : ${color #3652FF}${fs_used /} ${color #DBAA82}/ ${fs_size /} (${color #FFFB00}${fs_free_perc /}% ${color #DBAA82}free)
${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}free)
${color #344299}${fs_bar /home}

${color #FF000C}Réseau : ${color #DBAA82}${stippled_hr}
${color #DBAA82}down: ${color #FFFB00}${downspeedf eth1} k/s        ${color #DBAA82}up: ${color #FFFB00}${upspeedf eth1} k/s
${color #FFFFFF}${downspeedgraph eth1 25,100 DBAA82 344299}    ${color #FFFFFF}${upspeedgraph eth1 25,100 344299 DBAA82}

$alignc${color #FFFB00}${mpd_title}
$alignc${color #DBAA82}${mpd_artist}
$alignc${color #DBAA82}${mpd_album}
$alignc${color #DBAA82}${mpd_elapsed} / ${mpd_length} (${mpd_percent}%)
${color #3652FF}${mpd_bar (20),(100)}

Comme vous pouvez le constater, conky ne m'affiche plus les caractères spéciaux : accents, °.... Il me semble que le problème n'est pas propre à conky comme vous pouvez le constater sur cette autre capture : 57ddef3d6f71b2ba4f44584fb68bt.jpg

Problème de locales ? Des idées ?

Merci et à bientôt.

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

Hors ligne

#85 Le 12/05/2007, à 16:35

HarKoT

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

yop astier smile

Moi aussi j'ai eu des problèmes au passage à feisty : mon clavier était en fr quand j'tapais mais dans certaines appli quand j'faisais des raccourcis clavier avec ctrl ça passait en qwerty (genre ctrl+a pour tout selectionner devenait ctrl+q quitter)
bref juste avant de finir dingue j'me suis rendu compte qu'en rajoutant une ligne a mon xorg ça le faisait plus.
Je sais pas si c'est le meme probleme... dans le doute j'te passe ma section keyboard.

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fr"
	Option	    "XkbVariant" "latin9"
EndSection

EDIT : je viens de percuter que la ligne que j'avais rajoutée n'y était plus xD
pourtant j'ai plus mon problème :s.
Enfin bref tout ça pour dire qu'a mon avis ça doit venir d'une connerie comme ça...

Hors ligne

#86 Le 12/05/2007, à 16:50

Michel38

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

@ Astier
Pour les caractères "bizarres", ajoutes çà à ton .conkyrc

override_utf8_locale yes

LM18.3 - Kernel: 4.4.0-53-generic i686 (32 bit gcc: 5.4.0) - Cinnamon 3.4.6 (Gtk 3.18.9-1ubuntu3.3)
System: CLEVO (portable)
CPU    : Dual core Intel Core i5-3230M
Card    : Intel 3rd Gen Core processor Graphics Controller

Hors ligne

#87 Le 12/05/2007, à 16:51

mattis

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

Mon nouveau bureau :

http://mattis.free.fr/Desktop12.05.07.png

Conky :

own_window yes
own_window_type desktop
own_window_type override
own_window_transparent yes
update_interval 0.5
total_run_times 0
draw_shades no
draw_outline no
stippled_borders 5
double_buffer yes
border_margin 10
border_width 2
default_color grey
default_shade_color white
default_outline_color white
alignment top_right
gap_x 10
gap_y 50
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer no
minimum_size 5 5
maximum_width 300
font 7x13


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

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

${color #ffccaa}Espace libre-
${color #000000}Root : ${color white}${fs_used /}${color #000000}/${color white}${fs_size /} ${color #000000}(${color white}${fs_free /} ${fs_free_perc /}% ${color #000000} free)
       ${fs_bar /}
${color #000000}Disk1 : ${color white}${fs_used /media/disk/}${color #000000}/${color white}${fs_size /media/disk/} ${color #000000}(${color white}${fs_free /media/disk/} ${fs_free_perc /media/disk/}% ${color #000000} free)
       ${fs_bar /media/disk/}
${color #000000}Disk2 : ${color white}${fs_used /media/disk2/}${color #000000}/${color white}${fs_size /media/disk2/} ${color #000000}(${color white}${fs_free /media/disk2/} ${fs_free_perc /media/disk2/}% ${color #000000} free)
       ${fs_bar /media/disk2/}


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

${color #ffccaa}Temperature systeme
${color #000000}CPU Temp: ${acpitemp}C

${color white}AmaroK
${color white} ${alignc}${execi 10 ~/.conky/amarok artist}
${color white} ${alignc}${execi 10 ~/.conky/amarok title}
${color white} ${alignc}"${execi 10 ~/.conky/amarok album}"
${color white} ${alignc}${execi 10 ~/.conky/amarok year} - ${alignc}${execi 10 ~/.conky/amarok genre}


${color #ffccaa}Port(s) ouvert(s): ${color black}${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

Par contre j'ai encore quelques soucis.
- Tilda qui m'affiche le fond d'ecran au lieu d'etre transparent et de voir la fenetre qui se trouve derriere.
- La couleur dans les barres de taches que je n'arrive pas à modifier.

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

Hors ligne

#88 Le 12/05/2007, à 16:54

mydoom666

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

@mattis

Si tu pouvais redimensionner ton image ça serait bien. roll

Hors ligne

#89 Le 12/05/2007, à 17:15

Astier

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

Michel38 a écrit :

@ Astier
Pour les caractères "bizarres", ajoutes çà à ton .conkyrc

override_utf8_locale yes

Merci beaucoup ça marche impec pour conky ; par contre sous X j'ai toujours un problème d'encodage des caractères : par exemple j'ai

compl||te

pour complète et pour chaque caractère spécial j'ai de droles de symboles hmm Une idée ?

Merci beaucoup et à bientôt.

Hors ligne

#90 Le 12/05/2007, à 17:18

mydoom666

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

@Astler

A mon avis, tu devrais poster un nouveau Topic pour ton problème.
Tu auras plus de réponses. wink

Hors ligne

#91 Le 12/05/2007, à 19:18

Astier

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

Oui j'y pense mais sait-on jamais smile

A bientôt pour de nouveaux conkyrc.

Sinon personne pour mes questions concernant l'utilisation du calendrier dans conky (cf bas de la page 1 il me semble). Merci smile

A+

Hors ligne

#92 Le 13/05/2007, à 15:35

flarre

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

Petite remarque en passant, j'ai viré tous les changements de police de caractères dans le conkyrc, l'utilisation du processeur par conky est passée de 10% à 0,5% en moyenne... Je suis pas près de rejouer avec ça !

Hors ligne

#93 Le 16/05/2007, à 16:15

dudumomo

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

Je me lance également dans conky, mais étant débutant, je ne connais rien!
J'ai juste repris le script du dragon (conky en haut a droite de son skin) et rajouté la ligne des processus qui utilise le plus, mais j'aimerai rajouter d'autre éléments :
- La vitesse et l'ip du net n'est pas indiqué..que dois je installer ?
- J'aimerai afficher la place disponible de mes autres partitions
- les températures des différentes sondes
- et la musique lu de xmms

j'essaye de bidouillé...mais ça reste difficile

Vous pouvez m'expliquer un peu comment ça marche ?

Merci

#94 Le 16/05/2007, à 16:21

HarKoT

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

Il n'y a rien besoin d'installer pour l'IP, le trafic et l'espace sur les partitions : t'as juste a reprendre les bouts de code qu'on a posté plus haut.

Pour xmms je pense qu'il faut installer quelque chose mais comme je ne m'en sers pas je suis pas sur.
Et pour les temperatures tout depend de ton pc wink

Hors ligne

#95 Le 17/05/2007, à 09:44

dudumomo

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

OK pour l'IP, trafic, espace libre des DD
Pour XMMS...Je ne sais pas...quelqu'un peut m'expliquer ?
et surtout pour les temps . Sous windows, j'ai 4 températures : CPU, DD, et 2 autres que je ne sais pas ^
Je viens d'essayer d'installer sensors mais je suppose que ça a du mal installer car j'ai des erreurs :
Quand je suis le tuto :

sudo sensors-detect

Apres avoir répond à yes pour tout, ça me donne :

To make the sensors modules behave correctly, add these lines to
/etc/modules:

#----cut here----
# I2C adapter drivers
i2c-i801
# modprobe unknown adapter NVIDIA i2c adapter 0 at 1:00.0
# modprobe unknown adapter NVIDIA i2c adapter 1 at 1:00.0
# modprobe unknown adapter NVIDIA i2c adapter 2 at 1:00.0
# Chip drivers
eeprom
#----cut here----


Do you want to add these lines to /etc/modules automatically? (yes/NO)

et quand j'edit ce fichier

gksudo gedit /etc/modprobe.d/local

il n'est pas créer, ou du moins il ne contient rien....bon je continue le tuto, je marque ce qui faut dedans....

et apres

dudumomo@dudumomo-laptop:~$ sudo modprobe i2c-sensor
FATAL: Module i2c_sensor not found.

puis autre probleme :

dudumomo@dudumomo-laptop:~$ sudo modprobe it87
FATAL: Error inserting it87 (/lib/modules/2.6.20-15-generic/kernel/drivers/hwmon/it87.ko): No such device
dudumomo@dudumomo-laptop:~$ sudo depmod -a
WARNING: Module /lib/modules/2.6.20-15-generic/kernel/drivers/net/wireless/bcm43xx/bcm43xx.ko is not an elf object

et forcément :

dudumomo@dudumomo-laptop:~$ sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.

Je suis sous feisty 32bits avec beryl si ça peut vous aider...

Merci de votre aide !

#96 Le 17/05/2007, à 13:07

cam

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

Pour ce qui est des senseurs je vous avoue que je ne sais absolument pas comment faire, chez moi ça ne fonctionne pas alors que j'ai une carte mère neuve d'ya 3 mois (donc elle possède forcément des senseurs!)

En ce qui concerne XMMS, il faut installer le plugin xmms-infopipe

sudo apt-get install xmms-infopipe

Ensuite il faut activer le plugin infopipe dans les plugins xmms (greffons généraux), pour vérifier le fonctionnement de ce plugin, tu peux lire une chanson et vérifier que tu as un fichier xmms-info, xmms-info_$USERNAME.0 et xmms_$USERNAME.0 dans le répertoire /tmp. Si c'est le cas c'est bon ça fonctionne! big_smile

Ensuite il faut créer un scripts éxécutable que tu peux par exemple mettre dans ton home.

#!/usr/bin/perl
# Perl script to display XMMS song info on Torsmo
# Requires XMMS::InfoPipe module and xmms-infopipe plugin

use XMMS::InfoPipe;

my $numArgs = $#ARGV+1;

if($numArgs != 1) {
   print "Usage error: xmms.pl [keyname]\n";
   exit;
}

else {
   my $key = $ARGV[0];
   my $xmms = XMMS::InfoPipe->new();
   my $playing = $xmms->is_playing();
   my $paused = $xmms->is_paused();

   # display info since XMMS is playing/paused
   if($playing == 1 || $paused == 1) {

      # extract song artist
      if($key eq "Artist") {
         my $title = $xmms->{info}->{Title};
         @song = split(/ - /, $title);
         my $artist = $song[0];

         #truncate long artist names
         if(length($artist) >= 30) {
            my $temp = substr($artist, 0, 30);
            $artist = $temp . "...";
         }
         print $artist , "\n";
      }

      # extract song title
      elsif($key eq "Title") {
         my $title = $xmms->{info}->{Title};
         @song = split(/ - /, $title);
         print $song[1] , "\n";      
      }

      # join position and length times, ie 2:04 / 4:50
      elsif($key eq "Time") {
         my $length = $xmms->{info}->{Time};
         my $position = $xmms->{info}->{Position};
         print $position , " / " , $length , "\n";
      }

      # format bitrate, ie 192 kbps
      elsif($key eq "Bitrate") {
         my $bitrate = $xmms->{info}->{"Current bitrate"};
         print $bitrate/1000 , " kbps\n";
      }

      # number of tunes in playlist
      elsif($key eq "Playlist") {
         my $tunes = $xmms->{info}->{"Tunes in playlist"};
         print $tunes , " tunes\n";
      }

      # print out info for other keys (case sensitive, 'cat /tmp/xmms-info')
      else {
         print $xmms->{info}->{$key} , "\n";
      }
   }

   # display status only since XMMS is not playing/paused
   else {
      if($key eq "Status") {
         print $xmms->{info}->{Status} , "\n";
      }
   }
}

Pour le rende éxécutable tu fais dans une console

sudo chmod +x /home/USERNAME/le_chemin_de_destination_de_ton_script

Ensuite rajoute ça à ton conkyrc (tu peux bien entendu modifier certaines choses pour afficher ce que tu souhaite afficher)

${color #ffcb48}XMMS$color

${color #98c2c7}Status    :  $color${execi 10 perl /le_chemin_de_destination_de_ton_script/xmms.pl Status}
${color #98c2c7}Title        :  $color${execi 10 perl /le_chemin_de_destination_de_ton_script/xmms.pl Title}
${color #98c2c7}Artist      :  $color${execi 10 perl /le_chemin_de_destination_de_ton_script/xmms.pl Artist}
${color #98c2c7}Bitrate    :  $color${execi 10 perl /le_chemin_de_destination_de_ton_script/xmms.pl Bitrate}
${color #98c2c7}Time       :  $color${execi 10 perl /le_chemin_de_destination_de_ton_script/xmms.pl Time}

Le numéro marqué après execi correspond au temps en secondes à laquelle l'écran sera rafraichi dans conky (ici 10s, moi j'ai mis 1)

Il ne te reste plus qu'à mettre le module Infopipe. Tu peux le trouver ici et tu le mets dans /etc/perl/XMMS/ (le répertoire XMMS est à créer et il faut respecter la casse wink)

Voilà, ça doit fonctionner lol

Ca donne ça big_smile
522080116605ca943df413172d65t2.jpg

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

Hors ligne

#97 Le 17/05/2007, à 20:17

Midoy

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

bonsoir smile

Voila pour le mien wink

8dml04tq.png

Pour le .conkyrc

draw_graph_borders no
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 top_right
gap_x 8
gap_y 50
no_buffers no
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer no


TEXT
${color #4582B5}				      Bonjour Midoy$color
${color #4582B5}${time %A %d %B %Y}$color - ${time %H:%M:%S}
${color #4582B5}IP Locale$color ${addr ath0}
${color #4582B5}$sysname$color $kernel sur $machine $freq_g GHz
${color #4582B5}Uptime:$color $uptime ${color #FFFFFF}- Load:$color $loadavg
${color #4582B5}Usage CPU:$color $cpu% ${color #FFFFFF} ${cpubar}
$color ${cpugraph FFFFFFF FFFFFFF}
${color #4582B5}Usage RAM:${color #FFFFFF} $mem/$memmax - $memperc% ${membar}
${color #4582B5}Usage Swap:${color #FFFFFF} $swap/$swapmax - $swapperc% 
${swapbar}
${color #4582B5}					Processus
${color #4582B5}RAM Usage:$color $mem/$memmax - $memperc% ${membar}
${color #4582B5}Processes:$color   $processes ${color white}Running:$color $running_processes
${color #4582B5}					   Reseau
${color #4582B5} Down:${color #FFFFFF}		      		${downspeed ath0} k/s  ${offset 80}
${color #4582B5} Up:${color #FFFFFF} 				      ${upspeed ath0} k/s 
$color${downspeedgraph ath0 32,150 FFFFFF FFFFFF} $color${upspeedgraph ath0 32,150 FFFFFF FFFFFF}
${color #4582B5}				     Espace Disque
ext3: $color${fs_free /}/${fs_size /} ${fs_bar /}
${color #4582B5}     				     PID     CPU%   MEM%
${color #4582B5}Process			
${color #FFFFFF}    ${top name 1} 	  ${top pid 1} ${top cpu 1} ${top mem 1}
${color #FFFFFF}    ${top name 2} 	  ${top pid 2} ${top cpu 2} ${top mem 2}
${color #FFFFFF}    ${top name 3}  	  ${top pid 3} ${top cpu 3} ${top mem 3}
${color #FFFFFF}    ${top name 4} 	  ${top pid 4} ${top cpu 4} ${top mem 4}
${color #FFFFFF}    ${top name 5} 	  ${top pid 5} ${top cpu 5} ${top mem 5}
${color #4582B5}Memoire
${color #FFFFFF}    ${top_mem name 1} 	  ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color #FFFFFF}    ${top_mem name 2} 	  ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color #FFFFFF}    ${top_mem name 3} 	  ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${color #FFFFFF}    ${top_mem name 4} 	  ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
${color #FFFFFF}    ${top_mem name 5} 	  ${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5}

Pour le .conkyrc2

own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
use_xft yes
on_bottom yes
xftfont ani:size=12
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_graph_borders no
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_left
gap_x 8
gap_y 50
no_buffers no
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer no


TEXT
${color #4582B5}			Quod Libet$color
${color #4582B5}  Artiste:   ${color #ffffff}${exec cat ~/.quodlibet/current | grep artist | cut -d "=" -f2 }
${color #4582B5}  Titre:      ${color #ffffff}${exec cat ~/.quodlibet/current | grep title | cut -d "=" -f2 }${alignr}${color #4582B5}(${color #ffffff}${exec cat ~/.quodlibet/current | grep tracknumber | cut -d "=" -f2 }${color #4582B5})
${color #4582B5}  Album:   ${color #ffffff}${exec cat ~/.quodlibet/current | grep album | cut -d "=" -f2 }
${color #4582B5}  genre:   ${color #ffffff}${exec cat ~/.quodlibet/current | grep genre | cut -d "=" -f2 }${color #4582B5}${alignr}Format: ${color #ffffff}${exec cat ~/.quodlibet/current | grep format | cut -d "=" -f2 }

Pour le conky.sh

#!/bin/sh
sleep 7
killall conky
env DISPLAY=:0.0 conky -c .conkyrc&
env DISPLAY=:0.0 conky -c .conkyrc2&

Voilou, merci à vous touse pour ce joli topic <3

Dernière modification par Midoy (Le 17/05/2007, à 20:19)

Hors ligne

#98 Le 17/05/2007, à 20:25

HarKoT

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

@Midoy : tu peux me filer ton wallpaper big_smile

@Cam essaye hellanzb a la place de pan c'est drolement plus efficace cool

Hors ligne

#99 Le 17/05/2007, à 20:51

cam

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

HarKoT a écrit :

@Cam essaye hellanzb a la place de pan c'est drolement plus efficace cool

Je vais aller voir ça big_smile Merci ^^

Hors ligne

#100 Le 17/05/2007, à 20:53

Midoy

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

Ici big_smile

http://www.gnome-look.org/content/show.php/Rebel+%28wide%29?content=58068

Hors ligne