summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2021-12-13 03:11:19 +0500
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-02-07 10:19:08 +0000
commit2cc2ac27f59067cada19156253844b1f471f5b2b (patch)
tree3dea90eebdda721d5f930621673db4e29e025a1c
parent287e8a2d559e70876bb2a6a0c5305fb005cd2dc1 (diff)
downloadgsettings-desktop-schemas-wip/exalm/dark-wallpapers.tar.gz
background: Add picture-uri-darkwip/exalm/dark-wallpapers
-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>