summaryrefslogtreecommitdiff
path: root/battstat/org.mate.panel.applet.battstat.gschema.xml.in
blob: c061e70dc9fc79db7acf58873e2ee408cd784629 (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
<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="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>
  </schema>
</schemalist>