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

« back to all changes in this revision

Viewing changes to applets/maintained/sysmon/awn-applet-sysmon.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/dummy]
5
5
type = boolean
6
6
default = true
7
 
description = Just a dummy key.. this will be removed later.
 
7
_description=Just a dummy key.. this will be removed later.
8
8
 
9
9
[DEFAULT/time_stamp]
10
10
type = integer
11
11
default = 0
12
 
description = Just a dummy key.. this will be removed later.
 
12
_description=Just a dummy key.. this will be removed later.
13
13
 
14
14
[applet/dummy]
15
15
type = boolean
16
16
default = true
17
 
description = Just a dummy key.. this will be removed later.
 
17
_description=Just a dummy key.. this will be removed later.
18
18
 
19
19
[applet/icon_list]
20
20
type = list-string
21
21
default = CPU::-1;
22
 
description = List of icons
 
22
_description=List of icons
23
23
 
24
24
[applet/time_stamp]
25
25
type = integer
26
26
default = 0
27
 
description = Just a dummy key.. this will be removed later.
 
27
_description=Just a dummy key.. this will be removed later.
28
28
 
29
29
[icon/graph_type]
30
30
type = integer
31
31
default = 0
32
 
description = CPU graph type to use.  Note that some Icons do not support all graph types.  If this occurs an icon will revert to it's own default (value of 0).
 
32
_description=CPU graph type to use.  Note that some Icons do not support all graph types.  If this occurs an icon will revert to it's own default (value of 0).
33
33
 
34
34
[icon/time_stamp]
35
35
type = integer
36
36
default = 0
37
 
description = Just a dummy key.. this will be removed later.
 
37
_description=Just a dummy key.. this will be removed later.
38
38
 
39
39
[applet/render_bg]
40
40
type = boolean
41
41
default = true
42
 
description = Render background.
 
42
_description=Render background.
43
43
 
44
44
[icon/update_timeout]
45
45
type = integer
46
46
default = 1000
47
 
description = If the updates are time based then how frequently to update in ms.
 
47
_description=If the updates are time based then how frequently to update in ms.
48
48
 
49
49
; vim: set ft=dosini :