-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ansiweatherrc
41 lines (38 loc) · 891 Bytes
/
.ansiweatherrc
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
# .ansiweatherrc example showing all available options
# api_key:85a4e3c55b73909f42c6a23ec35b7147
fetch_cmd:curl -sf
location:Gainesville,US
units:imperial
forecast:3
ansi:true
symbols:true
show_wind:true
show_humidity:true
show_pressure:true
show_daylight:true
dateformat:%a %b %d
timeformat:%b %d %r
# Text and Colors
background:\033[44m
text:\033[36;1m
data:\033[33;1m
delimiter:\033[35m=>
dashes:\033[34m-
forecast_text:forecast
greeting_text:Weather in
humidity_text:Humidity
pressure_text:Pressure
sunrise_text:Sunrise
sunset_text:Sunset
wind_directions:N NNE NE ENE E ESE SE SSE S SSW SW WSW W WNW NW NNW
wind_text:Wind
# Icons
sun:\033[33;1m\xe2\x98\x80
moon:\033[36m\xe2\x98\xbd
clouds:\033[37;1m\xe2\x98\x81
rain:\033[37;1m\xe2\x98\x94
fog:\033[37;1m\xe2\x96\x92
mist:\033[34m\xe2\x96\x91
haze:\033[33m\xe2\x96\x91
snow:\033[37;1m\xe2\x9d\x84
thunderstorm:\033[33;1m\xe2\x9a\xa1