# -- Conky settings -- #
background yes
update_interval 1

double_buffer yes
no_buffers yes

own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,sticky,skip_taskbar,skip_pager,below
own_window_argb_visual yes

minimum_size 5 5
maximum_width 5
	
alignment bottom_middle
gap_x 0
gap_y 0

TEXT
${if_match ${exec echo $(($(date -d 'tomorrow 00:00:00' +%s) - $(date +%s)))} == 86385}${exec ~/conky/meteo_english/meteo_english_refresh_data.sh}${else}${execpi 1800 ~/conky/meteo_english/choice.sh}${endif}

