summaryrefslogtreecommitdiff
path: root/lib/HomePanel/Render.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/HomePanel/Render.pm')
-rw-r--r--lib/HomePanel/Render.pm20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/HomePanel/Render.pm b/lib/HomePanel/Render.pm
index 34a220b..d61bfae 100644
--- a/lib/HomePanel/Render.pm
+++ b/lib/HomePanel/Render.pm
@@ -37,16 +37,16 @@ has template_file => (
{
my %icon_for=(
- 'clear-day' => '2',
- 'clear-night' => '3',
- rain => '18',
- snow => '23',
- sleet => '24',
- wind => '6',
- fog => '13',
- cloudy => '14',
- 'partly-cloudy-day' => '8',
- 'partly-cloudy-night' => '9',
+ 'clear-day' => 'sun-day',
+ 'clear-night' => 'sun-night',
+ rain => 'rain',
+ snow => 'snow',
+ sleet => 'sleet',
+ wind => 'wind',
+ fog => 'fog',
+ cloudy => 'cloudy',
+ 'partly-cloudy-day' => 'cloud-day',
+ 'partly-cloudy-night' => 'cloud-night',
);
sub icon_for {
my ($status) = @_;