From ded861de8530fb685fa15646ce15c8716be3b596 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Wed, 17 Aug 2022 16:27:27 +0200 Subject: wallpaper: use webp Fixes https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/issues/43 --- schemas/org.gnome.desktop.background.gschema.xml.in | 4 ++-- 1 file 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 @@ - 'file://@datadir@/backgrounds/gnome/adwaita-l.jpg' + 'file://@datadir@/backgrounds/gnome/adwaita-l.webp' Picture URI URI to use for the background image. Note that the backend only supports @@ -19,7 +19,7 @@ - 'file://@datadir@/backgrounds/gnome/adwaita-d.jpg' + 'file://@datadir@/backgrounds/gnome/adwaita-d.webp' Picture URI (dark) URI to use for the background image. Note that the backend only supports -- cgit v1.2.1