summaryrefslogtreecommitdiff
path: root/battstat/battstat.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'battstat/battstat.schemas.in')
-rw-r--r--battstat/battstat.schemas.in104
1 files changed, 104 insertions, 0 deletions
diff --git a/battstat/battstat.schemas.in b/battstat/battstat.schemas.in
new file mode 100644
index 00000000..b356c11a
--- /dev/null
+++ b/battstat/battstat.schemas.in
@@ -0,0 +1,104 @@
+<mateconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/apps/battstat-applet/prefs/red_value</key>
+ <owner>battstat-applet</owner>
+ <type>int</type>
+ <default>15</default>
+ <locale name="C">
+ <short>Red value level</short>
+ <long>The battery level below which the battery is displayed as red. Also the value at which the low battery warning is displayed.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/battstat-applet/prefs/red_value_is_time</key>
+ <owner>battstat-applet</owner>
+ <type>bool</type>
+ <locale name="C">
+ <short>Warn on low time rather than low percentage</short>
+ <long>Use the value defined in red_value as a time remaining to show the warning dialog rather than a percentage.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/battstat-applet/prefs/low_battery_notification</key>
+ <owner>battstat-applet</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Low Battery Notification</short>
+ <long>Notify user when the battery is low.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/battstat-applet/prefs/full_battery_notification</key>
+ <owner>battstat-applet</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Full Battery Notification</short>
+ <long>Notify user when the battery is full.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/battstat-applet/prefs/beep</key>
+ <owner>battstat-applet</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Beep for warnings</short>
+ <long>Beep when displaying a warning.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/battstat-applet/prefs/drain_from_top</key>
+ <owner>battstat-applet</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Drain from top</short>
+ <long>Show the battery meter draining from the top of the battery. Only implemented for traditional battery view.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/battstat-applet/prefs/show_status</key>
+ <owner>battstat-applet</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Upright (small) battery</short>
+ <long>Show the upright, smaller battery on the panel.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/battstat-applet/prefs/show_battery</key>
+ <owner>battstat-applet</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Show the horizontal battery</short>
+ <long>Show the traditional, horizontal battery on the panel.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/battstat-applet/prefs/show_text</key>
+ <owner>battstat-applet</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Show the time/percent label</short>
+ <long>0 for no label, 1 for percentage and 2 for time remaining.</long>
+ </locale>
+ </schema>
+
+ </schemalist>
+
+</mateconfschemafile>