[gnome-backgrounds] licorice: More sugar!



commit 5ba0d92f39c8baadf6321c17ca2e790ca788e238
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu May 5 22:58:47 2022 +0200

    licorice: More sugar!

 backgrounds/brush-strokes-d.jpg                       | Bin 966740 -> 0 bytes
 backgrounds/brush-strokes-l.jpg                       | Bin 1800447 -> 0 bytes
 backgrounds/licorice-d.jpg                            | Bin 0 -> 1713775 bytes
 backgrounds/licorice-l.jpg                            | Bin 0 -> 1946273 bytes
 backgrounds/{brush-strokes.xml.in => licorice.xml.in} |   6 +++---
 backgrounds/meson.build                               |   8 ++++----
 6 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/backgrounds/licorice-d.jpg b/backgrounds/licorice-d.jpg
new file mode 100644
index 0000000..23c9142
Binary files /dev/null and b/backgrounds/licorice-d.jpg differ
diff --git a/backgrounds/licorice-l.jpg b/backgrounds/licorice-l.jpg
new file mode 100644
index 0000000..6709758
Binary files /dev/null and b/backgrounds/licorice-l.jpg differ
diff --git a/backgrounds/brush-strokes.xml.in b/backgrounds/licorice.xml.in
similarity index 61%
rename from backgrounds/brush-strokes.xml.in
rename to backgrounds/licorice.xml.in
index 17c5672..e62c69c 100644
--- a/backgrounds/brush-strokes.xml.in
+++ b/backgrounds/licorice.xml.in
@@ -2,9 +2,9 @@
 <!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
 <wallpapers>
   <wallpaper deleted="false">
-    <name>Brush Strokes</name>
-    <filename>@BACKGROUNDDIR@/brush-strokes-l.jpg</filename>
-    <filename-dark>@BACKGROUNDDIR@/brush-strokes-d.jpg</filename-dark>
+    <name>Licorice</name>
+    <filename>@BACKGROUNDDIR@/licorice-l.jpg</filename>
+    <filename-dark>@BACKGROUNDDIR@/licorice-d.jpg</filename-dark>
     <options>zoom</options>
     <shade_type>solid</shade_type>
     <pcolor>#3465a4</pcolor>
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index 53a1054..48be576 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -5,8 +5,6 @@ dataconf.set('datadir', datadir)
 backgrounds = [
   'adwaita-d.jpg',
   'adwaita-l.jpg',
-  'brush-strokes-d.jpg',
-  'brush-strokes-l.jpg',
   'drool-d.svg',
   'drool-l.svg',
   'dune-d.svg',
@@ -14,7 +12,9 @@ backgrounds = [
   'field-d.svg',
   'field-l.svg',
   'grid-d.jpg',
-  'grid-l.jpg',  
+  'grid-l.jpg',
+  'licorice-d.jpg',
+  'licorice-l.jpg',
   'pixels-d.png',
   'pixels-l.png',
   'symbolics-d.png',
@@ -31,11 +31,11 @@ install_data(backgrounds, install_dir: backgrounddir)
 
 foreach metadata : [
   'adwaita.xml',
-  'brush-strokes.xml',
   'drool.xml',
   'dune.xml',
   'field.xml',
   'grid.xml',
+  'licorice.xml',
   'pixels.xml',
   'symbolics.xml',
   'truchet.xml',


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