summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2022-11-14 22:28:50 +0100
committerJakub Steiner <jimmac@gmail.com>2022-11-14 22:28:50 +0100
commitafc98fe353a025c210ce657c26c2cf49d4044509 (patch)
treeda715799964b7daf4139c90539087c0dc4230ece
parentad74adfc58da35315ef460221ff11606f482cd12 (diff)
downloadgnome-backgrounds-afc98fe353a025c210ce657c26c2cf49d4044509.tar.gz
keys: oldschool keys of a POS
- replacing licorice (not very popular).
-rw-r--r--backgrounds/keys-d.webpbin0 -> 425002 bytes
-rw-r--r--backgrounds/keys-l.webpbin0 -> 563726 bytes
-rw-r--r--backgrounds/keys.xml.in (renamed from backgrounds/licorice.xml.in)8
-rw-r--r--backgrounds/licorice-d.webpbin1884916 -> 0 bytes
-rw-r--r--backgrounds/licorice-l.webpbin2344918 -> 0 bytes
-rw-r--r--backgrounds/meson.build6
6 files changed, 7 insertions, 7 deletions
diff --git a/backgrounds/keys-d.webp b/backgrounds/keys-d.webp
new file mode 100644
index 0000000..5a5e08c
--- /dev/null
+++ b/backgrounds/keys-d.webp
Binary files differ
diff --git a/backgrounds/keys-l.webp b/backgrounds/keys-l.webp
new file mode 100644
index 0000000..cf7c7ef
--- /dev/null
+++ b/backgrounds/keys-l.webp
Binary files differ
diff --git a/backgrounds/licorice.xml.in b/backgrounds/keys.xml.in
index a22b2a7..77f8451 100644
--- a/backgrounds/licorice.xml.in
+++ b/backgrounds/keys.xml.in
@@ -2,12 +2,12 @@
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
- <name>Licorice</name>
- <filename>@BACKGROUNDDIR@/licorice-l.webp</filename>
- <filename-dark>@BACKGROUNDDIR@/licorice-d.webp</filename-dark>
+ <name>Keys</name>
+ <filename>@BACKGROUNDDIR@/keys-l.webp</filename>
+ <filename-dark>@BACKGROUNDDIR@/keys-d.webp</filename-dark>
<options>zoom</options>
<shade_type>solid</shade_type>
- <pcolor>#1A7D88</pcolor>
+ <pcolor>#aaaaaa</pcolor>
<scolor>#000000</scolor>
</wallpaper>
</wallpapers>
diff --git a/backgrounds/licorice-d.webp b/backgrounds/licorice-d.webp
deleted file mode 100644
index 3968601..0000000
--- a/backgrounds/licorice-d.webp
+++ /dev/null
Binary files differ
diff --git a/backgrounds/licorice-l.webp b/backgrounds/licorice-l.webp
deleted file mode 100644
index da6335c..0000000
--- a/backgrounds/licorice-l.webp
+++ /dev/null
Binary files differ
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',