~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-08-26 21:07:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090826210739-gyjuuqezrzuluao4
Tags: upstream-2.0.8.1
ImportĀ upstreamĀ versionĀ 2.0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!en;1.1.3
 
2
 
 
3
#[gtk-preferences]
 
4
[Global]
 
5
 
 
6
#F-[when hovering an icon]
 
7
frame_hov =
 
8
 
 
9
#r+4[Fire;Stars;Rain;Snow;Storm] Effects used :
 
10
effects = 0
 
11
 
 
12
#F-[when clicking on an launcher]
 
13
frame_lau =
 
14
 
 
15
#r+4[Fire;Stars;Rain;Snow;Storm] Effects used on launcher :
 
16
click launchers = 0
 
17
 
 
18
#F-[when clicking on an appli]
 
19
frame_appli =
 
20
 
 
21
#r+4[Fire;Stars;Rain;Snow;Storm] Effects used on applis :
 
22
click applis = 1
 
23
 
 
24
#F-[when clicking on an applet]
 
25
frame_applet =
 
26
 
 
27
#r+4[Fire;Stars;Rain;Snow;Storm] Effects used on applets :
 
28
click applets = 2
 
29
 
 
30
#v
 
31
sep =
 
32
 
 
33
#b+ Draw in background ?
 
34
background = false
 
35
 
 
36
#b+ Rotate effects with dock ?
 
37
rotate = false
 
38
 
 
39
#[/usr/share/cairo-dock/plug-ins/icon-effect/icon-fire.svg]
 
40
[Fire]
 
41
 
 
42
#I[0;5000] Duration of the animation :
 
43
#{In ms. Set 0 to not use this effect.}
 
44
duration = 1000
 
45
 
 
46
#b+ Repeat while icon is pointed ?
 
47
continue = false
 
48
 
 
49
#c+3 1st color of gradation :
 
50
color1 = 1;0.12;0
 
51
 
 
52
#c+3 2nd color of gradation :
 
53
color2 = 1;.95;0
 
54
 
 
55
#b+ Random colors ?
 
56
mystical = false
 
57
 
 
58
#b+ Add luminance ?
 
59
#{It will slightly alter the colors, so you may have to modify them.}
 
60
luminous = true
 
61
 
 
62
 
 
63
#I[10;500] Number of particles :
 
64
nb part = 150
 
65
 
 
66
#I[10;60] Particle size :
 
67
part size = 32
 
68
 
 
69
#e[1;10] Particle speed :
 
70
part speed = 3.
 
71
 
 
72
 
 
73
#[/usr/share/cairo-dock/plug-ins/icon-effect/star.png]
 
74
[Stars]
 
75
 
 
76
#I[0;5000] Duration of the animation :
 
77
#{In ms. Set 0 to not use this effect.}
 
78
duration = 2000
 
79
 
 
80
#b+ Repeat while icon is pointed ?
 
81
continue = true
 
82
 
 
83
#c+3 1st color of gradation :
 
84
color1 = 1;1;.7
 
85
 
 
86
#c+3 2nd color of gradation :
 
87
color2 = .9;.9;.9
 
88
 
 
89
#b+ Random colors ?
 
90
mystical = false
 
91
 
 
92
#I[10;300] Number of particles :
 
93
nb part = 35
 
94
 
 
95
#I[10;90] Particle size :
 
96
part size = 50
 
97
 
 
98
 
 
99
#[/usr/share/cairo-dock/plug-ins/icon-effect/snow.png]
 
100
[Snow]
 
101
 
 
102
#I[0;5000] Duration of the animation :
 
103
#{In ms. Set 0 to not use this effect.}
 
104
duration = 2000
 
105
 
 
106
#b+ Repeat while icon is pointed ?
 
107
continue = false
 
108
 
 
109
#c+3 1st color of gradation :
 
110
color1 = 1.;1.;1.
 
111
 
 
112
#c+3 2nd color of gradation :
 
113
color2 = .8;.9;.9
 
114
 
 
115
#I[10;300] Number of particles :
 
116
nb part = 50
 
117
 
 
118
#I[2;40] Particle size :
 
119
part size = 26
 
120
 
 
121
#e[.5;3] Particle speed :
 
122
part speed = 1.5
 
123
 
 
124
 
 
125
#[/usr/share/cairo-dock/plug-ins/icon-effect/rain.png]
 
126
[Rain]
 
127
 
 
128
#I[0;5000] Duration of the animation :
 
129
#{In ms. Set 0 to not use this effect.}
 
130
duration = 2000
 
131
 
 
132
#b+ Repeat while icon is pointed ?
 
133
continue = true
 
134
 
 
135
#c+3 1st color of gradation :
 
136
color1 = .5;.9;1.
 
137
 
 
138
#c+3 2nd color of gradation :
 
139
color2 = .9;.9;.9
 
140
 
 
141
#I[10;300] Number of particles :
 
142
nb part = 100
 
143
 
 
144
#I[2;30] Particle size :
 
145
part size = 20
 
146
 
 
147
#e[2;20] Particle speed :
 
148
part speed = 8
 
149
 
 
150
 
 
151
#[/usr/share/cairo-dock/plug-ins/icon-effect/icon-storm.png]
 
152
[Storm]
 
153
 
 
154
#I[0;8000] Duration of the animation :
 
155
#{In ms. Set 0 to not use this effect.}
 
156
duration = 4000
 
157
 
 
158
#b+ Repeat while icon is pointed ?
 
159
continue = true
 
160
 
 
161
#c+3 1st color of gradation :
 
162
color1 = .6;.6;.6
 
163
 
 
164
#c+3 2nd color of gradation :
 
165
color2 = .0;.4;.6
 
166
 
 
167
#I[10;400] Number of particles :
 
168
nb part = 200
 
169
 
 
170
#I[2;40] Particle size :
 
171
part size = 20