diff options
-rw-r--r-- | backgrounds/keys-d.webp | bin | 0 -> 425002 bytes | |||
-rw-r--r-- | backgrounds/keys-l.webp | bin | 0 -> 563726 bytes | |||
-rw-r--r-- | backgrounds/keys.xml.in (renamed from backgrounds/licorice.xml.in) | 8 | ||||
-rw-r--r-- | backgrounds/licorice-d.webp | bin | 1884916 -> 0 bytes | |||
-rw-r--r-- | backgrounds/licorice-l.webp | bin | 2344918 -> 0 bytes | |||
-rw-r--r-- | backgrounds/meson.build | 6 |
6 files changed, 7 insertions, 7 deletions
diff --git a/backgrounds/keys-d.webp b/backgrounds/keys-d.webp Binary files differnew file mode 100644 index 0000000..5a5e08c --- /dev/null +++ b/backgrounds/keys-d.webp diff --git a/backgrounds/keys-l.webp b/backgrounds/keys-l.webp Binary files differnew file mode 100644 index 0000000..cf7c7ef --- /dev/null +++ b/backgrounds/keys-l.webp 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 Binary files differdeleted file mode 100644 index 3968601..0000000 --- a/backgrounds/licorice-d.webp +++ /dev/null diff --git a/backgrounds/licorice-l.webp b/backgrounds/licorice-l.webp Binary files differdeleted file mode 100644 index da6335c..0000000 --- a/backgrounds/licorice-l.webp +++ /dev/null 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', |