From 1b39b8170f8f0393828aabc1ea6e73514c95a594 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Wed, 16 Nov 2022 19:32:40 +0100 Subject: design is rounded rectangles - replace wood. I loved that one, but I've rarely seen anyone use it. --- backgrounds/design-is-rounded-rectangles-d.webp | Bin 0 -> 556690 bytes backgrounds/design-is-rounded-rectangles-l.webp | Bin 0 -> 605414 bytes backgrounds/design-is-rounded-rectangles.xml.in | 13 +++++++++++++ backgrounds/meson.build | 10 +++++----- backgrounds/wood-d.webp | Bin 400930 -> 0 bytes backgrounds/wood-l.webp | Bin 1108420 -> 0 bytes backgrounds/wood.xml.in | 13 ------------- 7 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 backgrounds/design-is-rounded-rectangles-d.webp create mode 100644 backgrounds/design-is-rounded-rectangles-l.webp create mode 100644 backgrounds/design-is-rounded-rectangles.xml.in delete mode 100644 backgrounds/wood-d.webp delete mode 100644 backgrounds/wood-l.webp delete mode 100644 backgrounds/wood.xml.in diff --git a/backgrounds/design-is-rounded-rectangles-d.webp b/backgrounds/design-is-rounded-rectangles-d.webp new file mode 100644 index 0000000..b157322 Binary files /dev/null and b/backgrounds/design-is-rounded-rectangles-d.webp differ diff --git a/backgrounds/design-is-rounded-rectangles-l.webp b/backgrounds/design-is-rounded-rectangles-l.webp new file mode 100644 index 0000000..548e3a5 Binary files /dev/null and b/backgrounds/design-is-rounded-rectangles-l.webp differ diff --git a/backgrounds/design-is-rounded-rectangles.xml.in b/backgrounds/design-is-rounded-rectangles.xml.in new file mode 100644 index 0000000..453a74e --- /dev/null +++ b/backgrounds/design-is-rounded-rectangles.xml.in @@ -0,0 +1,13 @@ + + + + + Design is Rounded Rectangles + @BACKGROUNDDIR@/design-is-rounded-rectangles-l.webp + @BACKGROUNDDIR@/design-is-rounded-rectangles-d.webp + zoom + solid + #b75e5c + #000000 + + diff --git a/backgrounds/meson.build b/backgrounds/meson.build index 707782a..7ec52c7 100644 --- a/backgrounds/meson.build +++ b/backgrounds/meson.build @@ -7,6 +7,8 @@ backgrounds = [ 'adwaita-l.webp', 'blobs-d.svg', 'blobs-l.svg', + 'design-is-rounded-rectangles-d.webp', + 'design-is-rounded-rectangles-l.webp', 'drool-d.svg', 'drool-l.svg', 'dune-d.svg', @@ -25,9 +27,7 @@ backgrounds = [ 'truchet-d.webp', 'truchet-l.webp', 'vnc-d.webp', - 'vnc-l.webp', - 'wood-d.webp', - 'wood-l.webp' + 'vnc-l.webp' ] install_data(backgrounds, install_dir: backgrounddir) @@ -36,6 +36,7 @@ foreach metadata : [ 'adwaita.xml', 'blobs.xml', 'drool.xml', + 'design-is-rounded-rectangles.xml', 'dune.xml', 'field.xml', 'keys.xml', @@ -44,8 +45,7 @@ foreach metadata : [ 'pixels.xml', 'symbolic.xml', 'truchet.xml', - 'vnc.xml', - 'wood.xml'] + 'vnc.xml'] configure_file( input: metadata + '.in', output: metadata, diff --git a/backgrounds/wood-d.webp b/backgrounds/wood-d.webp deleted file mode 100644 index 50ef7c0..0000000 Binary files a/backgrounds/wood-d.webp and /dev/null differ diff --git a/backgrounds/wood-l.webp b/backgrounds/wood-l.webp deleted file mode 100644 index 73d2a6f..0000000 Binary files a/backgrounds/wood-l.webp and /dev/null differ diff --git a/backgrounds/wood.xml.in b/backgrounds/wood.xml.in deleted file mode 100644 index 637746f..0000000 --- a/backgrounds/wood.xml.in +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Wood - @BACKGROUNDDIR@/wood-l.webp - @BACKGROUNDDIR@/wood-d.webp - zoom - solid - #956B46 - #000000 - - -- cgit v1.2.1