~jroose/cairo-dock-plug-ins/Messaging-Menu-alaric-devel

« back to all changes in this revision

Viewing changes to icon-effect/data/icon-effect.conf.in

  • Committer: jroose at gmail
  • Date: 2010-11-18 14:43:40 UTC
  • Revision ID: jroose@gmail.com-20101118144340-qvrs0rmanr5lr1mj
Messaging-Menu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!en;@VERSION_ICON_EFFECTS@
 
2
 
 
3
#[gtk-preferences]
 
4
[Global]
 
5
 
 
6
#F-[when hovering over an icon]
 
7
frame_hov =
 
8
 
 
9
#V+[Fire;Stars;Rain;Snow;Storm;Firework] Effects used:
 
10
effects = 0
 
11
 
 
12
#F-[when clicking on an launcher]
 
13
frame_lau =
 
14
 
 
15
#V+[Fire;Stars;Rain;Snow;Storm;Firework] Effects used on launcher:
 
16
click launchers = 0
 
17
 
 
18
#F-[when clicking on an application]
 
19
frame_appli =
 
20
 
 
21
#V+[Fire;Stars;Rain;Snow;Storm;Firework] Effects used on applications:
 
22
click applis = 1
 
23
 
 
24
#F-[when clicking on an applet]
 
25
frame_applet =
 
26
 
 
27
#V+[Fire;Stars;Rain;Snow;Storm;Firework] Effects used on applets:
 
28
click applets = 2
 
29
 
 
30
#F-
 
31
frame_appli_ =
 
32
 
 
33
 
 
34
#b+ Draw in background?
 
35
background = false
 
36
 
 
37
#b+ Rotate effects with dock?
 
38
rotate = false
 
39
 
 
40
#[@icon_effectsdatadir@/icon-fire.svg]
 
41
[Fire]
 
42
 
 
43
#I[0;5000] Duration of the animation:
 
44
#{In ms. Set 0 to not use this effect.}
 
45
duration = 1000
 
46
 
 
47
#b+ Repeat while icon is pointed to?
 
48
continue = 
 
49
 
 
50
#F[Colours]
 
51
frame_col =
 
52
 
 
53
#c 1st color of gradation :
 
54
color1 = 1;0.12;0
 
55
 
 
56
#c 2nd color of gradation :
 
57
color2 = 1;.95;0
 
58
 
 
59
#b+ Random colours?
 
60
mystical = false
 
61
 
 
62
#b+ Add luminance?
 
63
#{This will slightly alter your colours, so you may have to modify them.}
 
64
luminous = true
 
65
 
 
66
#F[Particles]
 
67
frame_part =
 
68
 
 
69
#I[10;500] Number of particles:
 
70
nb part = 150
 
71
 
 
72
#I[10;60] Particle size:
 
73
part size = 32
 
74
 
 
75
#e[1;10] Particle speed:
 
76
part speed = 3.
 
77
 
 
78
 
 
79
#[@icon_effectsdatadir@/star.png]
 
80
[Stars]
 
81
 
 
82
#I[200;5000] Duration of the animation:
 
83
#{In ms.}
 
84
duration = 2000
 
85
 
 
86
#b+ Repeat while icon is pointed to?
 
87
continue = true
 
88
 
 
89
#F[Colours]
 
90
frame_col =
 
91
 
 
92
#c 1st color of gradation :
 
93
color1 = 1;1;.7
 
94
 
 
95
#c 2nd color of gradation :
 
96
color2 = .9;.9;.9
 
97
 
 
98
#b+ Random colours?
 
99
mystical = false
 
100
 
 
101
#F[Particles]
 
102
frame_part =
 
103
 
 
104
#I[10;300] Number of particles:
 
105
nb part = 25
 
106
 
 
107
#I[10;90] Particle size:
 
108
part size = 40
 
109
 
 
110
 
 
111
#[@icon_effectsdatadir@/snow.png]
 
112
[Snow]
 
