updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / cweather / cweatherrc
blobc8c7f1ed8de13b45aa8d93a5b4eed9582cc4f74e
1 # Author: Xiwen Cheng <x@cinaq.com>
2 # file: cweatherrc
4 # Config precedence:
5 # ~/.cweatherrc -- user config
6 # /etc/cweatherrc -- system wide config
8 # default use the defined timezone in /etc/rc.conf
9 . /etc/rc.conf
10 city=`echo $TIMEZONE | awk -F '/' '{print $2}'`
12 # tip: comment out line 9+10 if you define city manually
13 # If the location is USA based, you can also set city equal to your zipcode
14 # examples:
15 #city="the+hague"
16 #city="st+petersburg"
17 #city="vancouver"
20 # Changes the locale: us, fr, uk, nl, de, etc...
21 locale="us"
23 # metric: C or F
24 metric=C
26 # where to store temporary data, should be left alone
27 file=/tmp/cweather-$USER