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.

#1 Le 01/12/2006, à 22:04

bunutu

[résolu] conky sur tous les bureaux au demarrage ?

salut !

je voudrai avoir conky sur tous les bureaux au demarrage et sans qu'il apparaisse dans la barre des taches .

j'ai Dapper + XGL+compiz .

mon fichier de conf :

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

own_window_transparent yes
own_window yes
double buffer yes

# 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 yes
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

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

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

# Stippled borders?
stippled_borders 0

# border margins
border_margin 10

# border width
border_width 0

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

# 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 415
gap_y 260 #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
${color #CC0000}Systeme:
${color #d2d2d2}$sysname $kernel ${color #CCCCCC}on ${color #d2d2d2}$machine
${color #d2d2d2}Uptime: $uptime
${color #d2d2d2}${time %A %d %B}                     ${color #CC0000}${time %k:%M:%S}
${color white}${hr 1}
${color #CC0000}Moniteur Systeme:
${color #d2d2d2}cpu: ${color #d9d734}${cpu}%
${color #d2d2d2}${cpugraph 25 ff0000 0000ff}
${color #d2d2d2}ram : ${color #CCCCCC}$mem${color #d2d2d2}/${color #CCCCCC}$memmax ${color #d2d2d2}- ${color #CCCCCC}$memperc%
${color #d2d2d2}swap: ${color #CCCCCC}$swap${color #d2d2d2}/${color #CCCCCC}$swapmax ${color #d2d2d2}   - ${color #CCCCCC}$swapperc%
${color #d2d2d2}load: ( ${color #CCCCCC}$loadavg ${color #d2d2d2})
${color #d2d2d2}procesy: ${color #CCCCCC}$processes

${color #CC0000}Net: ${color #BBBBBB}(eth0)
${color #d2d2d2}down: ${color #d9d734}${downspeed eth0} k/s         ${color #d2d2d2}up: ${color #d9d734}${upspeed eth0} k/s
${color #d2d2d2}${downspeedgraph eth0 25,100 ff0000 0000ff}       ${color #d2d2d2}${upspeedgraph eth0 25,100 0000ff ff0000}
${color #d2d2d2}total: ${color #d9d734}${totaldown eth0}                ${color #d2d2d2}total: ${color #d9d734}${totalup eth0}

${color #CC0000}Disques :
${color #d2d2d2}root : ${color #CCCCCC}${fs_used /}${color #d2d2d2}/${color #CCCCCC}${fs_size /}( ${color #d2d2d2}${color #CCCCCC}${fs_free /} ${fs_free_perc /}% free)${color #d2d2d2}
       ${fs_bar /}
${color #d2d2d2}home : ${color #CCCCCC}${fs_used /home/morpheus}${color #d2d2d2}/${color #CCCCCC}${fs_size /home/morpheus} (${color #d2d2d2}${color #CCCCCC}${fs_free /home/morpheus} ${fs_free_perc /home/morpheus}% free)${color #d2d2d2} 
       ${fs_bar /home/morpheus}

${color #CC0000}Procesus :
${color #d2d2d2}.: ${top name 1}
PID: ${top pid 1} CPU%: ${top cpu 1} MEM%: ${top mem 1}
${color #d2d2d2}.: ${top name 2}
PID: ${top pid 2} CPU%: ${top cpu 2} MEM%: ${top mem 2}
${color #d2d2d2}.: ${top name 3}
PID: ${top pid 3}CPU%: ${top cpu 3} MEM%: ${top mem 3}

merci d'avance a tous ceux qui m'aiderons.

Dernière modification par bunutu (Le 11/01/2007, à 22:33)


The Matrix has you

Hors ligne

#2 Le 02/12/2006, à 02:55

Astier

Re : [résolu] conky sur tous les bureaux au demarrage ?

Alors je crois que c'est lié aux lignes "own_window"

Je te poste 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

# Use Xft?
use_xft yes

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

own_window_transparent yes
own_window_colour black

# 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 yes
#own_window_type normal
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
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 150

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders yes

# Stippled borders?
stippled_borders 0

# border margins
border_margin 10

# border width
border_width 0

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

# 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 20
gap_y 35 #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
${color #FF000C}Systeme:
${color #FFFFFF}$sysname $kernel ${color #FFFFFF}on ${color #FFFFFF}$machine
${color #FFFFFF}Uptime: $uptime
${color #FFFFFF}${time %A %d %B}                     ${color #FFA900}${time %k:%M:%S}
${color white}${hr 1}

${color #FF000C}Moniteur Systeme:
${color #DBAA82}cpu: ${color #FFFB00}${cpu}%
${color #FFFFFF}${cpugraph 25 ff0000 0000ff}
${color #DBAA82}ram : ${color #FFFFFF}$mem${color #DBAA82}/${color #FFFFFF}$memmax ${color #DBAA82}- ${color #FFFFFF}$memperc%
${color #FFFFFF}${memgraph 25 ff0000 0000ff}
${color #DBAA82}swap: ${color #FFFFFF}$swap${color #DBAA82}/${color #FFFFFF}$swapmax ${color #DBAA82}   - ${color #FFFFFF}$swapperc%
${color white}${hr 1}

${color #FF000C}Net: ${color #BBBBBB}(eth1)
${color #DBAA82}down: ${color #FFFB00}${downspeed eth1} k/s         ${color #DBAA82}up: ${color #FFFB00}${upspeed eth1} k/s
${color #FFFFFF}${downspeedgraph eth1 25,100 ff0000 0000ff}       ${color #FFFFFF}${upspeedgraph eth1 25,100 0000ff ff0000}
${color white}${hr 1}

${color #FF000C}Disques :
${color #DBAA82}root : ${color #FFFFFF}${fs_used /}${color #DBAA82}/${color #FFFFFF}${fs_size /}( ${color #DBAA82}${color #FFFFFF}${fs_free /} ${fs_free_perc /}% free)${color #344299}
       ${fs_bar /}
${color #DBAA82}home : ${color #FFFFFF}${fs_used /home}${color #DBAA82}/${color #FFFFFF}${fs_size /home} (${color #DBAA82}${color #FFFFFF}${fs_free /home} ${fs_free_perc /home}% free)${color #344299} 
       ${fs_bar /home}

Je tourne sous Edgy Eft avec AIGLX / Beryl.

En espérant t'avoir aidé.

à+

Hors ligne

#3 Le 02/12/2006, à 03:06

bunutu

Re : [résolu] conky sur tous les bureaux au demarrage ?

visiblement ce n'est pas lié a ces lignes car j'ai tous mis comme toi et ça a rien changé .

merci à toi. smile

d'autres suggestion ?


The Matrix has you

Hors ligne

#4 Le 02/12/2006, à 04:16

Astier

Re : [résolu] conky sur tous les bureaux au demarrage ?

Et si tu remplaces mon fichier par le mien ça donne quoi ? (Fais une sauvegarde du tien avant quand même)

Hors ligne

#5 Le 02/12/2006, à 14:59

bunutu

Re : [résolu] conky sur tous les bureaux au demarrage ?

je viens de tester et ça n'a rien changé .


The Matrix has you

Hors ligne

#6 Le 02/12/2006, à 15:31

Astier

Re : [résolu] conky sur tous les bureaux au demarrage ?

je sais que quand j'étais sous Dapper j'avais aussi eu des problèmes avec conky surtout pour l'afficher sur tous les bureaux.

Renseigne toi sur devilspie je crois que c'est ça qui peut gérer ton problème. va voir là http://debuntu.free.fr/index.php?2005/11/20/487-conky-m-a-conquis-

Lien trouvé ici sur le forum http://forum.ubuntu-fr.org/viewtopic.php?id=61904    (rendons à César... wink )

A+

Hors ligne

#7 Le 02/12/2006, à 15:41

bunutu

Re : [résolu] conky sur tous les bureaux au demarrage ?

merci, j'avais déjà lu tout ça mais devilpspie semble gérer les problemes de clignotements alors que moi je n'en ai pas....

je vais me pencher la dessus mais c'est assz étrange

Dernière modification par bunutu (Le 02/12/2006, à 15:41)


The Matrix has you

Hors ligne

#8 Le 02/12/2006, à 17:43

Astier

Re : [résolu] conky sur tous les bureaux au demarrage ?

Désolé je pourrai pas te renseigner énormément, mais dans certains topic j'ai vu que devilspie gérait le positionnement des fenêtre que ce soit pour vouloir afficher une fenêtre sur un autre bureau ou à un endroit précis du bureau.

Bonnes recherches et à +

Hors ligne

#9 Le 02/12/2006, à 17:49

Michel38

Re : [résolu] conky sur tous les bureaux au demarrage ?

bunutu a écrit :

salut !

je voudrai avoir conky sur tous les bureaux au demarrage et sans qu'il apparaisse dans la barre des taches

Bonsoir,
comme çà ?
8782ba8e9a5c5243093d4995ac27t.jpg


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

#10 Le 03/12/2006, à 17:22

bunutu

Re : [résolu] conky sur tous les bureaux au demarrage ?

oui comme ça, mais sur les 4 bureaux.

stp Michel 38 pourais-tu me donner ton fichier "conkyrc" ?


The Matrix has you

Hors ligne

#11 Le 03/12/2006, à 17:25

Michel38

Re : [résolu] conky sur tous les bureaux au demarrage ?

bunutu a écrit :

oui comme ça, mais sur les 4 bureaux.

stp Michel 38 pourais-tu me donner ton fichier "conkyrc" ?

Voilà mais pour les 4 bureaux je sais pas

use_xft yes
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
own_window_hints undecorated,below,skip_taskbar
background yes
double_buffer yes
minimum_size 280 5
draw_shades no
draw_outline no
draw_borders no
stippled_borders 8
border_margin 0
border_width 0
default_color white
default_shade_color black
default_outline_color black
alignment top-right
gap_x 10
gap_y 20
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer no
min_port_monitors            0
min_port_monitor_connections        0

TEXT

${color white}Bonjour Michel
${time %A %d %B %Y} - ${time %H:%M:%S}
IP Locale ${addr eth0} - Publique ${execi 600 ~/Backup/perso/mon_ip}
$sysname $kernel sur $machine $freq_g GHz
${color #040404}$stippled_hr
${color white}Uptime:$color $uptime ${color white}- Load:$color $loadavg
${color white}CPU Usage:${color white} $cpu% ${cpubar}
${color red}${cpugraph 0000ff 00ff00}
${color white}RAM Usage:$color $mem/$memmax - $memperc% ${membar}
${color white}Processes:$color $processes ${color white}Running:$color $running_processes
${color #040404}$stippled_hr
${color white}Reseau
Down:${color white} ${downspeed eth0} k/s${color white} ${offset 80}Up:${color white} ${upspeed eth0} k/s
${color #0000ff}${downspeedgraph eth0 32,150 ff0000 0000ff} ${color #22ccff}${upspeedgraph eth0 32,150 0000ff ff0000}
${color #040404}$stippled_hr
${color white}Etat /hda - Libre/Total
$color${fs_free /}/${fs_size /} ${fs_bar /}
${color #040404}$stippled_hr
${color black}Process            PID    %CPU   %MEM
${color yellow} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color white} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color white} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color white} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color white} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
${color black}Memoire
${color yellow} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color white} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color white} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${color white} ${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
${color white} ${top_mem name 5} ${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5}
${color #040404}$stippled_hr
${color white}Temperature systeme
${color yellow}M/B: ${exec expr `cat /sys/bus/i2c/devices/9191-0290/temp1_input` / 1000} C  
${color green}CPU: ${exec expr `cat /sys/bus/i2c/devices/9191-0290/temp2_input` / 1000} C
${color #040404}$stippled_hr
${color black}Port(s) ouvert(s): ${color black}${tcp_portmon 1 65535 count}
${color blue} ${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

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

#12 Le 03/12/2006, à 17:26

bunutu

Re : [résolu] conky sur tous les bureaux au demarrage ?

merci beaucoup !


The Matrix has you

Hors ligne

#13 Le 03/01/2007, à 08:37

Monsieur Manatane

Re : [résolu] conky sur tous les bureaux au demarrage ?

Alors apparemment il n'as pas été totalement résolu:

J'apporte donc les éléments dont tu as besoin :

Le Conky apparait sur les 4 bureaux :

own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

Les propriétés sont :

    *
      undecorated qui enlève le tour de la fenêtre
    *
      below qui permet de mettre la fenêtre de conky sous les autres fenêtres
    *
      sticky qui laisse la fenêtre de conky sur tous les bureaux
    *
      skip_taskbar qui enlève conky de la barre des taches
    *
      skip_pager qui enlève conky du pager (alt-tab)

Le conky reste visible même lorsque tu appuie sur l'icone du retour bureau

own_window_type override

A Noter :

Tu utilise les accelerations de XGL / Beryl, donc cette dernière commande sera plus agréable pour toi, car il retire le conky des choix de programmes quand tu te sers du scale (vue globale organisée des fenêtres)
On demande au conky de rester à sa place pas de nous polluer quand on fait joujou avec les effets graphiques big_smile

Voila réponse tardive, mais il me semble que cela servira à bon nombre d'utilisateur de conky

Dernière modification par Monsieur Manatane (Le 03/01/2007, à 08:45)

Hors ligne

#14 Le 08/01/2007, à 12:22

Oni

Re : [résolu] conky sur tous les bureaux au demarrage ?

Monsieur Manatane a écrit :

Alors apparemment il n'as pas été totalement résolu:

J'apporte donc les éléments dont tu as besoin :

Le Conky apparait sur les 4 bureaux :

own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

Les propriétés sont :

    *
      undecorated qui enlève le tour de la fenêtre
    *
      below qui permet de mettre la fenêtre de conky sous les autres fenêtres
    *
      sticky qui laisse la fenêtre de conky sur tous les bureaux
    *
      skip_taskbar qui enlève conky de la barre des taches
    *
      skip_pager qui enlève conky du pager (alt-tab)

Le conky reste visible même lorsque tu appuie sur l'icone du retour bureau

own_window_type override

A Noter :

Tu utilise les accelerations de XGL / Beryl, donc cette dernière commande sera plus agréable pour toi, car il retire le conky des choix de programmes quand tu te sers du scale (vue globale organisée des fenêtres)
On demande au conky de rester à sa place pas de nous polluer quand on fait joujou avec les effets graphiques big_smile

Voila réponse tardive, mais il me semble que cela servira à bon nombre d'utilisateur de conky

Merci bien wink


« La nature a créé des différences, l'Homme en a fait des inégalités. »

Hors ligne

#15 Le 09/01/2007, à 18:44

bunutu

Re : [résolu] conky sur tous les bureaux au demarrage ?

merci , mais...

own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

pour ma part tu peux voir au début du topic que j'ai déja ces options.

quand à celle-ci :

own_window_type override

chez moi c'est sans effet au niveau du scale.

strange...

Dernière modification par bunutu (Le 09/01/2007, à 18:45)


The Matrix has you

Hors ligne

#16 Le 10/01/2007, à 20:48

K20

Re : [résolu] conky sur tous les bureaux au demarrage ?

Pour ma part ça à l'air de fonctionner nickel !!
Je cherchais justement tout ça suite à l'installation de Beryl wink

Merci beaucoup !

EDIT : je rectifie, après des tests si je mes

own_window_type override

ça enlève pas la fenêtre de conky quand je clique sur l'icone du bureau sous Beryl mais conky est en premier plan ... Alors que sans cette option il est en arrière plan :s mais il se réduit avec l'icone du bureau ...

Si quelqu'un à une solution smile

Dernière modification par K20 (Le 10/01/2007, à 22:40)


Président de l'association PC-Shows : tout sur le tuning PC
Smiliesworld : base de smileys en tout genre !
Dictionnaire des expressions personnelles
Ubuntu 8.10 sur fixe et portable - Ubuntu EEE sur Eee PC 901

Hors ligne

#17 Le 11/01/2007, à 01:07

ant1

Re : [résolu] conky sur tous les bureaux au demarrage ?

Tu as l'option own_window yes ? Si oui il faut la commenter. Sinon les options own_window_hints ne servent à rien dans un fichier .conkyrc dans lequel figure déjà l'option own_window_type override. (voir le man).

Et devilspie ne fonctionne que dans metacity. (voir le README).
Ça m'a fait plaisir de récupérer conky sur tous les bureaux dans Beryl.
Je vais bientôt y passer 100% de mon temps si ça continue ...

Dernière modification par ant1 (Le 11/01/2007, à 01:09)

Hors ligne

#18 Le 11/01/2007, à 01:09

K20

Re : [résolu] conky sur tous les bureaux au demarrage ?

Héhé, merci pour cette info wink
J'essaye demain et je vous tient au courant !


Président de l'association PC-Shows : tout sur le tuning PC
Smiliesworld : base de smileys en tout genre !
Dictionnaire des expressions personnelles
Ubuntu 8.10 sur fixe et portable - Ubuntu EEE sur Eee PC 901

Hors ligne

#19 Le 11/01/2007, à 19:46

ant1

Re : [résolu] conky sur tous les bureaux au demarrage ?

attention désactiver l'option own_window yes fait clignoter les icônes du bureau à chaque rafraîchissement de conky chez moi, et ce que je sois sous metacity ou sous beryl ... zut hmm

Hors ligne

#20 Le 11/01/2007, à 22:32

bunutu

Re : [résolu] conky sur tous les bureaux au demarrage ?

problème résolut en upgradant sous EDGY et en passant sous beryl 0.1.4 !

merci de votre aide.

Dernière modification par bunutu (Le 11/01/2007, à 22:35)


The Matrix has you

Hors ligne

#21 Le 17/01/2007, à 21:41

K20

Re : [résolu] conky sur tous les bureaux au demarrage ?

Hum après des tests, en effet si on met own_window no ou qu'on commente cette ligne ça fait clignoter l'écran et c'est plus qu'énervant :s

Mais si je mes own_window conky se retrouve pas dessus toutes mes autres fenêtres ...

Je parle sous Beryl wink

Comment faire donc ?

Dernière modification par K20 (Le 18/01/2007, à 22:43)


Président de l'association PC-Shows : tout sur le tuning PC
Smiliesworld : base de smileys en tout genre !
Dictionnaire des expressions personnelles
Ubuntu 8.10 sur fixe et portable - Ubuntu EEE sur Eee PC 901

Hors ligne

#22 Le 18/01/2007, à 20:18

big up

Re : [résolu] conky sur tous les bureaux au demarrage ?

j'ai pas le liens sous la main et j'ai pas le temps de chercher pour toi, mais je sais qu'il y a une page du wiki qui explique comment résoudre ton probleme.

ps:http://www.la-conjugaison.fr/du/verbe/mettre.php
    http://fog.ccsf.cc.ca.us/~creitan/q2adpos1.htm

#23 Le 18/01/2007, à 22:47

K20

Re : [résolu] conky sur tous les bureaux au demarrage ?

Pour une faute de conjugaison ce n'est pas la mort, ça arrive à tout le monde ... (je peux citer ta faute de grammaire si tu veux ...)

Pour ce qui est du wiki je n'ai rien vu concernant ce genre de problème, notamment avec Beryl, en tout cas pas sur la page de conky neutral


Président de l'association PC-Shows : tout sur le tuning PC
Smiliesworld : base de smileys en tout genre !
Dictionnaire des expressions personnelles
Ubuntu 8.10 sur fixe et portable - Ubuntu EEE sur Eee PC 901

Hors ligne

#24 Le 20/01/2007, à 03:20

big up

Re : [résolu] conky sur tous les bureaux au demarrage ?

peut-etre bien que cette page a été supprimé, y a pas mal de pages qui disparaissent ces derniers temps sur le wiki.

mes fautes de grammaires sont volontaires, j'écris comme je parle.
tes fautes posent probleme, pour comprendre ce que tu veux dire. tu n'es pas obligé de le prendre mal.
je ne suis pas un virtuose en orthographe, loin de là....