- #conky configuration example julienl.fr/blog
- # 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
- # Use Xft?
- use_xft yes
- # Xft font when Xft is enabled
- xftfont Bitstream Monospace :size=8
- own_window_transparent yes
- own_window_colour hotpink
- own_window_type override
- own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
- # Text alpha when using Xft
- #xftalpha 0.8
- #on_bottom yes
- # mail spool
- mail_spool $MAIL
- # Update interval in seconds
- update_interval 1
- # Create own window instead of using desktop (required in nautilus)
- own_window yes
- # Use double buffering (reduces flicker, may not work for everyone)
- double_buffer yes
- minimum_size 110 5
- # Draw shades?
- draw_shades no
- # Draw outlines?
- draw_outline no
- # Draw borders around text
- draw_borders no
- # Stippled borders?
- stippled_borders 10
- # border margins
- border_margin 0
- # 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
- #minimum_size 10 10
- gap_x 13
- gap_y 13
- alignment top_right
- #alignment bottom_left
- #alignment bottom_right
- # Gap between borders of screen and text
- # Add spaces to keep things from moving about? This only affects certain objects.
- use_spacer none
- # Subtract file system buffers from used memory?
- no_buffers yes
- # set to yes if you want all text to be in uppercase
- uppercase no
- text_buffer_size 1024
- TEXT
- ${color grey}Kernel: $kernel
- ${color grey}${hr 2}
- ${color grey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg
- ${color lightblue}${hr 2}
- ${color grey}Intel(R) Pentium(R) 4 CPU 2.00GHz
- ${color grey}Core 1: ${color lightblue}${cpubar cpu1}
- ${color black}${color black}${cpugraph cpu1 25,200 2C4B68 5C9CD9}
- ${color grey}RAM: $mem/$memmax - $memperc% ${color lightblue}$membar
- ${color grey}Swap: $swap/$swapmax - $swapperc% ${color lightblue}${swapbar}
- ${color grey}Processus: ${color lightblue}$processes ${alignr}${color grey}Running: ${color lightblue}$running_processes
- ${color lightblue}${hr 2}
- ${color grey}Disques Durs:
- ${color grey}Linux: ${fs_used /}/${fs_size /} ${color lightblue}${fs_bar /}
- ${color lightblue}${hr 2}
- ${if_up eth0}${color lightgrey}Ethernet:
- Down:${color lightblue} ${downspeed eth0} k/s${color lightgrey} ${offset 70}Up:${color lightblue} ${upspeed eth0} k/s
- ${color black}${downspeedgraph eth0 25,100 2C4B68 5C9CD9} ${color black}${upspeedgraph eth0 25,100 2C4B68 5C9CD9}$endif
- ${color lightblue}${hr 2}
- ${color lightgrey}Processus:
- ${color lightgrey}Name PID CPU% MEM%
- ${color #ddaa00} ${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 lightgrey}Memoire PID CPU% MEM%
- ${color #ddaa00} ${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}
- ${color lightblue}${hr 2}
- ${color lightgrey}Port(s):
- ${color lightgrey}Ouverts : ${color orange}${tcp_portmon 1 65535 count} ${color lightgrey}Entrants : ${color red}${tcp_portmon 1 32767 count} ${color lightgrey}Sortants : ${color lightgreen}${tcp_portmon 32768 61000 count}
