summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2022-11-14 22:00:56 +0100
committerJakub Steiner <jimmac@gmail.com>2022-11-14 22:00:56 +0100
commita8be270178e71362d5f08ecffe3fae72b8b27521 (patch)
tree48b95bb509b72d606fc81a59a563865a9347bf0b
parent3dc06f83fda4169432a43443cfa1617bbbd4810b (diff)
downloadgnome-backgrounds-a8be270178e71362d5f08ecffe3fae72b8b27521.tar.gz
pills: don't do drugs!
- replaces grid
-rw-r--r--backgrounds/grid-d.webpbin2071822 -> 0 bytes
-rw-r--r--backgrounds/grid-l.webpbin1870126 -> 0 bytes
-rw-r--r--backgrounds/meson.build6
-rw-r--r--backgrounds/pills-d.webpbin0 -> 1123782 bytes
-rw-r--r--backgrounds/pills-l.webpbin0 -> 1178038 bytes
-rw-r--r--backgrounds/pills.xml.in (renamed from backgrounds/grid.xml.in)8
6 files changed, 7 insertions, 7 deletions
diff --git a/backgrounds/grid-d.webp b/backgrounds/grid-d.webp
deleted file mode 100644
index 2c94704..0000000
--- a/backgrounds/grid-d.webp
+++ /dev/null
Binary files differ
diff --git a/backgrounds/grid-l.webp b/backgrounds/grid-l.webp
deleted file mode 100644
index 7a0ca3a..0000000
--- a/backgrounds/grid-l.webp
+++ /dev/null
Binary files differ
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index 36fd43a..09ebaf3 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -13,11 +13,11 @@ backgrounds = [
'dune-l.svg',
'field-d.svg',
'field-l.svg',
- 'grid-d.webp',
- 'grid-l.webp',
'licorice-d.webp',
'licorice-l.webp',
'oceans.svg',
+ 'pills-d.webp',
+ 'pills-l.webp',
'pixels-d.webp',
'pixels-l.webp',
'symbolic-d.webp',
@@ -38,9 +38,9 @@ foreach metadata : [
'drool.xml',
'dune.xml',
'field.xml',
- 'grid.xml',
'licorice.xml',
'oceans.xml',
+ 'pills.xml',
'pixels.xml',
'symbolic.xml',
'truchet.xml',
diff --git a/backgrounds/pills-d.webp b/backgrounds/pills-d.webp
new file mode 100644
index 0000000..cfe95f1
--- /dev/null
+++ b/backgrounds/pills-d.webp
Binary files differ
diff --git a/backgrounds/pills-l.webp b/backgrounds/pills-l.webp
new file mode 100644
index 0000000..dc34b95
--- /dev/null
+++ b/backgrounds/pills-l.webp
Binary files differ
diff --git a/backgrounds/grid.xml.in b/backgrounds/pills.xml.in
index f3b7836..e16300c 100644
--- a/backgrounds/grid.xml.in
+++ b/backgrounds/pills.xml.in
@@ -2,12 +2,12 @@
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
- <name>Grid</name>
- <filename>@BACKGROUNDDIR@/grid-l.webp</filename>
- <filename-dark>@BACKGROUNDDIR@/grid-d.webp</filename-dark>
+ <name>Pills</name>
+ <filename>@BACKGROUNDDIR@/pills-l.webp</filename>
+ <filename-dark>@BACKGROUNDDIR@/pills-d.webp</filename-dark>
<options>zoom</options>
<shade_type>solid</shade_type>
- <pcolor>#a55a01</pcolor>
+ <pcolor>#d3a778</pcolor>
<scolor>#000000</scolor>
</wallpaper>
</wallpapers>