-
Notifications
You must be signed in to change notification settings - Fork 11
/
indicator-sensors.gschema.xml.in.in
42 lines (42 loc) · 2.01 KB
/
indicator-sensors.gschema.xml.in.in
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
<schemalist>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="indicator-sensors.indicator" path="/apps/indicator-sensors/indicator/">
<key type="s" name="primary-sensor">
<default>""</default>
<_summary>Primary sensor to display</_summary>
<_description>The primary sensor to display in the indicator, identified by it’s path.</_description>
</key>
<!-- consider making this an enum -->
<key type="i" name="display-flags">
<default>7</default>
<_summary>Display flags for the indicator</_summary>
<_description>The elements used to display the primary sensor within the indicator.</_description>
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="indicator-sensors.manager" path="/apps/indicator-sensors/manager/">
<key type="as" name="enabled-sensors">
<default>[]</default>
<_summary>Enabled sensors</_summary>
<_description>The list of enabled sensors to monitor, each identified by it’s path.</_description>
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="indicator-sensors.sensor" path="/apps/indicator-sensors/sensor/">
<key type="i" name="alarm-delay">
<default>5</default>
<_summary>Seconds to delay hiding / showing alarms</_summary>
<_description>Alarm delay adds some hysteresis so alarms aren't shown for quickly fluctuating values.</_description>
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="indicator-sensors.application" path="/apps/indicator-sensors/application/">
<!-- consider making this an enum -->
<key type="i" name="temperature-scale">
<default>1</default>
<_summary>Temperature scale</_summary>
<_description>The temperature scale to display temperature sensor values.</_description>
</key>
<key type="b" name="show-indicator">
<default>true</default>
<_summary>Show indicator</_summary>
<_description>Whether to show the indicator in the notification area.</_description>
</key>
</schema>
</schemalist>