File: org.gnome.eog.plugins.fullscreenbg.gschema.xml.in

package info (click to toggle)
eog-plugins 44.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,564 kB
  • sloc: ansic: 2,848; python: 593; makefile: 34; xml: 14
file content (14 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<schemalist>
  <schema id="org.gnome.eog.plugins.fullscreenbg" path="/org/gnome/eog/plugins/fullscreenbg/" gettext-domain="@GETTEXT_PACKAGE@">
    <key name="use-custom" type="b">
      <default>true</default>
      <summary>Use custom background settings</summary>
      <description>Whether the plugin should use global settings or its own.</description>
    </key>
    <key name="background-color" type="s">
      <default>'#000000'</default>
      <summary>Background color in fullscreen mode</summary>
      <description>The color that is used to fill the area behind the image. This option has effect only if use-custom is enabled.</description>
    </key>
  </schema>
</schemalist>