~cairo-dock-team/ubuntu/precise/cairo-dock-plug-ins/3.0.0.0rc1

« back to all changes in this revision

Viewing changes to System-Monitor/data/System-Monitor.conf

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne, Matthieu Baerts (matttbe), Julien Lavergne
  • Date: 2009-10-05 19:27:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091005192717-mvqvb395guktr401
Tags: 2.0.9-0ubuntu1
[ Matthieu Baerts (matttbe) ]
* New upstream release (LP: #435590)
* debian/control: 
 - Remove ${shlibs:Depends} for integration plug-ins to avoid
   pulling shared libraries which are detected automatically.
 - Added curl as depends for cairo-dock-plug-ins
* debian/rules:
 - Add --enable-dnd2share and --enable-musicplayer to enable new applets.
 - Remove --enable-rhythmbox and --enable-nvidia to remove those applets,
   not maintained upstream.
* Update *.install to take all generated applets.

[ Julien Lavergne ]
* Adjust changelog with Daniel Holbach suggestions.
* cairo-dock-plug-ins.changelogs:  Install specific changelog for 2.0.9
* Build-depends on cairo-dock-dev (>= 2.0.9)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!en;1.0.0-beta
 
2
 
 
3
#[gtk-about]
 
4
[Icon]
 
5
#j+[0;128] Desired icon size for this applet
 
6
#{Set to 0 to use the default applet size}
 
7
icon size = 0;0
 
8
 
 
9
#s Name of the icon as it will appear in its label in the dock :
 
10
name = System monitor
 
11
 
 
12
#d Name of the dock it belongs to:
 
13
dock name = 
 
14
 
 
15
order=
 
16
icon=
 
17
 
 
18
#[gtk-convert]
 
19
[Desklet]
 
20
#j+[20;512] Desklet's dimension (width x height) :
 
21
#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
 
22
size = 96;96
 
23
 
 
24
#i[-2048;2048] Desklet's position (x ; y) :
 
25
#{Depending on your WindowManager, you can move it with ALT + left_click}
 
26
x position=0
 
27
#i[-2048;2048] ...
 
28
y position=0
 
29
 
 
30
#b Is detached from the dock ?
 
31
initially detached=false
 
32
#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
 
33
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
 
34
accessibility=0
 
35
#b Should be visible on all desktops ?
 
36
sticky=true
 
37
 
 
38
#b Lock position ?
 
39
#{If locked, the desklet can't be moved by simply dragging it with the left mouse button. Of course you can still move it with ALT + left_click.}
 
40
locked = false
 
41
 
 
42
#I[-180;180] Rotation :
 
43
#{in degrees.}
 
44
rotation = 0
 
45
 
 
46
use size=
 
47
 
 
48
#F[Decorations;gtk-orientation-portrait]
 
49
frame_deco=
 
50
 
 
51
#o+ Choose a decoration theme for this desklet :
 
52
#{Choose the 'personnal' one to define your own decorations below.}
 
53
decorations = default
 
54
 
 
55
#v
 
56
sep_deco =
 
57
 
 
58
#S+ Background image :
 
59
#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
 
60
bg desklet =
 
61
#e+[0;1] Background tansparency :
 
62
bg alpha = 1
 
63
#i+[0;256] Left offset :
 
64
#{in pixels. Use this to adjust the left position of the drawings.}
 
65
left offset = 0
 
66
#i+[0;256] Top offset :
 
67
#{in pixels. Use this to adjust the top position of the drawings.}
 
68
top offset = 0
 
69
#i+[0;256] Right offset :
 
70
#{in pixels. Use this to adjust the right position of the drawings.}
 
71
right offset = 0
 
72
#i+[0;256] Bottom offset :
 
73
#{in pixels. Use this to adjust the bottom position of the drawings.}
 
74
bottom offset = 0
 
75
#S+ Foreground image :
 
76
#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
 
77
fg desklet =
 
78
#e+[0;1] Foreground tansparency :
 
79
fg alpha = 1
 
80
 
 
81
 
 
82
#[gtk-preferences]
 
83
[Configuration]
 
84
 
 
85
#l+[Gauge;Graph] Choose the style of the display : 
 
86
renderer = 0
 
87
 
 
88
 
 
89
#X[Gauge;gtk-dialog-info]
 
90
frame_gauge=
 
91
 
 
92
#h+[/usr/share/cairo-dock/gauges;gauges;gauges] Choose one of the available themes :/
 
93
theme = Turbo-night-fuel
 
94
 
 
95
 
 
96
#X[Graph;gtk-dialog-info]
 
97
frame_graph=
 
98
 
 
99
#l+[Line;Plain;Bar;Circle;Plain Circle] Type of graphic :
 
100
graphic type = 0
 
101
 
 
102
#c+ High values color :
 
103
#{It's the color of the graphic for high values.}
 
104
high color = 1;0;0
 
105
 
 
106
#c+ Low values color :
 
107
#{It's the color of the graphic for low values.}
 
108
low color = 1;1;0
 
109
 
 
110
#C+ Background color of the graphic :
 
111
bg color = .5;.5;1.;.4
 
112
 
 
113
#b Show all values on same graph ?
 
114
mix graph = false
 
115
 
 
116
 
 
117
#F[Parameters;gtk-preferences]
 
118
frame_param =
 
119
 
 
120
#b Show CPU usage ?
 
121
show cpu = true
 
122
 
 
123
#b Show RAM usage ?
 
124
show ram = true
 
125
 
 
126
#b Show SWAP too ?
 
127
show swap = false
 
128
 
 
129
#b Show graphic card temperature ?
 
130
#{You need an nVidia and the 'nvidia-settings' tool.}
 
131
show nvidia = false
 
132
 
 
133
#b Show free memory instead of used memory ?
 
134
show free = false
 
135
 
 
136
#l[No;On icon;On label] Display values :
 
137
info display = 1
 
138
 
 
139
#i[1;30] Delay between refresh :
 
140
#{in seconds.}
 
141
delay = 2
 
142
 
 
143
#e[0;1] How smooth is the movement ?
 
144
#{You need OpenGL for this option. Set it to 0 to not use it, 1 means the movement is continue.}
 
145
smooth = 1
 
146
 
 
147
#v
 
148
sep1=
 
149
 
 
150
#s User command to show a system monitor :
 
151
#{Let empty to use the default one.}
 
152
sys monitor =
 
153
 
 
154
#b Steal the system monitor's icon in taskbar ?
 
155
#{It will prevent the system monitor's icon to appear in the taskbar. The applet's icon will then behave as a launcher, an appli, and an applet.}
 
156
inhibate appli = true
 
157
 
 
158
#s Class of the system monitor program:
 
159
#{Let empty to use the default one.}
 
160
sys monitor class =
 
161
 
 
162
 
 
163
#F[Top List;gtk-sort-ascending]
 
164
frame_top=
 
165
 
 
166
#i[1;20] Number of programs to display in the top list :
 
167
#{When you left-click on the icon, you will get the list of the N most CPU/RAM-using programs.}
 
168
top = 3
 
169
 
 
170
#c+ Start color of the top list :
 
171
#{It's the first color of the gradation used to write the top list.}
 
172
top color start = 1;0;0
 
173
 
 
174
#c+ Stop color of the top list :
 
175
#{It's the second color of the gradation used to write the top list.}
 
176
top color stop = 1;1;0
 
177
 
 
178
#b Show top memory usage in % ?
 
179
top in percent = false
 
180
 
 
181
#i[1;30] Delay between refresh of the top list :
 
182
#{in seconds.}
 
183
top delay = 2
 
184
 
 
185
HZ = 100
 
186
 
 
187
 
 
188
#F[Graphic Card temperature;gtk-dialog-info]
 
189
frame_nvidia =
 
190
 
 
191
#i[20;60] Lower limit of core temperature :
 
192
#{in celcius. The temperature will be displayed between this value and the upper limit.}
 
193
llt = 0
 
194
#i[60;120] Upper limit of core temperature :
 
195
#{in celcius. The temperature will be displayed between the lower limit and this value.}
 
196
ult = 110
 
197
#b Alert when core temperature is high ?
 
198
alert=true
 
199
#i[60;120] Alert limit of core temperature :
 
200
#{in celcius.}
 
201
alt = 100
 
202
#b Play a sound during the alert ?
 
203
asound=true
 
204
#u Sound path :
 
205
sound path = /usr/share/sounds/error.wav