conky.config = { -- conky configuration for weather information -- set to yes if you want conky to be forked in the background background = true, -- X font when Xft is disabled, you can pick one with program xfontsel --font 5x7 --font 6x10 --font 7x13 --font 8x13 --font 9x15 --font *mintsmild.se* --font -*-*-*-*-*-*-34-*-*-*-*-*-*-* -- Use Xft? use_xft = true, -- Xft font when Xft is enabled --xftfont courier-12 font = 'Terminus:size=8', -- Text alpha when using Xft --xftalpha 0.8 -- mail spool --mail_spool $MAIL -- Update interval in seconds update_interval = 5.0, -- Create own window instead of using desktop (required in nautilus) own_window = true, own_window_type = 'override', own_window_transparent = true, own_window_hints = 'undecorate,sticky,skip_taskbar,skip_pager,below', -- Use double buffering (reduces flicker, may not work for everyone) double_buffer = true, -- Minimum size of text area --minimum_size 280 5 -- Draw shades? --draw_shades yes -- Draw outlines? --draw_outline no -- Draw borders around text --draw_borders yes -- Stippled borders? --stippled_borders 8 -- border margins --border_margin 4 -- border width --border_width 1 -- Default colors and also border colors --default_color white --default_shade_color black --default_outline_color black -- Text alignment, other possible values are commented alignment = 'top_left', --alignment top_right --alignment bottom_left --alignment bottom_right -- Gap between borders of screen and text --gap_x 30 --gap_y 25 gap_x = 20, gap_y = 30, -- Subtract file system buffers from used memory? no_buffers = true, -- set to yes if you want all text to be in uppercase uppercase = false, -- increase buffer size text_buffer_size = 400, -- stuff after 'TEXT' will be formatted on screen }; conky.text = [[ Weather $stippled_hr ${execi 3600 weather-query weather} ${execpi 3600 weather-query brweather --imagem4=C1 -p 10,110 -s 60x60} ${execpi 3600 weather-query brweather --imagem4=C2 -p 110,110 -s 60x60} ${execpi 3600 weather-query brweather --imagem4=C3 -p 210,110 -s 60x60} ${execi 3600 weather-query brweather --option=Day1 | sed -e 's/á/a/g'}: ${execi 3600 weather-query brweather --option=LT1 | sed -e 's/°/C/g'}/${execi 3600 weather-query brweather --option=HT1 | sed -e 's/°/C/g'} ${goto 100} ${execi 3600 weather-query brweather --option=Day2 | sed -e 's/á/a/g'}: ${execi 3600 weather-query brweather --option=LT2 | sed -e 's/°/C/g'}/${execi 3600 weather-query brweather --option=HT2 | sed -e 's/°/C/g'} ${goto 200} ${execi 3600 weather-query brweather --option=Day3 | sed -e 's/á/a/g'}: ${execi 3600 weather-query brweather --option=LT3 | sed -e 's/°/C/g'}/${execi 3600 weather-query brweather --option=HT3 | sed -e 's/°/C/g'} ${voffset -35}${goto 345}${execpi 3600 weather-query brweather --option=LUA2D} ${voffset -10}${goto 425}${execpi 3600 weather-query brweather --option=LUA3D} ${voffset -10}${goto 505}${execpi 3600 weather-query brweather --option=LUA4D} ${voffset 0}${goto 345}${execpi 3600 weather-query brweather --option=LUA2T} ${voffset -10}${goto 425}${execpi 3600 weather-query brweather --option=LUA3T} ${voffset -10}${goto 505}${execpi 3600 weather-query brweather --option=LUA4T} ${execpi 3600 weather-query brweather --option=LUA1I -s 75x75 -p 405,50} ${execpi 3600 weather-query brweather --option=LUA2I -s 30x30 -p 350,130} ${execpi 3600 weather-query brweather --option=LUA3I -s 30x30 -p 420,130} ${execpi 3600 weather-query brweather --option=LUA4I -s 30x30 -p 500,130} ${voffset -165}${goto 490}${execpi 3600 weather-query brweather --option=LUA1T} ]];