From fba0287f9e70cc251a581c2d01d667cbccc7d64c Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 12 May 2022 01:06:45 +0200 Subject: 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/symbolic.xml.in | 13 +++++++++++++ backgrounds/symbolics-d.png | Bin 12486507 -> 0 bytes backgrounds/symbolics-l.png | Bin 13876802 -> 0 bytes backgrounds/symbolics.xml.in | 13 ------------- 7 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 backgrounds/symbolic-d.webp create mode 100644 backgrounds/symbolic-l.webp create mode 100644 backgrounds/symbolic.xml.in delete mode 100644 backgrounds/symbolics-d.png delete mode 100644 backgrounds/symbolics-l.png delete mode 100644 backgrounds/symbolics.xml.in 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/symbolic.xml.in b/backgrounds/symbolic.xml.in new file mode 100644 index 0000000..e6340b1 --- /dev/null +++ b/backgrounds/symbolic.xml.in @@ -0,0 +1,13 @@ + + + + + Symbolics + @BACKGROUNDDIR@/symbolic-l.webp + @BACKGROUNDDIR@/symbolic-d.webp + zoom + solid + #3465a4 + #000000 + + diff --git a/backgrounds/symbolics-d.png b/backgrounds/symbolics-d.png deleted file mode 100644 index 2c26032..0000000 Binary files a/backgrounds/symbolics-d.png and /dev/null differ diff --git a/backgrounds/symbolics-l.png b/backgrounds/symbolics-l.png deleted file mode 100644 index 8608898..0000000 Binary files a/backgrounds/symbolics-l.png and /dev/null differ diff --git a/backgrounds/symbolics.xml.in b/backgrounds/symbolics.xml.in deleted file mode 100644 index 1dae390..0000000 --- a/backgrounds/symbolics.xml.in +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Symbolics - @BACKGROUNDDIR@/symbolics-l.png - @BACKGROUNDDIR@/symbolics-d.png - zoom - solid - #3465a4 - #000000 - - -- cgit v1.2.1