1 # Author: Xiwen Cheng <x@cinaq.com>
5 # ~/.cweatherrc -- user config
6 # /etc/cweatherrc -- system wide config
8 # default use the defined timezone in /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
20 # Changes the locale: us, fr, uk, nl, de, etc...
26 # where to store temporary data, should be left alone
27 file=/tmp/cweather-$USER