From 93c2b0a3e0b0fcc803494cd170c65cf2667ca0de Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Jan 2013 19:08:36 -0200 Subject: Adding conky config --- modules/conky/weather/conkyrc | 139 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 modules/conky/weather/conkyrc (limited to 'modules/conky/weather/conkyrc') diff --git a/modules/conky/weather/conkyrc b/modules/conky/weather/conkyrc new file mode 100644 index 0000000..f788236 --- /dev/null +++ b/modules/conky/weather/conkyrc @@ -0,0 +1,139 @@ +# +# conky configuration for weather information +# + +# set to yes if you want conky to be forked in the background +background yes + +# 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 no + +# Xft font when Xft is enabled +xftfont courier-12 + +# 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 yes +own_window_type override +own_window_transparent yes +own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below + +# Use double buffering (reduces flicker, may not work for everyone) +double_buffer yes + +# 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 yes + +# set to yes if you want all text to be in uppercase +uppercase no + +# increase buffer size +text_buffer_size 400 + +# stuff after 'TEXT' will be formatted on screen + +TEXT +Weather +$stippled_hr +${execi 3600 weather-query weather} + + + +${execpi 3600 weather-query brweather --imagem8=C1 -p 10,100 -s 60x60} +${execpi 3600 weather-query brweather --imagem8=C2 -p 110,100 -s 60x60} +${execpi 3600 weather-query brweather --imagem8=C3 -p 210,100 -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'} + + +# segunda +${voffset -35}${goto 345}${execpi 3600 weather-query brweather --option=LUA2D} +# terceira +${voffset -10}${goto 425}${execpi 3600 weather-query brweather --option=LUA3D} +# quarta +${voffset -10}${goto 505}${execpi 3600 weather-query brweather --option=LUA4D} +# Segunda +${voffset 0}${goto 345}${execpi 3600 weather-query brweather --option=LUA2T} +# terceira +${voffset -10}${goto 425}${execpi 3600 weather-query brweather --option=LUA3T} +# quarta +${voffset -10}${goto 505}${execpi 3600 weather-query brweather --option=LUA4T} +# Imagem das luas +# Hoje +${execpi 3600 weather-query brweather --option=LUA1I -s 75x75 -p 405,35} +# Segunda lua +${execpi 3600 weather-query brweather --option=LUA2I -s 30x30 -p 350,115} +# Terceira lua +${execpi 3600 weather-query brweather --option=LUA3I -s 30x30 -p 420,115} +# Quarta lua +${execpi 3600 weather-query brweather --option=LUA4I -s 30x30 -p 500,115} + +${voffset -165}${goto 490}${execpi 3600 weather-query brweather --option=LUA1T} + + + + + + + + + + + -- cgit v1.2.3