############################################################################### # Conky configuration # Alex Z. de Lima (trustlix@gmail.com) # # Based on config file from darcon@gmail.com, available at # http://conky.sourceforge.net/conkyrc-vert ############################################################################### # set to yes if you want Conky to be forked in the background background no # X font when Xft is disabled, you can pick one with program xfontsel #font 5x7 #font 6x10 #font 7x13 #font 8x13 #font 9x15 #font *mintsmild.se* #font -*-*-*-*-*-*-34-*-*-*-*-*-*-* # Use Xft? use_xft yes # Xft font when Xft is enabled #xftfont Bitstream Vera Sans Mono:size=8 xftfont Terminus:size=8 # Text alpha when using Xft xftalpha 0.8 # Print everything to console? # out_to_console no # mail spool #mail_spool $MAIL # Update interval in seconds update_interval 1.0 # This is the number of times Conky will update before quitting. # Set to zero to run forever. total_run_times 0 # Create own window instead of using desktop (required in nautilus) own_window yes # window class # own_window_type desktop # window hints 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 1000 5 maximum_width 200 #minimum_size 330 10 # Draw shades? draw_shades yes # Draw outlines? draw_outline no # Draw borders around text draw_borders no # Stippled borders? stippled_borders 8 # border margins border_margin 0 # border width border_width 0 # Default colors and also border colors default_color white default_shade_color black 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 # same thing as passing -x at command line gap_x 0 gap_y 30 # Subtract file system buffers from used memory? no_buffers yes # set to yes if you want all text to be in uppercase uppercase no # number of cpu samples to average # set to 1 to disable averaging cpu_avg_samples 2 # number of net samples to average # set to 1 to disable averaging net_avg_samples 2 # Force UTF8? note that UTF8 support required XFT override_utf8_locale yes # Add spaces to keep things from moving about? This only affects certain objects. # left, right, or none use_spacer none if_up_strictness address # stuff after 'TEXT' will be formatted on screen TEXT ${alignc}${color slate grey}${kernel} ${alignc}${color slate grey}${time %a,}${color}${time %e %B %G} ${alignc}${color slate grey}${time %Z,}${color}${time %H:%M:%S} ${alignc}${color slate grey}UpTime: ${color}$uptime ${color #333333}${hr}${color} ${alignc}${color slate grey}Power ${color slate grey}AC Power: ${color}${acpiacadapter} ${color slate grey}Battery: ${color}${battery_percent}% ${battery_bar} ${color #333333}${hr}${color} ${alignc}${color slate grey}CPU ${color slate grey}Freq:${alignr}${color}${freq} MHz ${color slate grey}Usage:${alignr}${color}${cpu}% ${color slate grey}Temp:${alignr}${color}${acpitemp}C ${alignc}${cpugraph 20,180} ${color #333333}${hr}${color} ${alignc}${color slate grey}Processes ${color slate grey}#: ${color}$processes ${color slate grey}Running: ${color}$running_processes ${color slate grey}Load: ${color}$loadavg ${color slate grey}CPU++: ${color #ddaa00} ${top name 1}${top_mem cpu 1} ${color lightgrey} ${top name 2}${top cpu 2} ${color lightgrey} ${top name 3}${top cpu 3} ${color lightgrey} ${top name 4}${top cpu 4} ${color slate grey}MEM++: ${color #ddaa00} ${top_mem name 1}${top_mem mem 1} ${color lightgrey} ${top_mem name 2}${top_mem mem 2} ${color lightgrey} ${top_mem name 3}${top_mem mem 3} ${color lightgrey} ${top_mem name 4}${top_mem mem 4} ${color #333333}${hr}${color} ${alignc}${color slate grey}MEM/SWAP ${color slate grey}MEM: ${alignr}${color}$memperc% $mem/$memmax ${alignc}${membar 3,180} ${color slate grey}SWAP: ${alignr}${color}$swapperc% $swap/$swapmax ${alignc}${swapbar 3,180} ${color #333333}${hr}${color} ${alignc}${color slate grey}Disks${color} ${color slate grey}I/O:${color}${alignr}${diskio} ${alignc}${diskiograph log 20,180} ${alignc}${color slate grey}File Systems${color} ${color slate grey}/: ${alignr}${color}${fs_free /}/${fs_size /} ${alignc}${fs_bar 3,180 /} ${color slate grey}/home: ${alignr}${color}${fs_free /home}/${fs_size /home} ${alignc}${fs_bar 3,180 /home} ${color #333333}${hr}${color} ${alignc}${color slate grey}Network ${color slate grey}eth0 ${color slate grey}IP:${color}${alignr}${addrs eth0} ${color #555555}D: ${color}${downspeed eth0}${color #AAAAAA}${alignr}U: ${color}${upspeed eth0} ${color #555555}${downspeedgraph log eth0 20,85} ${color #AAAAAA}${upspeedgraph log eth0 20,85} ${color slate grey}ath0 ${color slate grey}IP:${color}${alignr}${addrs ath0} ${color slate grey}ESSID:${color}${alignr}${wireless_essid ath0} ${color slate grey}Link:${color}${alignr}${wireless_link_qual_perc ath0}% ${color #555555}D: ${color}${downspeed ath0}${color #AAAAAA}${alignr}U: ${color}${upspeed ath0} ${color #555555}${downspeedgraph log ath0 20,85} ${color #AAAAAA}${upspeedgraph log ath0 20,85} ${color slate grey}tun0 ${color slate grey}IP:${color}${alignr}${addrs tun0} ${color #555555}D: ${color}${downspeed tun0}${color #AAAAAA}${alignr}U: ${color}${upspeed tun0} ${color #555555}${downspeedgraph log tun0 20,85} ${color #AAAAAA}${upspeedgraph log tun0 20,85}