summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2021-10-20 13:00:35 +0200
committerJakub Steiner <jimmac@gmail.com>2021-10-20 13:00:35 +0200
commit39f67ba84fac1ef65f95c339de43406e57eee770 (patch)
tree74e65b52d406173beeb4dda025f4280020e34dfb
parent373db2d970cb302eaead8fb44bc4b058ed18d724 (diff)
downloadgnome-backgrounds-39f67ba84fac1ef65f95c339de43406e57eee770.tar.gz
archi: neutral
more of a placeholder for now
-rw-r--r--AUTHORS17
-rw-r--r--backgrounds/archi-d.jpgbin0 -> 1640500 bytes
-rw-r--r--backgrounds/archi-l.jpgbin0 -> 2375874 bytes
-rw-r--r--backgrounds/gnome-backgrounds.xml.in15
-rw-r--r--backgrounds/meson.build2
5 files changed, 25 insertions, 9 deletions
diff --git a/AUTHORS b/AUTHORS
index 4e4fb0b..ab3c1d6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,15 +1,14 @@
Image Authors:
+- archi*:
- adwaita*:
-- symbolics-1.jpg:
-- symbolics-2.jpg:
-- Blobs.svg:
-- BrushStrokes.jpg:
-- Disco.png:
-- Frosty.jppg:
-- pixels.png:
-- Stripes.jpg:
-- Wood.jpg:
+- symbolics*:
+- blobs*:
+- brush-strokes*:
+- disco*:
+- frosty*:
+- pixels*:
+- Wood*:
Copyright © 2011-2021 Jakub Steiner <jimmac@gmail.com>
Licensed under Creative Commons Attribution-ShareAlike 3.0 License.
diff --git a/backgrounds/archi-d.jpg b/backgrounds/archi-d.jpg
new file mode 100644
index 0000000..c3ec617
--- /dev/null
+++ b/backgrounds/archi-d.jpg
Binary files differ
diff --git a/backgrounds/archi-l.jpg b/backgrounds/archi-l.jpg
new file mode 100644
index 0000000..9abc052
--- /dev/null
+++ b/backgrounds/archi-l.jpg
Binary files differ
diff --git a/backgrounds/gnome-backgrounds.xml.in b/backgrounds/gnome-backgrounds.xml.in
index 85d9fd1..3fb813d 100644
--- a/backgrounds/gnome-backgrounds.xml.in
+++ b/backgrounds/gnome-backgrounds.xml.in
@@ -122,4 +122,19 @@
<scolor>#000000</scolor>
</wallpaper>
+ <wallpaper deleted="false">
+ <name>10</name>
+ <filename>@BACKGROUNDDIR@/archi-d.jpg</filename>
+ <options>zoom</options>
+ <pcolor>#ffffff</pcolor>
+ <scolor>#000000</scolor>
+ </wallpaper>
+ <wallpaper deleted="false">
+ <name>10</name>
+ <filename>@BACKGROUNDDIR@/archi-l.jpg</filename>
+ <options>zoom</options>
+ <pcolor>#ffffff</pcolor>
+ <scolor>#000000</scolor>
+ </wallpaper>
+
</wallpapers>
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index 0f2ffee..7c7d217 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -11,6 +11,8 @@ adwaita_timed = configure_file(
backgrounds = [
'adwaita-d.png',
'adwaita-l.png',
+ 'archi-d.jpg',
+ 'archi-l.jpg',
'blobs-d.svg',
'blobs-l.svg',
'brush-strokes-d.jpg',