From bcbde507eb857a67a25fe415a133fd7e639a6bdf Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sun, 12 Jul 2020 17:36:28 -0400 Subject: [weather] fix #161 + redesign with breaking change --- .../icons/VitalyGorbachev/broken-clouds-night.svg | 1 + weather-widget/icons/VitalyGorbachev/broken-clouds.svg | 1 + weather-widget/icons/VitalyGorbachev/clear-sky-night.svg | 1 + weather-widget/icons/VitalyGorbachev/clear-sky.svg | 1 + .../icons/VitalyGorbachev/few-clouds-night.svg | 1 + weather-widget/icons/VitalyGorbachev/few-clouds.svg | 1 + weather-widget/icons/VitalyGorbachev/mist-night.svg | 1 + weather-widget/icons/VitalyGorbachev/mist.svg | 1 + weather-widget/icons/VitalyGorbachev/rain-night.svg | 1 + weather-widget/icons/VitalyGorbachev/rain.svg | 1 + .../icons/VitalyGorbachev/scattered-clouds-night.svg | 1 + .../icons/VitalyGorbachev/scattered-clouds.svg | 1 + .../icons/VitalyGorbachev/shower-rain-night.svg | 1 + weather-widget/icons/VitalyGorbachev/shower-rain.svg | 1 + weather-widget/icons/VitalyGorbachev/snow-night.svg | 1 + weather-widget/icons/VitalyGorbachev/snow.svg | 1 + .../icons/VitalyGorbachev/thunderstorm-night.svg | 1 + weather-widget/icons/VitalyGorbachev/thunderstorm.svg | 1 + .../weather-underground-icons/broken-clouds-night.png | Bin 0 -> 4101 bytes .../icons/weather-underground-icons/broken-clouds.png | Bin 0 -> 1600 bytes .../icons/weather-underground-icons/clear-sky-night.png | Bin 0 -> 4338 bytes .../icons/weather-underground-icons/clear-sky.png | Bin 0 -> 1029 bytes .../icons/weather-underground-icons/few-clouds-night.png | Bin 0 -> 4511 bytes .../icons/weather-underground-icons/few-clouds.png | Bin 0 -> 1634 bytes .../icons/weather-underground-icons/mist-night.png | Bin 0 -> 1042 bytes weather-widget/icons/weather-underground-icons/mist.png | Bin 0 -> 1042 bytes .../icons/weather-underground-icons/rain-night.png | Bin 0 -> 1728 bytes weather-widget/icons/weather-underground-icons/rain.png | Bin 0 -> 1728 bytes .../weather-underground-icons/scattered-clouds-night.png | Bin 0 -> 1044 bytes .../icons/weather-underground-icons/scattered-clouds.png | Bin 0 -> 1044 bytes .../weather-underground-icons/shower-rain-night.png | Bin 0 -> 1728 bytes .../icons/weather-underground-icons/shower-rain.png | Bin 0 -> 1728 bytes .../icons/weather-underground-icons/snow-night.png | Bin 0 -> 1191 bytes weather-widget/icons/weather-underground-icons/snow.png | Bin 0 -> 1191 bytes .../weather-underground-icons/thunderstorm-night.png | Bin 0 -> 2052 bytes .../icons/weather-underground-icons/thunderstorm.png | Bin 0 -> 2052 bytes 36 files changed, 18 insertions(+) create mode 100644 weather-widget/icons/VitalyGorbachev/broken-clouds-night.svg create mode 100644 weather-widget/icons/VitalyGorbachev/broken-clouds.svg create mode 100644 weather-widget/icons/VitalyGorbachev/clear-sky-night.svg create mode 100644 weather-widget/icons/VitalyGorbachev/clear-sky.svg create mode 100644 weather-widget/icons/VitalyGorbachev/few-clouds-night.svg create mode 100644 weather-widget/icons/VitalyGorbachev/few-clouds.svg create mode 100644 weather-widget/icons/VitalyGorbachev/mist-night.svg create mode 100644 weather-widget/icons/VitalyGorbachev/mist.svg create mode 100644 weather-widget/icons/VitalyGorbachev/rain-night.svg create mode 100644 weather-widget/icons/VitalyGorbachev/rain.svg create mode 100644 weather-widget/icons/VitalyGorbachev/scattered-clouds-night.svg create mode 100644 weather-widget/icons/VitalyGorbachev/scattered-clouds.svg create mode 100644 weather-widget/icons/VitalyGorbachev/shower-rain-night.svg create mode 100644 weather-widget/icons/VitalyGorbachev/shower-rain.svg create mode 100644 weather-widget/icons/VitalyGorbachev/snow-night.svg create mode 100644 weather-widget/icons/VitalyGorbachev/snow.svg create mode 100644 weather-widget/icons/VitalyGorbachev/thunderstorm-night.svg create mode 100644 weather-widget/icons/VitalyGorbachev/thunderstorm.svg create mode 100644 weather-widget/icons/weather-underground-icons/broken-clouds-night.png create mode 100755 weather-widget/icons/weather-underground-icons/broken-clouds.png create mode 100644 weather-widget/icons/weather-underground-icons/clear-sky-night.png create mode 100755 weather-widget/icons/weather-underground-icons/clear-sky.png create mode 100644 weather-widget/icons/weather-underground-icons/few-clouds-night.png create mode 100755 weather-widget/icons/weather-underground-icons/few-clouds.png create mode 100755 weather-widget/icons/weather-underground-icons/mist-night.png create mode 100755 weather-widget/icons/weather-underground-icons/mist.png create mode 100755 weather-widget/icons/weather-underground-icons/rain-night.png create mode 100755 weather-widget/icons/weather-underground-icons/rain.png create mode 100755 weather-widget/icons/weather-underground-icons/scattered-clouds-night.png create mode 100755 weather-widget/icons/weather-underground-icons/scattered-clouds.png create mode 100755 weather-widget/icons/weather-underground-icons/shower-rain-night.png create mode 100755 weather-widget/icons/weather-underground-icons/shower-rain.png create mode 100755 weather-widget/icons/weather-underground-icons/snow-night.png create mode 100755 weather-widget/icons/weather-underground-icons/snow.png create mode 100755 weather-widget/icons/weather-underground-icons/thunderstorm-night.png create mode 100755 weather-widget/icons/weather-underground-icons/thunderstorm.png (limited to 'weather-widget/icons') diff --git a/weather-widget/icons/VitalyGorbachev/broken-clouds-night.svg b/weather-widget/icons/VitalyGorbachev/broken-clouds-night.svg new file mode 100644 index 0000000..8b7fc48 --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/broken-clouds-night.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/broken-clouds.svg b/weather-widget/icons/VitalyGorbachev/broken-clouds.svg new file mode 100644 index 0000000..d42ea59 --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/broken-clouds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/clear-sky-night.svg b/weather-widget/icons/VitalyGorbachev/clear-sky-night.svg new file mode 100644 index 0000000..44f096c --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/clear-sky-night.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/clear-sky.svg b/weather-widget/icons/VitalyGorbachev/clear-sky.svg new file mode 100644 index 0000000..dc82163 --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/clear-sky.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/few-clouds-night.svg b/weather-widget/icons/VitalyGorbachev/few-clouds-night.svg new file mode 100644 index 0000000..8b7fc48 --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/few-clouds-night.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/few-clouds.svg b/weather-widget/icons/VitalyGorbachev/few-clouds.svg new file mode 100644 index 0000000..d42ea59 --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/few-clouds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/mist-night.svg b/weather-widget/icons/VitalyGorbachev/mist-night.svg new file mode 100644 index 0000000..960b07d --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/mist-night.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/mist.svg b/weather-widget/icons/VitalyGorbachev/mist.svg new file mode 100644 index 0000000..770f8d7 --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/mist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/rain-night.svg b/weather-widget/icons/VitalyGorbachev/rain-night.svg new file mode 100644 index 0000000..11ecf00 --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/rain-night.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/rain.svg b/weather-widget/icons/VitalyGorbachev/rain.svg new file mode 100644 index 0000000..11ecf00 --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/scattered-clouds-night.svg b/weather-widget/icons/VitalyGorbachev/scattered-clouds-night.svg new file mode 100644 index 0000000..8b7fc48 --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/scattered-clouds-night.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/scattered-clouds.svg b/weather-widget/icons/VitalyGorbachev/scattered-clouds.svg new file mode 100644 index 0000000..d42ea59 --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/scattered-clouds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/shower-rain-night.svg b/weather-widget/icons/VitalyGorbachev/shower-rain-night.svg new file mode 100644 index 0000000..4d1897c --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/shower-rain-night.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/shower-rain.svg b/weather-widget/icons/VitalyGorbachev/shower-rain.svg new file mode 100644 index 0000000..4d1897c --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/shower-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/snow-night.svg b/weather-widget/icons/VitalyGorbachev/snow-night.svg new file mode 100644 index 0000000..bee891e --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/snow-night.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/snow.svg b/weather-widget/icons/VitalyGorbachev/snow.svg new file mode 100644 index 0000000..e2ea140 --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/snow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/thunderstorm-night.svg b/weather-widget/icons/VitalyGorbachev/thunderstorm-night.svg new file mode 100644 index 0000000..1813197 --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/thunderstorm-night.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/VitalyGorbachev/thunderstorm.svg b/weather-widget/icons/VitalyGorbachev/thunderstorm.svg new file mode 100644 index 0000000..44a733c --- /dev/null +++ b/weather-widget/icons/VitalyGorbachev/thunderstorm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/weather-widget/icons/weather-underground-icons/broken-clouds-night.png b/weather-widget/icons/weather-underground-icons/broken-clouds-night.png new file mode 100644 index 0000000..061d1cd Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/broken-clouds-night.png differ diff --git a/weather-widget/icons/weather-underground-icons/broken-clouds.png b/weather-widget/icons/weather-underground-icons/broken-clouds.png new file mode 100755 index 0000000..5967d92 Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/broken-clouds.png differ diff --git a/weather-widget/icons/weather-underground-icons/clear-sky-night.png b/weather-widget/icons/weather-underground-icons/clear-sky-night.png new file mode 100644 index 0000000..cc40d0f Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/clear-sky-night.png differ diff --git a/weather-widget/icons/weather-underground-icons/clear-sky.png b/weather-widget/icons/weather-underground-icons/clear-sky.png new file mode 100755 index 0000000..acf8e5c Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/clear-sky.png differ diff --git a/weather-widget/icons/weather-underground-icons/few-clouds-night.png b/weather-widget/icons/weather-underground-icons/few-clouds-night.png new file mode 100644 index 0000000..9c34fab Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/few-clouds-night.png differ diff --git a/weather-widget/icons/weather-underground-icons/few-clouds.png b/weather-widget/icons/weather-underground-icons/few-clouds.png new file mode 100755 index 0000000..7580fc5 Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/few-clouds.png differ diff --git a/weather-widget/icons/weather-underground-icons/mist-night.png b/weather-widget/icons/weather-underground-icons/mist-night.png new file mode 100755 index 0000000..102142a Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/mist-night.png differ diff --git a/weather-widget/icons/weather-underground-icons/mist.png b/weather-widget/icons/weather-underground-icons/mist.png new file mode 100755 index 0000000..102142a Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/mist.png differ diff --git a/weather-widget/icons/weather-underground-icons/rain-night.png b/weather-widget/icons/weather-underground-icons/rain-night.png new file mode 100755 index 0000000..49f0903 Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/rain-night.png differ diff --git a/weather-widget/icons/weather-underground-icons/rain.png b/weather-widget/icons/weather-underground-icons/rain.png new file mode 100755 index 0000000..49f0903 Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/rain.png differ diff --git a/weather-widget/icons/weather-underground-icons/scattered-clouds-night.png b/weather-widget/icons/weather-underground-icons/scattered-clouds-night.png new file mode 100755 index 0000000..63cb1b2 Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/scattered-clouds-night.png differ diff --git a/weather-widget/icons/weather-underground-icons/scattered-clouds.png b/weather-widget/icons/weather-underground-icons/scattered-clouds.png new file mode 100755 index 0000000..63cb1b2 Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/scattered-clouds.png differ diff --git a/weather-widget/icons/weather-underground-icons/shower-rain-night.png b/weather-widget/icons/weather-underground-icons/shower-rain-night.png new file mode 100755 index 0000000..49f0903 Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/shower-rain-night.png differ diff --git a/weather-widget/icons/weather-underground-icons/shower-rain.png b/weather-widget/icons/weather-underground-icons/shower-rain.png new file mode 100755 index 0000000..49f0903 Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/shower-rain.png differ diff --git a/weather-widget/icons/weather-underground-icons/snow-night.png b/weather-widget/icons/weather-underground-icons/snow-night.png new file mode 100755 index 0000000..0a7f006 Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/snow-night.png differ diff --git a/weather-widget/icons/weather-underground-icons/snow.png b/weather-widget/icons/weather-underground-icons/snow.png new file mode 100755 index 0000000..0a7f006 Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/snow.png differ diff --git a/weather-widget/icons/weather-underground-icons/thunderstorm-night.png b/weather-widget/icons/weather-underground-icons/thunderstorm-night.png new file mode 100755 index 0000000..2102104 Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/thunderstorm-night.png differ diff --git a/weather-widget/icons/weather-underground-icons/thunderstorm.png b/weather-widget/icons/weather-underground-icons/thunderstorm.png new file mode 100755 index 0000000..2102104 Binary files /dev/null and b/weather-widget/icons/weather-underground-icons/thunderstorm.png differ -- cgit v1.2.3