mirror of
https://github.com/Snigdha-OS/snigdhaos-cinnamon-config.git
synced 2025-12-06 13:33:51 +01:00
92 lines
3.4 KiB
XML
92 lines
3.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="org.cinnamon.desktop.background" path="/org/cinnamon/desktop/background/">
|
|
<key name="picture-options" enum="org.cinnamon.desktop.CDesktopBackgroundStyle">
|
|
<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:///usr/share/backgrounds/gnome/adwaita-timed.xml'</default>
|
|
<summary>Picture URI</summary>
|
|
<description>
|
|
URI to use for the background image. Not 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>'#000000'</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>'#000000'</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.cinnamon.desktop.CDesktopBackgroundShading">
|
|
<default>'solid'</default>
|
|
<summary>Color Shading Type</summary>
|
|
<description>
|
|
How to shade the background color. Possible values are "horizontal",
|
|
"vertical", and "solid".
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
|
|
<schema id="org.cinnamon.desktop.background.slideshow" path="/org/cinnamon/desktop/background/slideshow/">
|
|
<key name="slideshow-enabled" type="b">
|
|
<default>false</default>
|
|
<summary>Whether or not to use a slideshow for the desktop background</summary>
|
|
<description>
|
|
This key defines the whether the desktop background shows one single wallpaper,
|
|
or a slideshow of images.
|
|
</description>
|
|
</key>
|
|
<key name="image-source" type="s">
|
|
<default>""</default>
|
|
<summary>Source to use for the background slideshow</summary>
|
|
<description>
|
|
This key defines the source for the slideshow to get images from.
|
|
</description>
|
|
</key>
|
|
<key name="delay" type="i">
|
|
<default>15</default>
|
|
<summary>Delay for the slideshow</summary>
|
|
<description>
|
|
This key defines the delay for the slideshow.
|
|
</description>
|
|
</key>
|
|
<key name="random-order" type="b">
|
|
<default>false</default>
|
|
<summary>Whether or not to play the images in random order</summary>
|
|
<description>
|
|
This key defines whether images are shown in order or chosen randomly.
|
|
</description>
|
|
</key>
|
|
<key name="slideshow-paused" type="b">
|
|
<default>false</default>
|
|
<summary>Whether the slideshow is currently playing or paused</summary>
|
|
<description>
|
|
This key defines whether the slideshow in currently in a playing or paused state.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|