~mjz/awn-extras/to-do-two

« back to all changes in this revision

Viewing changes to applets/maintained/hardware-sensors/awn-applet-hardware-sensors.schema-ini.in

  • Committer: Michal Hruby
  • Date: 2010-03-24 16:42:08 UTC
  • mfrom: (1209.1.9 0.4-build-system+i18n)
  • Revision ID: michal.mhr@gmail.com-20100324164208-faqrdd1nkaa056oq
Merge from <lp:~awn-extras/awn-extras/0.4-build-system+i18n>, plus distcheck fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
[DEFAULT/unit]
5
5
type = integer
6
6
default = 0
7
 
description = Temperature unit (0=Celsius, 1=Fahrenheit, 2=Kelvin).
 
7
_description=Temperature unit (0=Celsius, 1=Fahrenheit, 2=Kelvin).
8
8
 
9
9
[DEFAULT/timeout]
10
10
type = integer
11
11
default = 2
12
 
description = Timeout between two value updates (in seconds).
 
12
_description=Timeout between two value updates (in seconds).
13
13
 
14
14
[DEFAULT/show_value_overlay]
15
15
type = boolean
16
16
default = true
17
 
description = If enabled, show sensor value(s) as an overlay in the icon.
 
17
_description=If enabled, show sensor value(s) as an overlay in the icon.
18
18
 
19
19
[DEFAULT/font_size]
20
20
type = integer
21
21
default = 1
22
 
description = Size of value overlay in the icon (0=small, 1=medium, 2=large).
 
22
_description=Size of value overlay in the icon (0=small, 1=medium, 2=large).
23
23
 
24
24
[DEFAULT/theme]
25
25
type = string
26
26
default = dark
27
 
description = Applet theme.
 
27
_description=Applet theme.
28
28
 
29
29
[DEFAULT/hand_color]
30
30
type = color
31
31
default = #FF8800FF
32
 
description = The color (RGBA) of the meter hand/needle.
 
32
_description=The color (RGBA) of the meter hand/needle.
33
33
 
34
34
[DEFAULT/ids]
35
35
type = list-string
36
36
default =
37
 
description = Sensor ids.
 
37
_description=Sensor ids.
38
38
 
39
39
[DEFAULT/labels]
40
40
type = list-string
41
41
default =
42
 
description = Sensor labels.
 
42
_description=Sensor labels.
43
43
 
44
44
[DEFAULT/show]
45
45
type = list-boolean
46
46
default =
47
 
description = For each sensor, whether to show it in main dialog or not.
 
47
_description=For each sensor, whether to show it in main dialog or not.
48
48
 
49
49
[DEFAULT/dialog_row]
50
50
type = list-integer
51
51
default =
52
 
description = In what row of dialog is the sensor shown.
 
52
_description=In what row of dialog is the sensor shown.
53
53
 
54
54
[DEFAULT/in_icon]
55
55
type = list-boolean
56
56
default = 
57
 
description = Whether to show a sensor in applet icon or not.
 
57
_description=Whether to show a sensor in applet icon or not.
58
58
 
59
59
[DEFAULT/high_values]
60
60
type = list-float
61
61
default = 
62
 
description = High value limit (at which alarm triggers) for each sensor.
 
62
_description=High value limit (at which alarm triggers) for each sensor.
63
63
 
64
64
[DEFAULT/low_values]
65
65
type = list-float
66
66
default = 
67
 
description = Low value limit (at which alarm triggers) for each sensor.
 
67
_description=Low value limit (at which alarm triggers) for each sensor.
68
68
 
69
69
[DEFAULT/high_alarms]
70
70
type = list-boolean
71
71
default = 
72
 
description = Whether alarm should trigger at high value limit or not.
 
72
_description=Whether alarm should trigger at high value limit or not.
73
73
 
74
74
[DEFAULT/low_alarms]
75
75
type = list-boolean
76
76
default = 
77
 
description = Whether alarm should trigger at low value limit or not.
 
77
_description=Whether alarm should trigger at low value limit or not.
78
78