summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2021-12-02 22:16:09 +0100
committerJakub Steiner <jimmac@gmail.com>2021-12-02 22:16:09 +0100
commit4ac2ee634a6b2fb8f802f9c3ebf0c573be3f8750 (patch)
tree2e133bda7a07af9ac97480e588b78ac3018bd5d6
parentaaa88e3c1693ee096863dd0064d6b5730b13c7d9 (diff)
downloadgnome-backgrounds-4ac2ee634a6b2fb8f802f9c3ebf0c573be3f8750.tar.gz
libadwaita rounded wallpaper
-rw-r--r--AUTHORS4
-rw-r--r--backgrounds/archi-d.jpgbin1640500 -> 0 bytes
-rw-r--r--backgrounds/archi-l.jpgbin2375874 -> 0 bytes
-rw-r--r--backgrounds/gnome-backgrounds.xml.in4
-rw-r--r--backgrounds/libadwaita-d.jpgbin0 -> 1036309 bytes
-rw-r--r--backgrounds/libadwaita-l.jpgbin0 -> 1877003 bytes
-rw-r--r--backgrounds/meson.build4
7 files changed, 6 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index 154871a..b724559 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,14 +1,14 @@
Image Authors:
-- archi*:
- adwaita*:
-- symbolics*:
- blobs*:
- brush-strokes*:
- disco*:
- drool*:
- frosty*:
+- libadwaita*:
- pixels*:
+- symbolics*:
- Wood*:
Copyright © 2011-2021 Jakub Steiner <jimmac@gmail.com>
diff --git a/backgrounds/archi-d.jpg b/backgrounds/archi-d.jpg
deleted file mode 100644
index c3ec617..0000000
--- a/backgrounds/archi-d.jpg
+++ /dev/null
Binary files differ
diff --git a/backgrounds/archi-l.jpg b/backgrounds/archi-l.jpg
deleted file mode 100644
index 9abc052..0000000
--- a/backgrounds/archi-l.jpg
+++ /dev/null
Binary files differ
diff --git a/backgrounds/gnome-backgrounds.xml.in b/backgrounds/gnome-backgrounds.xml.in
index 2f4c720..54185d9 100644
--- a/backgrounds/gnome-backgrounds.xml.in
+++ b/backgrounds/gnome-backgrounds.xml.in
@@ -124,14 +124,14 @@
<wallpaper deleted="false">
<name>10</name>
- <filename>@BACKGROUNDDIR@/archi-d.jpg</filename>
+ <filename>@BACKGROUNDDIR@/libadwaita-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>
+ <filename>@BACKGROUNDDIR@/libadwaita-l.jpg</filename>
<options>zoom</options>
<pcolor>#ffffff</pcolor>
<scolor>#000000</scolor>
diff --git a/backgrounds/libadwaita-d.jpg b/backgrounds/libadwaita-d.jpg
new file mode 100644
index 0000000..82c42d1
--- /dev/null
+++ b/backgrounds/libadwaita-d.jpg
Binary files differ
diff --git a/backgrounds/libadwaita-l.jpg b/backgrounds/libadwaita-l.jpg
new file mode 100644
index 0000000..662bb55
--- /dev/null
+++ b/backgrounds/libadwaita-l.jpg
Binary files differ
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index aff48fd..7cbc0fb 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -11,8 +11,6 @@ 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',
@@ -23,6 +21,8 @@ backgrounds = [
'drool-l.svg',
'frosty-d.jpg',
'frosty-l.jpg',
+ 'libadwaita-d.jpg',
+ 'libadwaita-l.jpg',
'pixels-d.png',
'pixels-l.png',
'symbolics-d.png',