-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.conky_weather
46 lines (44 loc) · 1.43 KB
/
.conky_weather
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
# this file goes in ~
background no
use_xft yes
xftfont monospace:pixelsize=11
xftalpha 1
total_run_times 0
own_window yes
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
#draw_shades no
#draw_outline no
#draw_borders no
#draw_graph_borders yes
stippled_borders 0
default_color cyan
default_shade_color black
default_outline_color white
alignment top_left
gap_x 278
gap_y 32
no_buffers yes
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
#use_spacer no
minimum_size 300 200
maximum_width 220
text_buffer_size 2048
color1 cyan
color2 DC143C
color3 FFFF00
TEXT
#leet chars: ┤┤└└┴┴┐┐││┘┘┌┌├├┬┬┼┼┴┴── ││ ▽▼△▲▵▴▾▿
┌───────────┐
┌┤ Погодко │
│└────┬──────┘
${texeci 900 python2.7 pyweath.py | head -n 7 && cp /home/wbln/.conky_weather_icons/$(python2.7 pyweath.py | grep "Condition" | awk '{print $4}').png /home/wbln/Sky.png}
│
│
▼
${image /home/wbln/Sky.png -p 20,150 -s 65x65 -n}
${voffset -40}${goto 100}Завтра
${voffset 10}${goto 135}${font Monospace:bold:pixelsize=12}${texeci 900 python2.7 pyweath.py | grep "Highs" | awk '{print $4, $5}' && cp /home/wbln/.conky_weather_icons/$(python2.7 pyweath.py | grep "Sky" | awk '{print $4}').png /home/wbln/Sky_Tomorrow.png}${font}${image /home/wbln/Sky_Tomorrow.png -p 95,155 -s 35x35 -n}