aboutsummaryrefslogtreecommitdiff
path: root/conky.dot.link/weather/conkyrc
blob: d0e3869a15c2b178a4d570db9100a4da2875f0c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
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}











]];