summaryrefslogtreecommitdiffstats
path: root/schemas/org.gnome.desktop.background.gschema.xml.in
blob: 6a70b658fd722a45bb36642637dde6e947532aba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
  <schema id="org.gnome.desktop.background" path="/org/gnome/desktop/background/">
    <key name="picture-options" enum="org.gnome.desktop.GDesktopBackgroundStyle">
      <default>'zoom'</default>
      <summary>Picture Options</summary>
      <description>
        Determines how the image set by wallpaper_filename is rendered.
        Possible values are “none”, “wallpaper”, “centered”, “scaled”,
        “stretched”, “zoom”, “spanned”.
      </description>
    </key>
    <key name="picture-uri" type="s">
      <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
        local (file://) URIs.
      </description>
    </key>
    <key name="picture-uri-dark" type="s">
      <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
        local (file://) URIs.
      </description>
    </key>
    <key name="picture-opacity" type="i">
      <range min="0" max="100"/>
      <default>100</default>
      <summary>Picture Opacity</summary>
      <description>
        Opacity with which to draw the background picture.
      </description>
    </key>
    <key name="primary-color" type="s">
      <default>'#023c88'</default>
      <summary>Primary Color</summary>
      <description>
        Left or Top color when drawing gradients, or the solid color.
      </description>
    </key>
    <key name="secondary-color" type="s">
      <default>'#5789ca'</default>
      <summary>Secondary Color</summary>
      <description>
        Right or Bottom color when drawing gradients, not used for solid color.
      </description>
    </key>
    <key name="color-shading-type" enum="org.gnome.desktop.GDesktopBackgroundShading">
      <default>'solid'</default>
      <summary>Color Shading Type</summary>
      <description>
        How to shade the background color. Possible values are “horizontal”,
        “vertical”, and “solid”.
      </description>
    </key>
    <key name="show-desktop-icons" type="b">
      <default>false</default>
      <summary>Have file manager handle the desktop</summary>
      <description>
        If set to true, then file manager will draw the icons on the desktop.
      </description>
    </key>
  </schema>
</schemalist>