summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-16 11:02:35 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-16 11:03:08 -0400
commitfd4587ada83ea97b0b78196b75971b0800232f9f (patch)
treed79b7880d928ad6d78585a3e3d1c6fea5d1c5986 /bin
parentb429e90cf4bd9c7ab336d815ff0603505acda736 (diff)
downloadconf-fd4587ada83ea97b0b78196b75971b0800232f9f.tar.gz
conf-fd4587ada83ea97b0b78196b75971b0800232f9f.zip
another weather condition
Diffstat (limited to 'bin')
-rwxr-xr-xbin/weather1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/weather b/bin/weather
index b5fe67c..ad903ad 100755
--- a/bin/weather
+++ b/bin/weather
@@ -14,6 +14,7 @@ chomp(my $api_key = file("$ENV{HOME}/.wunderground")->slurp);
my %weather_pics = (
'Thunderstorm' => "\x{26a1}",
'Rain' => "\x{2614}",
+ 'Light Rain' => "\x{2614}",
'Partly Cloudy' => "\x{2601}",
'Mostly Cloudy' => "\x{2601}",
'Scattered Clouds' => "\x{2601}",