#-----------------------------------------------------------------------# # # # Description : Fichier de configuration pour conky. # # OS : Linux # # Requires : Conky # # Version : 0.1.0 # # Author : Sebastien Bilbeau # # Web site : http://www.tux-planet.fr/ # # # #-----------------------------------------------------------------------# #----------------------------# # Configuration de conky # #----------------------------# # 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 # Temps avant mise a jour update_interval 1 # X font when Xft is disabled, you can pick one with program xfontsel #font 7x12 font 7x12 #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 Bitstream Vera Sans Mono:size=8 # Text alpha when using Xft xftalpha 0.8 # mail spool mail_spool $MAIL # Create own window instead of using desktop (required in nautilus) own_window yes own_window_transparent yes own_window_type override own_window_hints below own_window_transparent yes # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes # Minimum size of text area #minimum_size 280 5 #maximum_width 150 # Draw shades? draw_shades no draw_outline no draw_borders no # Stippled borders? stippled_borders 10 # border margins border_margin 4 # border width border_width 1 # Default colors and also border colors default_color white default_shade_color white default_outline_color white # Position de conky sur la fenetre #alignment top_left #alignment bottom_left #alignment bottom_right alignment top_right gap_x 4 gap_y 26 # Add spaces to keep things from moving about? This only affects certain objects. use_spacer no # Subtract file system buffers from used memory? no_buffers yes # set to yes if you want all text to be in uppercase uppercase no #-----------------------------------------------# # Configuration des informations a afficher # #-----------------------------------------------# TEXT $nodename - $sysname $kernel on $machine $stippled_hr ${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg ${color lightgrey}CPU Usage : $color${cpu}% ${cpubar} ${color black}${cpugraph 25 0000ff ff0000} ${color lightgrey}RAM Usage:$color $mem/$memmax - $memperc% $membar ${color lightgrey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar} ${color lightgrey}Processes:$color $processes ${color grey}Running:$color $running_processes ${color lightgrey}CPU:$color ${i2c 9191-0290 temp 2} C${color grey} - MB:$color ${i2c 9191-0290 temp 1} C $color$stippled_hr ${color grey}File systems: (free space) Ide : $color${fs_free /} ${fs_bar 6 /} ${color grey} Sata: $color${fs_free /mnt/sata} ${fs_bar 6 /mnt/sata} $color$stippled_hr ${color lightgrey}Networking: ${color black}${downspeedgraph eth0 25,122 ff0000 0000ff} $alignr${color black}${upspeedgraph eth0 25,122 0000ff ff0000} ${color grey}Down:${color white} ${downspeed eth0} k/s${color lightgrey} ${offset 70}Up:${color white} ${upspeed eth0} k/s ${color grey}Downloaded:$color ${totaldown eth0}${color grey} - Uploaded: $color${totalup eth0} $color$stippled_hr ${color}Name PID CPU% MEM% ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} ${color}Mem usage ${color lightgrey} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1} ${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2} ${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}