File: mobi.phosh.plugins.caffeine-quick-setting.gschema.xml

package info (click to toggle)
phosh 0.53.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,936 kB
  • sloc: ansic: 83,383; xml: 3,981; python: 717; sh: 449; makefile: 34; lisp: 22; javascript: 6
file content (22 lines) | stat: -rw-r--r-- 791 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema id="mobi.phosh.plugins.caffeine-quick-setting"
          path="/mobi/phosh/plugins/caffeine-quick-setting/">
    <key name="intervals" type="au">
      <default>[120, 300, 900, 4294967295]</default>
      <summary>Time intervals for which caffeine can remain on</summary>
      <description>
        Various time interval options, during which caffeine will stay on, in seconds.
      </description>
    </key>

    <key name="selected-index" type="u">
      <default>3</default>
      <summary>Index of selected interval</summary>
      <description>
        Corresponding index of the selected interval. If out of bounds,
        default value of infinity is selected.
      </description>
    </key>
  </schema>
</schemalist>