summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2022-05-12 01:06:45 +0200
committerJakub Steiner <jimmac@gmail.com>2022-05-12 01:06:45 +0200
commitfba0287f9e70cc251a581c2d01d667cbccc7d64c (patch)
treeb08edd0242d9e3f7c992fe04353563d5b256405a
parent0c4c0175d82507c6f00154f8d42b1ad4f0e9978c (diff)
downloadgnome-backgrounds-fba0287f9e70cc251a581c2d01d667cbccc7d64c.tar.gz
symbolic: new icons, new layout
- webp, because https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/issues/29
-rw-r--r--backgrounds/meson.build6
-rw-r--r--backgrounds/symbolic-d.webpbin0 -> 715178 bytes
-rw-r--r--backgrounds/symbolic-l.webpbin0 -> 617160 bytes
-rw-r--r--backgrounds/symbolic.xml.in (renamed from backgrounds/symbolics.xml.in)4
-rw-r--r--backgrounds/symbolics-d.pngbin12486507 -> 0 bytes
-rw-r--r--backgrounds/symbolics-l.pngbin13876802 -> 0 bytes
6 files changed, 5 insertions, 5 deletions
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index ede57da..78f3410 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -19,8 +19,8 @@ backgrounds = [
'licorice-l.jpg',
'pixels-d.png',
'pixels-l.png',
- 'symbolics-d.png',
- 'symbolics-l.png',
+ 'symbolic-d.webp',
+ 'symbolic-l.webp',
'truchet-d.jpg',
'truchet-l.jpg',
'vnc-d.png',
@@ -40,7 +40,7 @@ foreach metadata : [
'grid.xml',
'licorice.xml',
'pixels.xml',
- 'symbolics.xml',
+ 'symbolic.xml',
'truchet.xml',
'vnc.xml',
'wood.xml']
diff --git a/backgrounds/symbolic-d.webp b/backgrounds/symbolic-d.webp
new file mode 100644
index 0000000..1edc7de
--- /dev/null
+++ b/backgrounds/symbolic-d.webp
Binary files differ
diff --git a/backgrounds/symbolic-l.webp b/backgrounds/symbolic-l.webp
new file mode 100644
index 0000000..4ee448d
--- /dev/null
+++ b/backgrounds/symbolic-l.webp
Binary files differ
diff --git a/backgrounds/symbolics.xml.in b/backgrounds/symbolic.xml.in
index 1dae390..e6340b1 100644
--- a/backgrounds/symbolics.xml.in
+++ b/backgrounds/symbolic.xml.in
@@ -3,8 +3,8 @@
<wallpapers>
<wallpaper deleted="false">
<name>Symbolics</name>
- <filename>@BACKGROUNDDIR@/symbolics-l.png</filename>
- <filename-dark>@BACKGROUNDDIR@/symbolics-d.png</filename-dark>
+ <filename>@BACKGROUNDDIR@/symbolic-l.webp</filename>
+ <filename-dark>@BACKGROUNDDIR@/symbolic-d.webp</filename-dark>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#3465a4</pcolor>
diff --git a/backgrounds/symbolics-d.png b/backgrounds/symbolics-d.png
deleted file mode 100644
index 2c26032..0000000
--- a/backgrounds/symbolics-d.png
+++ /dev/null
Binary files differ
diff --git a/backgrounds/symbolics-l.png b/backgrounds/symbolics-l.png
deleted file mode 100644
index 8608898..0000000
--- a/backgrounds/symbolics-l.png
+++ /dev/null
Binary files differ