summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2021-12-03 16:21:58 +0100
committerJakub Steiner <jimmac@gmail.com>2021-12-03 16:21:58 +0100
commit93376e313e09815f28940364caf2ca94b69d3575 (patch)
tree0636a4acc87b96e435c2f5826e1fb2498dd65330
parent82015c15521048eabada6fc2345c15fe4df0fdd3 (diff)
downloadgnome-backgrounds-93376e313e09815f28940364caf2ca94b69d3575.tar.gz
first stab at the default
-rw-r--r--backgrounds/adwaita-d.jpgbin0 -> 789440 bytes
-rw-r--r--backgrounds/adwaita-d.pngbin4686549 -> 0 bytes
-rw-r--r--backgrounds/adwaita-l.jpgbin0 -> 1940212 bytes
-rw-r--r--backgrounds/adwaita-l.pngbin5488834 -> 0 bytes
-rw-r--r--backgrounds/adwaita-timed.xml.in8
-rw-r--r--backgrounds/meson.build4
6 files changed, 6 insertions, 6 deletions
diff --git a/backgrounds/adwaita-d.jpg b/backgrounds/adwaita-d.jpg
new file mode 100644
index 0000000..bce7dcb
--- /dev/null
+++ b/backgrounds/adwaita-d.jpg
Binary files differ
diff --git a/backgrounds/adwaita-d.png b/backgrounds/adwaita-d.png
deleted file mode 100644
index 5e39d32..0000000
--- a/backgrounds/adwaita-d.png
+++ /dev/null
Binary files differ
diff --git a/backgrounds/adwaita-l.jpg b/backgrounds/adwaita-l.jpg
new file mode 100644
index 0000000..6d79fd7
--- /dev/null
+++ b/backgrounds/adwaita-l.jpg
Binary files differ
diff --git a/backgrounds/adwaita-l.png b/backgrounds/adwaita-l.png
deleted file mode 100644
index ec45f3e..0000000
--- a/backgrounds/adwaita-l.png
+++ /dev/null
Binary files differ
diff --git a/backgrounds/adwaita-timed.xml.in b/backgrounds/adwaita-timed.xml.in
index 848f029..6b94586 100644
--- a/backgrounds/adwaita-timed.xml.in
+++ b/backgrounds/adwaita-timed.xml.in
@@ -11,13 +11,13 @@
<!-- We start at 7 AM. It will remain up for 12 hours. -->
<static>
<duration>43200.0</duration>
-<file>@datadir@/backgrounds/gnome/adwaita-l.png</file>
+<file>@datadir@/backgrounds/gnome/adwaita-l.jpg</file>
</static>
<!-- It's 7 PM. It will remain for 12 hours -->
<static>
<duration>43200.0</duration>
-<file>@datadir@/backgrounds/gnome/adwaita-d.png</file>
+<file>@datadir@/backgrounds/gnome/adwaita-d.jpg</file>
</static>
@@ -25,8 +25,8 @@
FIXME: eventually we'll transition. let's start simple
<transition type="overlay">
<duration>21600.0</duration>
-<from>@datadir@/backgrounds/gnome/adwaita-day.png</from>
-<to>@datadir@/backgrounds/gnome/adwaita-night.png</to>
+<from>@datadir@/backgrounds/gnome/adwaita-day.jpg</from>
+<to>@datadir@/backgrounds/gnome/adwaita-night.jpg</to>
</transition>
-->
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index 7cbc0fb..06c6e88 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -9,8 +9,8 @@ adwaita_timed = configure_file(
)
backgrounds = [
- 'adwaita-d.png',
- 'adwaita-l.png',
+ 'adwaita-d.jpg',
+ 'adwaita-l.jpg',
'blobs-d.svg',
'blobs-l.svg',
'brush-strokes-d.jpg',