From 672f08721f0a86c2db902060de8e93bcd8ebd7d0 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 17 Apr 2023 14:16:21 +0200 Subject: replace dune with pipes --- backgrounds/dune-d.svg | 1 - backgrounds/dune-l.svg | 1 - backgrounds/dune.xml.in | 13 ------------- backgrounds/meson.build | 4 ++-- backgrounds/pipes-d.jpg | Bin 0 -> 4114190 bytes backgrounds/pipes-l.jpg | Bin 0 -> 3536746 bytes backgrounds/pipes.xml.in | 13 +++++++++++++ 7 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 backgrounds/dune-d.svg delete mode 100644 backgrounds/dune-l.svg delete mode 100644 backgrounds/dune.xml.in create mode 100644 backgrounds/pipes-d.jpg create mode 100644 backgrounds/pipes-l.jpg create mode 100644 backgrounds/pipes.xml.in (limited to 'backgrounds') diff --git a/backgrounds/dune-d.svg b/backgrounds/dune-d.svg deleted file mode 100644 index 5b1afd8..0000000 --- a/backgrounds/dune-d.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/backgrounds/dune-l.svg b/backgrounds/dune-l.svg deleted file mode 100644 index d858813..0000000 --- a/backgrounds/dune-l.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/backgrounds/dune.xml.in b/backgrounds/dune.xml.in deleted file mode 100644 index f7574f0..0000000 --- a/backgrounds/dune.xml.in +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Dune - @BACKGROUNDDIR@/dune-l.svg - @BACKGROUNDDIR@/dune-d.svg - zoom - solid - #f7a957 - #000000 - - diff --git a/backgrounds/meson.build b/backgrounds/meson.build index 4346110..62db418 100644 --- a/backgrounds/meson.build +++ b/backgrounds/meson.build @@ -11,8 +11,6 @@ backgrounds = [ 'design-is-rounded-rectangles-l.webp', 'drool-d.svg', 'drool-l.svg', - 'dune-d.svg', - 'dune-l.svg', 'fold-d.webp', 'fold-l.webp', 'keys-d.webp', @@ -20,6 +18,8 @@ backgrounds = [ 'oceans.svg', 'pills-d.webp', 'pills-l.webp', + 'pipes-d.jpg', + 'pipes-l.jpg', 'pixels-d.webp', 'pixels-l.webp', 'symbolic-d.webp', diff --git a/backgrounds/pipes-d.jpg b/backgrounds/pipes-d.jpg new file mode 100644 index 0000000..e788abb Binary files /dev/null and b/backgrounds/pipes-d.jpg differ diff --git a/backgrounds/pipes-l.jpg b/backgrounds/pipes-l.jpg new file mode 100644 index 0000000..cb311c6 Binary files /dev/null and b/backgrounds/pipes-l.jpg differ diff --git a/backgrounds/pipes.xml.in b/backgrounds/pipes.xml.in new file mode 100644 index 0000000..aa5bd4e --- /dev/null +++ b/backgrounds/pipes.xml.in @@ -0,0 +1,13 @@ + + + + + Pipes + @BACKGROUNDDIR@/pipes-l.jpg + @BACKGROUNDDIR@/pipes-d.jpg + zoom + solid + #f7a957 + #000000 + + -- cgit v1.2.1