# Use Xft?
use_xft yes
xftfont Freesans:pixelsize=9
xftalpha 0.8
text_buffer_size 2048
background no
# Update interval in seconds
update_interval 1
xftalpha 0.8
own_window_argb_visual yes
# 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 no
own_window_type conky
own_window_hints undecorated,below,skip_taskbar,skip_pager

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

# Draw shades?
draw_shades yes

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border width
border_width 1

# Default colors and also border colors
# default_color white
# own_window_colour white
default_shade_color black

# 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

alignment top_middle
gap_x 0
gap_y 20
minimum_size 280 150
maximum_width 350

default_color ECECEC
color1 DA7132
color2 D5CECE
color3 d82f2f
#color2 D5CECE
#color1 1E1E1E
#color2 868686

own_window_argb_value 0
own_window_colour 000000
TEXT
${voffset 8}${font Pricedown:size=60}${color1}${time %H:%M %p}${font}${voffset -}
  ${voffset 8}${font Roboto-Light:size=16}${color2}${time %A} ${time %e} ${time %B}${font}${voffset -8}
  ${voffset 8}${font Roboto-Light:size=9.5}${color3}MEM   ${color} $mem/$memmax   ${color3}HDD   ${color} ${fs_free /}/${fs_size /}${font}${voffset -8}
  ${voffset 8}${font Roboto-Light:size=9.5}${color3}KERNEL   ${color} $kernel${font}${voffset -8}
  ${voffset 8}${font Roboto-Light:size=9.5}${color3}CPU   ${color} $freq_g GHz   $cpu%   ${if_up wlan0}${font Roboto-Light:size=9.5}${color3}WIFI   ${color}${wireless_link_qual wlan0}${font}%${voffset -6}${endif}  ${if_up eth0}${font Roboto-Light:size=9.5}${color3}WLAN   ${color}${downspeed eth0}/sec${endif}
