From 7fb70a9926c8fe809a37fcb59af9f4ec3a3dee6b Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Oct 24 2022 10:25:36 +0000 Subject: Add new needles to cope with new weather conditions on weather tests. --- diff --git a/needles/gnome/apps/weather/weather_icon_current_cloudmoon.json b/needles/gnome/apps/weather/weather_icon_current_cloudmoon.json new file mode 100644 index 0000000..bab1584 --- /dev/null +++ b/needles/gnome/apps/weather/weather_icon_current_cloudmoon.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "type": "match", + "width": 86, + "xpos": 27, + "ypos": 100, + "height": 86 + } + ], + "properties": [], + "tags": [ + "weather_icon_current" + ] +} \ No newline at end of file diff --git a/needles/gnome/apps/weather/weather_icon_current_cloudmoon.png b/needles/gnome/apps/weather/weather_icon_current_cloudmoon.png new file mode 100644 index 0000000..34aa4c0 Binary files /dev/null and b/needles/gnome/apps/weather/weather_icon_current_cloudmoon.png differ diff --git a/needles/gnome/apps/weather/weather_icon_current_mist-20221023.json b/needles/gnome/apps/weather/weather_icon_current_mist-20221023.json new file mode 100644 index 0000000..bd782ca --- /dev/null +++ b/needles/gnome/apps/weather/weather_icon_current_mist-20221023.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "type": "match", + "width": 86, + "xpos": 25, + "ypos": 103, + "height": 86 + } + ], + "properties": [], + "tags": [ + "weather_icon_current" + ] +} \ No newline at end of file diff --git a/needles/gnome/apps/weather/weather_icon_current_mist-20221023.png b/needles/gnome/apps/weather/weather_icon_current_mist-20221023.png new file mode 100644 index 0000000..7ae65d5 Binary files /dev/null and b/needles/gnome/apps/weather/weather_icon_current_mist-20221023.png differ