#-------------------------------#
# SimpleC-One Conky-------------#
# A simple custom conky theme---#
# Weather Widget ---------------#
# by luizfnunes-----------------#
# http://github.com/luizfnunes -#
# ------------------------------#
# Customize colors:-------------#
# color1 - text color ----------#
# color2 - icons color ---------#
# color3 - graphs color --------#
#-------------------------------#

#Text Color
color1 67809F
#Icons Color
color2 AAA69D
#Graph Color
color3 BFBFBF

update_interval 1
double_buffer yes
no_buffers yes
imlib_cache_size 10
own_window true
own_window_type ovveride
own_window_hints undecorated,sticky,skip_taskbar,skip_pager,below
own_window_colour 000000
own_window_argb_visual yes
own_window_argb_value 255
own_window_transparent yes
minimum_size 330 190
background yes
border_inner_margin 0
border_outer_margin 0
alignment top_left
gap_x 0
gap_y 0
use_xft yes
xftfont Roboto Condensed:size=12
text_buffer_size 256
draw_shades yes
override_utf8_locale yes
draw_graph_borders no
default_color FFFFFF

TEXT
#CLOCK
$color1
${goto 60}$color2${font LineAwesomeMod :size=50}$color1 ${font Roboto Condensed:size=50}${exec date +%H:%M} $font${exec date +%S}

${goto 30}$color2${font LineAwesomeMod :size=50} $color1$font
${voffset 300}
#WEATHER
# $color1${execi 3600 ~/.conky/SimplecOne/weather.py}
# ${goto 20}${color2}${font LineAwesomeMod :size=15}V $color1$font${execi 60 cat ~/.cache/weather.txt | grep city | cut -d">" -f2} - ${execi 60 cat ~/.cache/weather.txt | grep country | cut -d">" -f2}
# ${voffset 0}${goto 20}${color2}${font LineAwesomeMod :size=50}O $color1${font Roboto Condensed:size=50}${execi 60 cat ~/.cache/weather.txt | grep temp | cut -d">" -f2}º$color1 $font
# ${goto 20}${color2}${font LineAwesomeMod :size=15}O $color1$font ${execi 60 cat ~/.cache/weather.txt | grep description | cut -d">" -f2}
# ${goto 20}${color2}${font LineAwesomeMod :size=15}) $color1$font Min: ${execi 60 cat ~/.cache/weather.txt | grep min | cut -d">" -f2}º  
# ${voffset -20}${alignr -89}${color2}${font LineAwesomeMod :size=15}( $color1$font Max: ${execi 60 cat ~/.cache/weather.txt | grep max | cut -d">" -f2}º
# ${goto 20}${color2}${font LineAwesomeMod :size=15}! $color1$font Humidity: ${execi 60 cat ~/.cache/weather.txt | grep humidity | cut -d">" -f2}% 
# ${voffset -20}${alignr -164}${color2}${font LineAwesomeMod :size=15}o $color1$font Winds: ${execi 60 cat ~/.cache/weather.txt | grep wind | cut -d">" -f2} m/s
# ${goto 20}${color2}${font LineAwesomeMod :size=15}u $color1$font Pressure: ${execi 60 cat ~/.cache/weather.txt | grep pressure | cut -d">" -f2} hPa
# ${goto 20}${color2}${font LineAwesomeMod :size=15}p $color1$font Last Update: ${execi 60 cat ~/.cache/weather.txt | grep update | cut -d">" -f2}
#DEVICE GRAPH
$color1
${goto 20}$color2${font LineAwesomeMod :size=14}g$color1 $font CPU ${alignr 30}${cpu}%
${alignr 30}$color3${cpugraph 30,270 -l}$color
${goto 20}$color2${font LineAwesomeMod :size=14}C$color1 $font Disk I/O ${alignr 30}${diskio}
${alignr 30}$color3${diskiograph 30,270 -l}$color
${goto 20}$color2${font LineAwesomeMod :size=14}p$color1 $font Load Average(1min) ${alignr 30}${loadavg 1}
${alignr 30}$color3${loadgraph 30,270 -l}$color
${goto 20}$color2${font LineAwesomeMod :size=14}-$color1 $font Memory ${alignr 30}${mem} - ${memperc}%
${alignr 30}$color3${memgraph 30,270 -l}$color1
