blob: b356c11a55df59d022b28a6ac080afe9adf601ba (
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
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>
|