summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-01-02 04:37:20 -0500
committerJesse Luehrs <doy@tozt.net>2014-01-02 04:38:41 -0500
commit5123c7beeaa275b542444974a4b3559a73d1dd53 (patch)
tree850834a0844b4e8512aa173a844d5d8d7f6b547d
parent27e00e062a7310cd9d5f669aed92149cffe988bf (diff)
downloadconf-5123c7beeaa275b542444974a4b3559a73d1dd53.tar.gz
conf-5123c7beeaa275b542444974a4b3559a73d1dd53.zip
another weather symbol
-rwxr-xr-xbin/weather1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/weather b/bin/weather
index 22a6137..9edb704 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}",
+ 'Heavy Rain' => "\x{2614}",
'Light Rain' => "\x{2614}",
'Light Drizzle' => "\x{2614}",
'Partly Cloudy' => "\x{2601}",