~ubuntu-branches/ubuntu/lucid/awn-extras-applets/lucid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-03-30 20:26:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100330202640-vza3bdnv9gc9bg5z
Tags: 0.4.0~rc1-0ubuntu1
* New upstream release (rc1) (LP: #551309)
 - Stack applet close on click (LP: #261520)
* debian/patches/
 - 03-remove-cairo-menu-pref.patch: From upstream (r1244 + r1245 + r1252),
   remove menu entry for cairo-menu preferences, it's not implemented
   (LP: #511254)
 - 04-tomboy-threading-free.patch: From upstream (r1246), remove threading to
   make the applet working. 
* debian/*.install: Update installation location of comics and digital 
  applets.
* debian/control: 
 - Move digital applet from python to C, and add proper Replaces.
 - Add Replaces for awn-applets-c-core to handle migration from 0.3.2.2.
   (LP: #524559)

Show diffs side-by-side

added added

removed removed

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