# set to yes if you want Conky to be forked in the background background yes # Use Xft? use_xft yes #override_utf8_locale yes # Xft font when Xft is enabled xftfont Bitstream Vera Sans Mono:size=8 # Text alpha when using Xft xftalpha 0.8 # Update interval in seconds update_interval 1 # 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 no # If own_window is yes, you may use type normal, desktop or override own_window_type normal # Use pseudo transparency with own_window? own_window_transparent yes # If own_window_transparent is set to no, you can set the background colour here own_window_colour hotpink # If own_window is yes, these window manager hints may be used #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 0 0 # Draw shades? draw_shades yes # Draw outlines? draw_outline no # Draw borders around text draw_borders no # Draw borders around graphs draw_graph_borders yes # Stippled borders? stippled_borders 8 # border margins border_margin 4 # border width border_width 1 # Default colors and also border colors default_color white default_shade_color black default_outline_color black # Text alignment, other possible values are commented #alignment top_left alignment top_right #alignment bottom_left #alignment bottom_right #alignment none # Gap between borders of screen and text # same thing as passing -x at command line gap_x 20 gap_y 60 # 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 no # Add spaces to keep things from moving about? This only affects certain objects. #use_spacer left # Allow each port monitor to track at most this many connections (if 0 or not set, default is 256) #max_port_monitor_connections 256 # Maximum number of special things, e.g. fonts, offsets, aligns, etc. #max_specials 512 # Maximum size of buffer for user text, i.e. below TEXT line. #max_user_text 16384 # 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 #${color #7eade7}GMAIL${color #d2d2d2}|${color #d2d2d2}Inbox ${color #FF0000}${texeci 180 perl ~/stuff/scripts/gmail.pl n} #${color #7eade7}SWAP ${color #CCCCCC}$swapperc% ${color #d2d2d2}${swapbar} # stuff after 'TEXT' will be formatted on screen TEXT ${color #7eade7}System: ${color #dddddd}$nodename linux ${color #d2d2d2}$sysname $kernel ${color #d2d2d2}Uptime: $uptime ${color #d2d2d2}${time %b - %a - %d} ${color #7eade7}${time %k:%M:%S} ${color #7eade7}Battery: ${color #BBBBBB}${battery} ${color #7eade7}CPU Temperature: ${color #BBBBBB}${acpitemp}ºC ${color #7eade7}cpu1 ${color #BBBBBB}${cpu cpu1}%${color #d2d2d2} ${cpubar cpu1} ${color #7eade7}cpu2 ${color #BBBBBB}${cpu cpu2}%${color #d2d2d2} ${cpubar cpu2} ${color #7eade7}RAM ${color #CCCCCC}$memperc% ${color #d2d2d2}${membar} ${color #BBBBBB}$mem/$memmax ${color #7eade7}HDD ${color #d2d2d2}${fs_used_perc /}% ${color #d2d2d2}${fs_bar} ${color #BBBBBB}${color #CCCCCC}${fs_used /}/${color #CCCCCC}${fs_size /} ${color #7eade7}Wireless: ${color #BBBBBB}(wlan0) ${color #d2d2d2}Down: ${color #d9d734}${downspeed wlan0}Kb/s ${color #d2d2d2}Up: ${color #d9d734}${upspeed wlan0}Kb/s ${color #d2d2d2}DL: ${color #d9d734}${totaldown wlan0}${color #d2d2d2} UP: ${color #d9d734}${totalup wlan0} ${color #7eade7}Process: ${color #7eade7}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}${top name 4}${top pid 4} ${top cpu 4} ${top mem 4} ${color #7eade7}Mem usage ${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 lightgrey}${top_mem name 4}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}