summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2022-05-05 22:58:47 +0200
committerJakub Steiner <jimmac@gmail.com>2022-05-05 22:58:47 +0200
commit5ba0d92f39c8baadf6321c17ca2e790ca788e238 (patch)
treedd6b56239b4dec43fd6a73c88364f3da25f1318b
parent24cd3d487e5b8f2168cbd1b66c15a385809f29af (diff)
downloadgnome-backgrounds-5ba0d92f39c8baadf6321c17ca2e790ca788e238.tar.gz
licorice: More sugar!
-rw-r--r--backgrounds/brush-strokes-d.jpgbin966740 -> 0 bytes
-rw-r--r--backgrounds/brush-strokes-l.jpgbin1800447 -> 0 bytes
-rw-r--r--backgrounds/licorice-d.jpgbin0 -> 1713775 bytes
-rw-r--r--backgrounds/licorice-l.jpgbin0 -> 1946273 bytes
-rw-r--r--backgrounds/licorice.xml.in (renamed from backgrounds/brush-strokes.xml.in)6
-rw-r--r--backgrounds/meson.build8
6 files changed, 7 insertions, 7 deletions
diff --git a/backgrounds/brush-strokes-d.jpg b/backgrounds/brush-strokes-d.jpg
deleted file mode 100644
index c354832..0000000
--- a/backgrounds/brush-strokes-d.jpg
+++ /dev/null
Binary files differ
diff --git a/backgrounds/brush-strokes-l.jpg b/backgrounds/brush-strokes-l.jpg
deleted file mode 100644
index 3430e7f..0000000
--- a/backgrounds/brush-strokes-l.jpg
+++ /dev/null
Binary files differ
diff --git a/backgrounds/licorice-d.jpg b/backgrounds/licorice-d.jpg
new file mode 100644
index 0000000..23c9142
--- /dev/null
+++ b/backgrounds/licorice-d.jpg
Binary files differ
diff --git a/backgrounds/licorice-l.jpg b/backgrounds/licorice-l.jpg
new file mode 100644
index 0000000..6709758
--- /dev/null
+++ b/backgrounds/licorice-l.jpg
Binary files differ
diff --git a/backgrounds/brush-strokes.xml.in b/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',