diff options
Diffstat (limited to 'conky.dot.link/weather/conkyrc')
-rw-r--r-- | conky.dot.link/weather/conkyrc | 177 |
1 files changed, 70 insertions, 107 deletions
diff --git a/conky.dot.link/weather/conkyrc b/conky.dot.link/weather/conkyrc index d0e3869..8c1ac20 100644 --- a/conky.dot.link/weather/conkyrc +++ b/conky.dot.link/weather/conkyrc @@ -1,96 +1,87 @@ conky.config = { + -- conky configuration for weather information --- conky configuration for weather information + -- Set to yes if you want conky to be forked in the background + background = true, + -- Use Xft? + use_xft = true, --- set to yes if you want conky to be forked in the background - background = true, + -- Xft font when Xft is enabled + font = 'Terminus:size=8', --- 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-*-*-*-*-*-*-* + -- Update interval in seconds + update_interval = 60.0, --- Use Xft? - use_xft = true, + -- Create own window instead of using desktop (required in nautilus) + own_window = true, + own_window_type = 'override', + own_window_transparent = true, + own_window_hints = 'sticky,skip_taskbar,skip_pager,below', + own_window_colour = '1C1C1C', --- Xft font when Xft is enabled ---xftfont courier-12 - font = 'Terminus:size=8', + -- Use double buffering (reduces flicker, may not work for everyone) + double_buffer = true, --- Text alpha when using Xft ---xftalpha 0.8 + -- Text alignment, other possible values are commented + --alignment = top_left, + --alignment = top_right, + --alignment = bottom_left, + alignment = bottom_right, --- mail spool ---mail_spool $MAIL + -- Gap between borders of screen and text + gap_x = 20, + gap_y = 30, --- Update interval in seconds - update_interval = 5.0, + -- Subtract file system buffers from used memory? + no_buffers = true, --- 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 + -- Set to yes if you want all text to be in uppercase + uppercase = false, + -- Size of buffer used for intermediary text: individual lines, $exec vars etc + text_buffer_size = 512 }; +-- Old config with brweather support +--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} +-- +-- +-- +-- +-- +-- +-- +-- +-- +-- +-- +--]]; + conky.text = [[ Weather $stippled_hr @@ -99,32 +90,4 @@ ${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} - - - - - - - - - - - ]]; |