summaryrefslogtreecommitdiff
path: root/battstat/org.mate.panel.applet.battstat.gschema.xml.in.in
blob: f35103a1f04db0aadb2ce2a967ddd620c9eae485 (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
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <schema id="org.mate.panel.applet.battstat">
    <key name="red-value" type="i">
      <default>15</default>
      <_summary>Red value level</_summary>
      <_description>The battery level below which the battery is displayed as red. Also the value at which the low battery warning is displayed.</_description>
    </key>
    <key name="red-value-is-time" type="b">
      <default>false</default>
      <_summary>Warn on low time rather than low percentage</_summary>
      <_description>Use the value defined in red_value as a time remaining to show the warning dialog rather than a percentage.</_description>
    </key>
    <key name="low-battery-notification" type="b">
      <default>true</default>
      <_summary>Low Battery Notification</_summary>
      <_description>Notify user when the battery is low.</_description>
    </key>
    <key name="full-battery-notification" type="b">
      <default>false</default>
      <_summary>Full Battery Notification</_summary>
      <_description>Notify user when the battery is full.</_description>
    </key>
    <key name="beep" type="b">
      <default>false</default>
      <_summary>Beep for warnings</_summary>
      <_description>Beep when displaying a warning.</_description>
    </key>
    <key name="drain-from-top" type="b">
      <default>false</default>
      <_summary>Drain from top</_summary>
      <_description>Show the battery meter draining from the top of the battery. Only implemented for traditional battery view.</_description>
    </key>
    <key name="show-status" type="b">
      <default>true</default>
      <_summary>Upright (small) battery</_summary>
      <_description>Show the upright, smaller battery on the panel.</_description>
    </key>
    <key name="show-battery" type="b">
      <default>false</default>
      <_summary>Show the horizontal battery</_summary>
      <_description>Show the traditional, horizontal battery on the panel.</_description>
    </key>
    <key name="show-text" type="i">
      <default>0</default>
      <_summary>Show the time/percent label</_summary>
      <_description>0 for no label, 1 for percentage and 2 for time remaining.</_description>
    </key>
    <key name="no-hal" type="b">
      <default>false</default>
      <_summary>Disable HAL</_summary>
      <_description>Disable HAL if true</_description>
    </key>
  </schema>
</schemalist>