summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schemas/org.gnome.desktop.background.gschema.xml.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/schemas/org.gnome.desktop.background.gschema.xml.in b/schemas/org.gnome.desktop.background.gschema.xml.in
index f421b16..f8386e0 100644
--- a/schemas/org.gnome.desktop.background.gschema.xml.in
+++ b/schemas/org.gnome.desktop.background.gschema.xml.in
@@ -11,13 +11,21 @@
</description>
</key>
<key name="picture-uri" type="s">
- <default>'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'</default>
+ <default>'file://@datadir@/backgrounds/gnome/adwaita-l.jpg'</default>
<summary>Picture URI</summary>
<description>
URI to use for the background image. Note that the backend only supports
local (file://) URIs.
</description>
</key>
+ <key name="picture-uri-dark" type="s">
+ <default>'file://@datadir@/backgrounds/gnome/adwaita-d.jpg'</default>
+ <summary>Picture URI (dark)</summary>
+ <description>
+ URI to use for the background image. Note that the backend only supports
+ local (file://) URIs.
+ </description>
+ </key>
<key name="picture-opacity" type="i">
<range min="0" max="100"/>
<default>100</default>