Created
November 10, 2011 07:10
-
-
Save thbkrkr/1354318 to your computer and use it in GitHub Desktop.
.conkyrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 yes | |
| # Xft font when Xft is enabled | |
| xftfont Bitstream Vera Sans Mono:size=7.8 | |
| own_window_transparent yes | |
| own_window_colour hotpink | |
| # Text alpha when using Xft | |
| xftalpha 0.8 | |
| on_bottom yes | |
| # mail spool | |
| mail_spool $MAIL | |
| # Update interval in seconds | |
| update_interval 1 | |
| # Si jamais on voulait plusieurs Conkys simultanement | |
| own_window_transparent yes | |
| own_window yes | |
| own_window_type normal | |
| own_window_hints undecorate,sticky,skip_taskbar,skip_pager | |
| # Use double buffering (reduces flicker, may not work for everyone) | |
| double_buffer yes | |
| #override_utf8_locale yes | |
| # Minimum size of text area | |
| #minimum_size 280 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 10 | |
| # border margins | |
| border_margin 4 | |
| # border width | |
| border_width 1 | |
| # Default colors and also border colors | |
| default_color white | |
| default_shade_color | |
| default_outline_color white | |
| color0 556627 | |
| color1 FFF168 | |
| color2 8FCF3C | |
| color3 grey | |
| # Text alignment, other possible values are commented | |
| #alignment top_left | |
| #minimum_size 10 10 | |
| gap_x 15 | |
| gap_y 160 | |
| #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 no | |
| # Subtract file system buffers from used memory? | |
| no_buffers yes | |
| # set to yes if you want all text to be in uppercase | |
| override_utf8_locale yes | |
| uppercase yes | |
| # boinc (seti) dir | |
| # seti_dir /opt/seti | |
| text_buffer_size 1024 | |
| TEXT | |
| ${font Calibri:style=Medium Italic:pixelsize=25} | |
| ${color1}$alignc${time %H:%M:%S}${color} | |
| ${color2}$alignc$nodename${font} | |
| ${font Calibri:style=Medium Italic:pixelsize=12}${color0}$alignc$sysname $kernel${font} | |
| ${color2}${font Calibri:style=Medium Italic:pixelsize=20}- ${color3}PROC ${color2}${hr}${font} | |
| ${font Calibri:style=Medium Italic:pixelsize=12} | |
| ${color1}Uptime:${color3} $uptime ${color1}- Load:${color3} $loadavg | |
| ${color1}Core 1 :${color3} ${cpu cpu1}% ${color1} ${cpubar cpu1} | |
| ${color1}Core 2 :${color3} ${cpu cpu2}% ${color1} ${cpubar cpu2} | |
| ${color1}${cpugraph cpu1 45,150 green 080f5e}$alignr${cpugraph cpu2 45,150 080f5e green} | |
| ${font} | |
| ${color2}${font Calibri:style=Medium Italic:pixelsize=20}- ${color3}MEM ${color2}${hr}${font} | |
| ${font Calibri:style=Medium Italic:pixelsize=10} | |
| ${color2}Memoire Vive : | |
| ${color1}RAM :$color3 $mem / $memmax - $memperc% $color1$membar | |
| ${color1}Cache : $color3$cached$color2 - - - ${color1}Buffer : $color3$buffers${color2} | |
| ${color1}Swap :$color3 $swap / $swapmax - $swapperc% ${color1}${swapbar} | |
| ${color2}/ | |
| ${color1}Root ${color3}${fs_used /}/${fs_size /} ${color2}${fs_used_perc /}% ${color1} ${fs_bar /} | |
| ${color1}Home ${color3}${fs_used /home/thb/}/${fs_size /home/thb/} ${color2}${fs_used_perc /home/thb}% ${color1}${fs_bar /home/thb/} | |
| ${color1}Miam ${color3}${fs_used /media/miam/}/${fs_size /media/miam/} ${color2}${fs_used_perc /media/miam}i% ${color1}${fs_bar /media/miam/} | |
| $color1 ${diskiograph_read 25,150 080f5e green} ${alignr}${diskiograph_write 25,150 080f5e green} | |
| $color1 Read $color3 ${diskio_read} $color1 ${alignr} Write $color3${diskio_write} | |
| ${font} | |
| ${color2}${font Calibri:style=Medium Italic:pixelsize=20}- ${color3}Network ${color2}${hr}${font} | |
| ${font Calibri:style=Medium Italic:pixelsize=12} | |
| ${color1}Down:${color3} ${downspeedf eth0} k/s${color1} ${offset 80}Up:${color3} ${upspeedf eth0} k/s | |
| ${color1}Down Total:${color3} ${totaldown eth0}${color1} ${offset 40}Up Total:${color3} ${totalup eth0} | |
| ${color1}${downspeedgraph wlan0 32,150 080f5e c163fd} $alignr${color1}${upspeedgraph wlan0 32,150 080f5e c163fd} | |
| ${color1}Local IP: $alignr${color3}${addr eth0}${color } | |
| ${color1}Port In : ${color3}${tcp_portmon 1 32767 count} ${color1} Out : $color3${tcp_portmon 32768 61000 count} ${color1}Total :$color3${tcp_portmon 1 65535 count} | |
| ${font} | |
| ${color2}${font Calibri:style=Medium Italic:pixelsize=20}- ${color3}Process ${color2}${hr}${font} | |
| ${font Calibri:style=Medium Italic:pixelsize=10} | |
| ${color1}Processes:$color3 $processes ${color1}Running:$color3 $running_processes | |
| ${color1}Name${alignr}PID CPU% MEM% | |
| ${color3} ${top name 1}${alignr} ${top pid 1} ${top cpu 1} ${top mem 1} | |
| ${color2} ${top name 2}${alignr} ${top pid 2} ${top cpu 2} ${top mem 2} | |
| ${color2} ${top name 3}${alignr} ${top pid 3} ${top cpu 3} ${top mem 3} | |
| ${color1}Mem usage | |
| ${color3} ${top_mem name 1}${alignr} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1} | |
| ${color2} ${top_mem name 2}${alignr} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2} | |
| ${color2} ${top_mem name 3}${alignr} ${top_mem pid 3} ${top_mem cpu 3} | |
| ${font} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment