# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
text_buffer_size 2048

# 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 yes
own_window_transparent yes
own_window_type normal
#own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

background yes

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
#double_buffer no

# Minimum size of text area
minimum_size 800 30
maximum_width 1100

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 5

# border width
border_width 1

# Default colors and also border colors
default_color white
#default_shade_color black
#default_outline_color white
own_window_colour 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 5
#gap_y 50
gap_y 150

# 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.
use_spacer none

TEXT
SYSTEM  |  ${color d0c900}CPU1:${color} ${cpu cpu1}% ${cpubar cpu1 8,60}  ${color 5b5b5b}|${color}  ${color d0c900}CPU2:${color} ${cpu cpu2}% ${cpubar cpu2 8,60}  ${color 5b5b5b}|${color}  ${color d0c900}RAM:${color} $memperc% ${membar 8,60}  ${color 5b5b5b}|${color}  ${color d0c900}SWAP:${color} $swapperc% ${swapbar 8,60}  ${color 5b5b5b}|${color}  ${color d0c900}Battery:${color} ${battery_percent BAT0}% ${battery_bar 8,60 BAT0}  ${color 5b5b5b}|${color}  ${color d0c900}Uptime:${color} ${uptime} 
${voffset 3}
HDD  |  ${color d0c900}Root:${color} ${fs_free /} / ${fs_size /} ${fs_bar 8,60 /}  ${color 5b5b5b}|${color}  ${color d0c900}/mnt/OS:${color} ${fs_free /mnt/OS} / ${fs_size /mnt/OS} ${fs_bar 8,60 /mnt/OS} 
${voffset 3}
NETWORK  |  ${if_existing /proc/net/route eth0}${color d0c900}Up:${color} ${upspeed eth0} kb/s ${upspeedgraph eth0 8,60 F57900 FCAF3E}  ${color 5b5b5b}|${color}  ${color d0c900}Down:${color} ${downspeed eth0} kb/s ${downspeedgraph eth0 8,60 F57900 FCAF3E}  ${color 5b5b5b}|${color}  ${color d0c900}Upload:${color} ${totalup eth0}  ${color 5b5b5b}|${color}  ${color d0c900}Download:${color} ${totaldown eth0}  ${color 5b5b5b}|${color}  ${color d0c900}Local Ip:${color} ${addr eth0}  ${color 5b5b5b}|${color}  ${color d0c900}Public Ip:${color} ${execi 1 ~/.scripts/ip.sh}  ${color 5b5b5b}|${color}  ${color d0c900}Gmail:${color} ${font DejaVu Sans:style=Bold:size=8}${execi 600 conkyEmail --servertype=IMAP --servername=imap.googlemail.com --username=<your_username> --password=<your_password> --ssl}${font} New email(s) ${else}Not available${endif}
