From afc98fe353a025c210ce657c26c2cf49d4044509 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 14 Nov 2022 22:28:50 +0100 Subject: keys: oldschool keys of a POS - replacing licorice (not very popular). --- backgrounds/keys-d.webp | Bin 0 -> 425002 bytes backgrounds/keys-l.webp | Bin 0 -> 563726 bytes backgrounds/keys.xml.in | 13 +++++++++++++ backgrounds/licorice-d.webp | Bin 1884916 -> 0 bytes backgrounds/licorice-l.webp | Bin 2344918 -> 0 bytes backgrounds/licorice.xml.in | 13 ------------- backgrounds/meson.build | 6 +++--- 7 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 backgrounds/keys-d.webp create mode 100644 backgrounds/keys-l.webp create mode 100644 backgrounds/keys.xml.in delete mode 100644 backgrounds/licorice-d.webp delete mode 100644 backgrounds/licorice-l.webp delete mode 100644 backgrounds/licorice.xml.in diff --git a/backgrounds/keys-d.webp b/backgrounds/keys-d.webp new file mode 100644 index 0000000..5a5e08c Binary files /dev/null and b/backgrounds/keys-d.webp differ diff --git a/backgrounds/keys-l.webp b/backgrounds/keys-l.webp new file mode 100644 index 0000000..cf7c7ef Binary files /dev/null and b/backgrounds/keys-l.webp differ diff --git a/backgrounds/keys.xml.in b/backgrounds/keys.xml.in new file mode 100644 index 0000000..77f8451 --- /dev/null +++ b/backgrounds/keys.xml.in @@ -0,0 +1,13 @@ + + + + + Keys + @BACKGROUNDDIR@/keys-l.webp + @BACKGROUNDDIR@/keys-d.webp + zoom + solid + #aaaaaa + #000000 + + diff --git a/backgrounds/licorice-d.webp b/backgrounds/licorice-d.webp deleted file mode 100644 index 3968601..0000000 Binary files a/backgrounds/licorice-d.webp and /dev/null differ diff --git a/backgrounds/licorice-l.webp b/backgrounds/licorice-l.webp deleted file mode 100644 index da6335c..0000000 Binary files a/backgrounds/licorice-l.webp and /dev/null differ diff --git a/backgrounds/licorice.xml.in b/backgrounds/licorice.xml.in deleted file mode 100644 index a22b2a7..0000000 --- a/backgrounds/licorice.xml.in +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Licorice - @BACKGROUNDDIR@/licorice-l.webp - @BACKGROUNDDIR@/licorice-d.webp - zoom - solid - #1A7D88 - #000000 - - diff --git a/backgrounds/meson.build b/backgrounds/meson.build index 09ebaf3..707782a 100644 --- a/backgrounds/meson.build +++ b/backgrounds/meson.build @@ -13,8 +13,8 @@ backgrounds = [ 'dune-l.svg', 'field-d.svg', 'field-l.svg', - 'licorice-d.webp', - 'licorice-l.webp', + 'keys-d.webp', + 'keys-l.webp', 'oceans.svg', 'pills-d.webp', 'pills-l.webp', @@ -38,7 +38,7 @@ foreach metadata : [ 'drool.xml', 'dune.xml', 'field.xml', - 'licorice.xml', + 'keys.xml', 'oceans.xml', 'pills.xml', 'pixels.xml', -- cgit v1.2.1