[gnome-backgrounds] symbolic: new icons, new layout



commit fba0287f9e70cc251a581c2d01d667cbccc7d64c
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu May 12 01:06:45 2022 +0200

    symbolic: new icons, new layout
    
     - webp, because https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/issues/29

 backgrounds/meson.build                           |   6 +++---
 backgrounds/symbolic-d.webp                       | Bin 0 -> 715178 bytes
 backgrounds/symbolic-l.webp                       | Bin 0 -> 617160 bytes
 backgrounds/{symbolics.xml.in => symbolic.xml.in} |   4 ++--
 backgrounds/symbolics-d.png                       | Bin 12486507 -> 0 bytes
 backgrounds/symbolics-l.png                       | Bin 13876802 -> 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
Binary files /dev/null and b/backgrounds/symbolic-d.webp differ
diff --git a/backgrounds/symbolic-l.webp b/backgrounds/symbolic-l.webp
new file mode 100644
index 0000000..4ee448d
Binary files /dev/null and b/backgrounds/symbolic-l.webp differ
diff --git a/backgrounds/symbolics.xml.in b/backgrounds/symbolic.xml.in
similarity index 70%
rename from backgrounds/symbolics.xml.in
rename to 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]