summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-11-21 13:40:29 -0500
committerJesse Luehrs <doy@tozt.net>2013-12-11 17:14:29 -0500
commit7c07c6e0770b7daebc49796afb29aa96a600bab1 (patch)
tree427c5adfe6c25545500c4f51dbb351d626e54862 /bin
parentc1756fb01dd0857075659956fe85edbc71877e16 (diff)
downloadconf-7c07c6e0770b7daebc49796afb29aa96a600bab1.tar.gz
conf-7c07c6e0770b7daebc49796afb29aa96a600bab1.zip
couple more weather conditions
Diffstat (limited to 'bin')
-rwxr-xr-xbin/weather3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/weather b/bin/weather
index 33b058a..22a6137 100755
--- a/bin/weather
+++ b/bin/weather
@@ -15,11 +15,14 @@ my %weather_pics = (
'Thunderstorm' => "\x{26a1}",
'Rain' => "\x{2614}",
'Light Rain' => "\x{2614}",
+ 'Light Drizzle' => "\x{2614}",
'Partly Cloudy' => "\x{2601}",
'Mostly Cloudy' => "\x{2601}",
'Scattered Clouds' => "\x{2601}",
'Overcast' => "\x{2601}",
+ 'Fog' => "\x{2601}",
'Clear' => "\x{2600}",
+ 'Light Snow' => "\x{2744}",
);
my $wu = WWW::Wunderground::API->new(