summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2019-12-03 11:40:45 +0100
committerJakub Steiner <jimmac@gmail.com>2019-12-03 11:40:45 +0100
commit5cabb62a7454417deef55e06ffbe955fb4845dc8 (patch)
tree001a37e389f112cb549af8aba5ea827a52be8e3f
parent7827f93fb051237c05653e94f1ed688f0e3e4419 (diff)
downloadgnome-backgrounds-5cabb62a7454417deef55e06ffbe955fb4845dc8.tar.gz
Icetwigs
+ xml fixes
-rw-r--r--backgrounds/Icescape.jpgbin1013511 -> 0 bytes
-rw-r--r--backgrounds/Icetwigs.jpgbin0 -> 1812704 bytes
-rw-r--r--backgrounds/gnome-backgrounds.xml.in.in6
-rw-r--r--backgrounds/meson.build2
4 files changed, 4 insertions, 4 deletions
diff --git a/backgrounds/Icescape.jpg b/backgrounds/Icescape.jpg
deleted file mode 100644
index dfd1c30..0000000
--- a/backgrounds/Icescape.jpg
+++ /dev/null
Binary files differ
diff --git a/backgrounds/Icetwigs.jpg b/backgrounds/Icetwigs.jpg
new file mode 100644
index 0000000..7002080
--- /dev/null
+++ b/backgrounds/Icetwigs.jpg
Binary files differ
diff --git a/backgrounds/gnome-backgrounds.xml.in.in b/backgrounds/gnome-backgrounds.xml.in.in
index ebac7f4..dee8ae1 100644
--- a/backgrounds/gnome-backgrounds.xml.in.in
+++ b/backgrounds/gnome-backgrounds.xml.in.in
@@ -3,7 +3,7 @@
<wallpapers>
<wallpaper deleted="false">
<name>Light Waves</name>
- <filename>@BACKGROUNDDIR@/LightWaves.png</filename>
+ <filename>@BACKGROUNDDIR@/LightWaves.jpg</filename>
<options>zoom</options>
<pcolor>#ffffff</pcolor>
<scolor>#000000</scolor>
@@ -44,8 +44,8 @@
<scolor>#000000</scolor>
</wallpaper>
<wallpaper deleted="false">
- <name>Icescape</name>
- <filename>@BACKGROUNDDIR@/Icescape.jpg</filename>
+ <name>Ice Twigs</name>
+ <filename>@BACKGROUNDDIR@/Icetwigs.jpg</filename>
<options>zoom</options>
<pcolor>#ffffff</pcolor>
<scolor>#000000</scolor>
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index 1d91f88..b5b7794 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -18,7 +18,7 @@ backgrounds = [
'Endless-shapes.jpg',
'Fabric.jpg',
'LightWaves.jpg',
- 'Icescape.jpg',
+ 'Icetwigs.jpg',
'Road.jpg',
'Stripes.jpg',
'SeaSunset.jpg',