#use as .conkyrc file
#
#
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky
own_window_colour 000000
own_window_class Conky
#
minimum_size 200 0  ### width | height
maximum_width 200
#
gap_x 20	### left | right
gap_y 45	### up | down
#
alignment top_left
#
###  End Window Settings  ###
###  Font Settings  ###
# 
use_xft yes
xftfont Liberation Mono:bold:size=9
#ftfont Liberation Sans:size=9
#
# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1
# Force UTF8? requires XFT 
override_utf8_locale yes
#
uppercase no
#
###  End Font Settings  ###
###  Colour Settings  ###
#
draw_shades no #yes
default_shade_color 000000
#
draw_outline no # amplifies text if yes
default_outline_color 000000
#
default_color  1D0EBA #Electric blue
#
# Colours below to match top row of colours in terminator terminal
#
#Red       #CC0000  
#Green     #4E9A06
#Yellow    #C4A000
#Blue      #3465A4 
#Purple    #75507B
#Turquoise #06989A
#Off-White #D3D7CF
#
####  End Colour Settings  ###
###  Borders Section  ###
#
draw_borders no
# Stippled borders?
stippled_borders 5
# border margins
border_inner_margin 5
border_outer_margin 0
# border width
border_width 2
# graph borders
draw_graph_borders yes #no
#default_graph_size 15 40
###  End Borders Section  ###
###  Miscellaneous Section  ###
# Boolean value, if true, Conky will be forked to background when started.
background yes
#
# Adds spaces around certain objects to stop them from moving other things
# around, this only helps if you are using a mono font
# Options: right, left or none
use_spacer none

# Default and Minimum size is 256 - needs more for single commands that
# "call" a lot of text IE: bash scripts
text_buffer_size 6144

# Subtract (file system) buffers from used memory?
no_buffers yes

# change GiB to G and MiB to M
short_units yes


# Use the Xdbe extension? (eliminates flicker)
# It is highly recommended to use own window with this one
# so double buffer won't be so big.
double_buffer yes

#   Maximum size of user text buffer, i.e. layout below TEXT line in config file
#  (default is 16384 bytes)
# max_user_text 16384

# Desired output unit of all objects displaying a temperature. Parameters are
# either "fahrenheit" or "celsius". The default unit is degree Celsius.
# temperature_unit fahrenheit

###  End Miscellaneous Section  ###
#### ${font Liberation Mono:bold:size=10}${alignc}${execpi 600 $HOME/.config/conky/scripts/bunsenweather.sh}
update_interval 1

TEXT
${color}${alignc}S Y S T E M    I N F O

${hr}
Host:${alignr}${nodename}
Uptime:${alignr}${uptime}
UTC:${alignr}${utime %H:%M}

${goto 60}Used${alignr}Size
Home${goto 60}${fs_used /home}${alignr}${fs_size /home}

${goto 60}MEM${alignr}MAX
RAM${goto 60}${mem}${alignr}${memmax}
Swap${goto 60}${swap}${alignr}${swapmax}

CPU:${goto 60}Used${alignr}GHz
Avg${goto 60}${if_match ${cpu cpu0}<10}  ${cpu cpu0}\
${else}${if_match ${cpu cpu0}<100} ${cpu cpu0}\
${else}${cpu cpu0}${endif}${endif}%${alignr}${freq_g}

NETWORK ${hr 2}

IP address: $alignr ${addr wlan0}
ESSID: $alignr ${wireless_ssid wlan0}
Connection quality: $alignr ${wireless_link_qual_perc wlan0}%
${downspeedgraph wlan0}
Down:${downspeed wlan0} kb/s $alignr total: ${totaldown wlan0}
${upspeedgraph wlan0}
Up:${upspeed wlan0} kb/s $alignr total: ${totalup wlan0}
