# — Conky settings — #
background yes
update_interval 0.5

cpu_avg_samples 2
net_avg_samples 2

override_utf8_locale yes

double_buffer yes
#no_buffers yes

text_buffer_size 2048
#imlib_cache_size 0

# — Window specifications — #

#own window to run simultanious 2 or more conkys
own_window yes
own_window_argb_visual yes
own_window_type conky
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
own_window_argb_value 60
own_window_colour 444444

border_inner_margin 0
border_outer_margin 0

minimum_size 400 400
maximum_width 400

alignment top_middle
gap_x 0
gap_y 20

# — Graphics settings — #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# - Bar settings - #
default_bar_size 140 5


# — Text settings — #
use_xft yes
xftfont Peppermint:size=11
xftalpha 0.9

uppercase no

default_color 383838

TEXT
${voffset 20}$alignc${time %H : %M}
${font Continuum Medium:size=9}${voffset -2}$alignc${time %a,  %d. %b}

${alignc}${voffset -6}$acpitemp°C
${font Ubuntu Mono:size=20}
${voffset -98}${offset 260}${if_match ${cpu cpu0} <= 50}•${else}••${endif}${if_match ${cpu cpu0} >= 90}•${endif}
${voffset  -12}${offset 260}${if_match ${cpu cpu1} <= 50}•${else}••${endif}${if_match ${cpu cpu1} >= 90}•${endif}
${voffset -44}${alignr}${offset -260}${if_match ${cpu cpu2} <= 50}•${else}••${endif}${if_match ${cpu cpu2} >= 90}•${endif}
${voffset -12}${alignr}${offset -260}${if_match ${cpu cpu3} <= 50}•${else}••${endif}${if_match ${cpu cpu3} >= 90}•${endif}

${voffset -26}${offset 260}${if_match ${fs_used_perc /home} <= 50}•${else}••${endif}${if_match ${fs_used_perc /home} >= 90}•${endif}
${voffset -12}${offset 260}${if_match ${fs_used_perc} <= 50}•${else}••${endif}${if_match ${fs_used_perc} >= 90}•${endif}
${voffset -44}${alignr}${offset -260}${if_match ${swapperc} <= 50}•${else}••${endif}${if_match ${swapperc} >= 90}•${endif}
${voffset -12}${alignr}${offset -260}${if_match ${memperc} <= 50}•${else}••${endif}${if_match ${memperc} >= 90}•${endif}
${font Continuum Medium:size=9}
${voffset -52}$alignc${if_match ${battery_perc BAT1} >= 0}${battery BAT1}${endif}