summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2021-04-15 10:02:56 +0200
committerJakub Steiner <jimmac@gmail.com>2021-04-15 10:03:51 +0200
commit6ff0d0df06e77a8dff6c2e075f653b0c9a7600c8 (patch)
treea8b1edaef836a0e5b3741541690e927f21b5dbe3
parentec1a2a36eee9462d30a2d6d5387d77a3dc40f4e0 (diff)
downloadgnome-backgrounds-6ff0d0df06e77a8dff6c2e075f653b0c9a7600c8.tar.gz
Brush Strokes
-rw-r--r--AUTHORS3
-rw-r--r--backgrounds/BrushStrokes.jpgbin0 -> 6428287 bytes
-rw-r--r--backgrounds/Tree.jpgbin1870162 -> 0 bytes
-rw-r--r--backgrounds/gnome-backgrounds.xml.in2
-rw-r--r--backgrounds/meson.build2
5 files changed, 4 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 3fc40af..d97215f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,6 +3,7 @@ Image Authors:
- adwaita*:
- symbolics-1.jpg:
- symbolics-2.jpg:
+- BrushStrokes.jpg:
- Disco.png:
- DiscoHex.png:
- Stripes.jpg:
@@ -29,7 +30,7 @@ Image Authors:
- Road.jpg:
CC0, Photo by Joshua Welch https://www.pexels.com/photo/bird-s-eye-view-of-roadway-surrounded-by-trees-1624600/
-- LightBulb.jpg, Loveles.jpg, Tree.jpg:
+- LightBulb.jpg, Loveles.jpg:
Photo by Johannes Plenio, CC0,
https://www.pexels.com/photo/forest-at-night-2080963/,
https://www.pexels.com/photo/4697538/,
diff --git a/backgrounds/BrushStrokes.jpg b/backgrounds/BrushStrokes.jpg
new file mode 100644
index 0000000..0f6376e
--- /dev/null
+++ b/backgrounds/BrushStrokes.jpg
Binary files differ
diff --git a/backgrounds/Tree.jpg b/backgrounds/Tree.jpg
deleted file mode 100644
index bd0ec7d..0000000
--- a/backgrounds/Tree.jpg
+++ /dev/null
Binary files differ
diff --git a/backgrounds/gnome-backgrounds.xml.in b/backgrounds/gnome-backgrounds.xml.in
index e07b316..d89bd59 100644
--- a/backgrounds/gnome-backgrounds.xml.in
+++ b/backgrounds/gnome-backgrounds.xml.in
@@ -52,7 +52,7 @@
</wallpaper>
<wallpaper deleted="false">
<name>8</name>
- <filename>@BACKGROUNDDIR@/Tree.jpg</filename>
+ <filename>@BACKGROUNDDIR@/BrushStrokes.jpg</filename>
<options>zoom</options>
<pcolor>#ffffff</pcolor>
<scolor>#000000</scolor>
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index 695a668..19ffbf0 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -12,6 +12,7 @@ backgrounds = [
'adwaita-day.png',
'adwaita-morning.png',
'adwaita-night.png',
+ 'BrushStrokes.jpg',
'ColdWarm.jpg',
'Disco.jpg',
'DiscoHex.jpg',
@@ -20,7 +21,6 @@ backgrounds = [
'LightBulb.jpg',
'Loveles.jpg',
'Symbolics-1.png',
- 'Tree.jpg',
'VNC.png',
'Wood.jpg'
]