summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2022-08-17 16:27:27 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-09-05 20:32:23 +0000
commitded861de8530fb685fa15646ce15c8716be3b596 (patch)
tree548b83eea9bdc77b3b2d74e7da575d9130e0caf9
parentfce190db217d0d032e763a375c191d9e1acdf1c2 (diff)
downloadgsettings-desktop-schemas-ded861de8530fb685fa15646ce15c8716be3b596.tar.gz
wallpaper: use webp
Fixes https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/issues/43
-rw-r--r--schemas/org.gnome.desktop.background.gschema.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/org.gnome.desktop.background.gschema.xml.in b/schemas/org.gnome.desktop.background.gschema.xml.in
index f8386e0..6a70b65 100644
--- a/schemas/org.gnome.desktop.background.gschema.xml.in
+++ b/schemas/org.gnome.desktop.background.gschema.xml.in
@@ -11,7 +11,7 @@
</description>
</key>
<key name="picture-uri" type="s">
- <default>'file://@datadir@/backgrounds/gnome/adwaita-l.jpg'</default>
+ <default>'file://@datadir@/backgrounds/gnome/adwaita-l.webp'</default>
<summary>Picture URI</summary>
<description>
URI to use for the background image. Note that the backend only supports
@@ -19,7 +19,7 @@
</description>
</key>
<key name="picture-uri-dark" type="s">
- <default>'file://@datadir@/backgrounds/gnome/adwaita-d.jpg'</default>
+ <default>'file://@datadir@/backgrounds/gnome/adwaita-d.webp'</default>
<summary>Picture URI (dark)</summary>
<description>
URI to use for the background image. Note that the backend only supports