From 5ba0d92f39c8baadf6321c17ca2e790ca788e238 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 5 May 2022 22:58:47 +0200 Subject: licorice: More sugar! --- backgrounds/brush-strokes-d.jpg | Bin 966740 -> 0 bytes backgrounds/brush-strokes-l.jpg | Bin 1800447 -> 0 bytes backgrounds/brush-strokes.xml.in | 13 ------------- backgrounds/licorice-d.jpg | Bin 0 -> 1713775 bytes backgrounds/licorice-l.jpg | Bin 0 -> 1946273 bytes backgrounds/licorice.xml.in | 13 +++++++++++++ backgrounds/meson.build | 8 ++++---- 7 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 backgrounds/brush-strokes-d.jpg delete mode 100644 backgrounds/brush-strokes-l.jpg delete mode 100644 backgrounds/brush-strokes.xml.in create mode 100644 backgrounds/licorice-d.jpg create mode 100644 backgrounds/licorice-l.jpg create mode 100644 backgrounds/licorice.xml.in diff --git a/backgrounds/brush-strokes-d.jpg b/backgrounds/brush-strokes-d.jpg deleted file mode 100644 index c354832..0000000 Binary files a/backgrounds/brush-strokes-d.jpg and /dev/null differ diff --git a/backgrounds/brush-strokes-l.jpg b/backgrounds/brush-strokes-l.jpg deleted file mode 100644 index 3430e7f..0000000 Binary files a/backgrounds/brush-strokes-l.jpg and /dev/null differ diff --git a/backgrounds/brush-strokes.xml.in b/backgrounds/brush-strokes.xml.in deleted file mode 100644 index 17c5672..0000000 --- a/backgrounds/brush-strokes.xml.in +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Brush Strokes - @BACKGROUNDDIR@/brush-strokes-l.jpg - @BACKGROUNDDIR@/brush-strokes-d.jpg - zoom - solid - #3465a4 - #000000 - - 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/licorice.xml.in b/backgrounds/licorice.xml.in new file mode 100644 index 0000000..e62c69c --- /dev/null +++ b/backgrounds/licorice.xml.in @@ -0,0 +1,13 @@ + + + + + Licorice + @BACKGROUNDDIR@/licorice-l.jpg + @BACKGROUNDDIR@/licorice-d.jpg + zoom + solid + #3465a4 + #000000 + + 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', -- cgit v1.2.1