113
 
 
114
#I[200;5000] Duration of the animation:
 
115
#{In ms.}
 
116
duration = 2000
 
117
 
 
118
#b+ Repeat while icon is pointed to?
 
119
continue = false
 
120
 
 
121
#F[Colours]
 
122
frame_col =
 
123
 
 
124
#c 1st color of gradation :
 
125
color1 = 1.;1.;1.
 
126
 
 
127
#c 2nd color of gradation :
 
128
color2 = .8;.9;.9
 
129
 
 
130
#F[Particles]
 
131
frame_part =
 
132
 
 
133
#I[10;300] Number of particles:
 
134
nb part = 50
 
135
 
 
136
#I[2;40] Particle size:
 
137
part size = 26
 
138
 
 
139
#e[.5;3] Particle speed:
 
140
part speed = 1.5
 
141
 
 
142
 
 
143
#[@icon_effectsdatadir@/rain.png]
 
144
[Rain]
 
145
 
 
146
#I[200;5000] Duration of the animation:
 
147
#{In ms.}
 
148
duration = 2000
 
149
 
 
150
#b+ Repeat while icon is pointed to?
 
151
continue = true
 
152
 
 
153
#F[Colours]
 
154
frame_col =
 
155
 
 
156
#c 1st color of gradation :
 
157
color1 = .5;.9;1.
 
158
 
 
159
#c 2nd color of gradation :
 
160
color2 = .9;.9;.9
 
161
 
 
162
#F[Particles]
 
163
frame_part =
 
164
 
 
165
#I[10;300] Number of particles:
 
166
nb part = 90
 
167
 
 
168
#I[2;30] Particle size:
 
169
part size = 14
 
170
 
 
171
#e[2;20] Particle speed:
 
172
part speed = 8
 
173
 
 
174
 
 
175
#[@icon_effectsdatadir@/icon-storm.png]
 
176
[Storm]
 
177
 
 
178
#I[200;8000] Duration of the animation:
 
179
#{In ms.}
 
180
duration = 4000
 
181
 
 
182
#b+ Repeat while icon is pointed to?
 
183
continue = true
 
184
 
 
185
#F[Colours]
 
186
frame_col =
 
187
 
 
188
#c 1st color of gradation :
 
189
color1 = .6;.6;.6
 
190
 
 
191
#c 2nd color of gradation :
 
192
color2 = .0;.4;.6
 
193
 
 
194
#F[Particles]
 
195
frame_part =
 
196
 
 
197
#I[10;400] Number of particles:
 
198
nb part = 100
 
199
 
 
200
#I[2;40] Particle size:
 
201
part size = 10
 
202
 
 
203
 
 
204
#[@icon_effectsdatadir@/icon-firework.png]
 
205
[Firework]
 
206
 
 
207
#I[200;5000] Duration of the animation:
 
208
#{In ms.}
 
209
duration = 2000
 
210
 
 
211
#b+ Repeat while icon is pointed to?
 
212
continue = true
 
213
 
 
214
#F[Colours]
 
215
frame_col =
 
216
 
 
217
#c Default colour:
 
218
color = 1;0;0
 
219
 
 
220
#b+ Random colours?
 
221
random colors = true
 
222
 
 
223
#b+ Add luminance?
 
224
#{It particularily fits a dark wallpaper or a dark theme.}
 
225
luminous = true
 
226
 
 
227
#F[Particles]
 
228
frame_part =
 
229
 
 
230
#i[1;5] Number of sources:
 
231
nb sources = 2
 
232
 
 
233
#I[50;360] Number of particles per source:
 
234
nb_part = 200
 
235
 
 
236
#e[.1;.5] Radius of the explosion:
 
237
#{In percentage of the icon's size.}
 
238
radius = .25
 
239
 
 
240
#I[2;10] Particle size:
 
241
part size = 5
 
242
 
 
243
#b Show the launching?
 
244
launching = true
 
245
 
 
246
#e[2;10] Particle friction:
 
247
friction = 5