summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2020-12-01 13:11:25 +0100
committerJakub Steiner <jimmac@gmail.com>2020-12-01 13:11:25 +0100
commit5bfab42fd6c6581f7947e16a40ad958fc33fcf55 (patch)
treee918a5a2f60fc9306bf485378a44e94b974f9e18
parent50bd1b6c49139db449d88285ba42fe8bc182ab74 (diff)
downloadgnome-backgrounds-5bfab42fd6c6581f7947e16a40ad958fc33fcf55.tar.gz
first iteration of default 40
-rw-r--r--backgrounds/adwaita-day.jpgbin2459290 -> 0 bytes
-rw-r--r--backgrounds/adwaita-day.pngbin0 -> 3879012 bytes
-rw-r--r--backgrounds/adwaita-morning.jpgbin2529518 -> 0 bytes
-rw-r--r--backgrounds/adwaita-morning.pngbin0 -> 3246584 bytes
-rw-r--r--backgrounds/adwaita-night.jpgbin3760798 -> 0 bytes
-rw-r--r--backgrounds/adwaita-night.pngbin0 -> 3733998 bytes
-rw-r--r--backgrounds/adwaita-timed.xml.in18
-rw-r--r--backgrounds/meson.build6
8 files changed, 12 insertions, 12 deletions
diff --git a/backgrounds/adwaita-day.jpg b/backgrounds/adwaita-day.jpg
deleted file mode 100644
index 05db9b9..0000000
--- a/backgrounds/adwaita-day.jpg
+++ /dev/null
Binary files differ
diff --git a/backgrounds/adwaita-day.png b/backgrounds/adwaita-day.png
new file mode 100644
index 0000000..2d509ec
--- /dev/null
+++ b/backgrounds/adwaita-day.png
Binary files differ
diff --git a/backgrounds/adwaita-morning.jpg b/backgrounds/adwaita-morning.jpg
deleted file mode 100644
index 09e91f0..0000000
--- a/backgrounds/adwaita-morning.jpg
+++ /dev/null
Binary files differ
diff --git a/backgrounds/adwaita-morning.png b/backgrounds/adwaita-morning.png
new file mode 100644
index 0000000..7564869
--- /dev/null
+++ b/backgrounds/adwaita-morning.png
Binary files differ
diff --git a/backgrounds/adwaita-night.jpg b/backgrounds/adwaita-night.jpg
deleted file mode 100644
index 3d96a86..0000000
--- a/backgrounds/adwaita-night.jpg
+++ /dev/null
Binary files differ
diff --git a/backgrounds/adwaita-night.png b/backgrounds/adwaita-night.png
new file mode 100644
index 0000000..7d6f42b
--- /dev/null
+++ b/backgrounds/adwaita-night.png
Binary files differ
diff --git a/backgrounds/adwaita-timed.xml.in b/backgrounds/adwaita-timed.xml.in
index 9a024dc..dccf662 100644
--- a/backgrounds/adwaita-timed.xml.in
+++ b/backgrounds/adwaita-timed.xml.in
@@ -13,39 +13,39 @@
<!-- We start with sunrise at 7 AM. It will remain up for 1 hour. -->
<static>
<duration>3600.0</duration>
-<file>@datadir@/backgrounds/gnome/adwaita-morning.jpg</file>
+<file>@datadir@/backgrounds/gnome/adwaita-morning.png</file>
</static>
<!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. -->
<transition type="overlay">
<duration>18000.0</duration>
-<from>@datadir@/backgrounds/gnome/adwaita-morning.jpg</from>
-<to>@datadir@/backgrounds/gnome/adwaita-day.jpg</to>
+<from>@datadir@/backgrounds/gnome/adwaita-morning.png</from>
+<to>@datadir@/backgrounds/gnome/adwaita-day.png</to>
</transition>
<!-- It's 1 PM, we're showing the day image in full force now, for 5 hours ending at 6 PM. -->
<static>
<duration>18000.0</duration>
-<file>@datadir@/backgrounds/gnome/adwaita-day.jpg</file>
+<file>@datadir@/backgrounds/gnome/adwaita-day.png</file>
</static>
<!-- It's 7 PM and it's going to start to get darker. This will transition for 6 hours up until midnight. -->
<transition type="overlay">
<duration>21600.0</duration>
-<from>@datadir@/backgrounds/gnome/adwaita-day.jpg</from>
-<to>@datadir@/backgrounds/gnome/adwaita-night.jpg</to>
+<from>@datadir@/backgrounds/gnome/adwaita-day.png</from>
+<to>@datadir@/backgrounds/gnome/adwaita-night.png</to>
</transition>
<!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. -->
<static>
<duration>18000.0</duration>
-<file>@datadir@/backgrounds/gnome/adwaita-night.jpg</file>
+<file>@datadir@/backgrounds/gnome/adwaita-night.png</file>
</static>
<!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. -->
<transition type="overlay">
<duration>7200.0</duration>
-<from>@datadir@/backgrounds/gnome/adwaita-night.jpg</from>
-<to>@datadir@/backgrounds/gnome/adwaita-morning.jpg</to>
+<from>@datadir@/backgrounds/gnome/adwaita-night.png</from>
+<to>@datadir@/backgrounds/gnome/adwaita-morning.png</to>
</transition>
</background>
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index 82c626d..ff8c5ce 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -9,9 +9,9 @@ adwaita_timed = configure_file(
)
backgrounds = [
- 'adwaita-day.jpg',
- 'adwaita-morning.jpg',
- 'adwaita-night.jpg',
+ 'adwaita-day.png',
+ 'adwaita-morning.png',
+ 'adwaita-night.png',
'ColdWarm.jpg',
'DepthLava.png',
'IceCrystals.jpg',