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

« back to all changes in this revision

Viewing changes to dock-rendering/data/rendering.conf.in

  • 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;@VERSION_RENDERING@
 
2
 
 
3
[Inclinated Plane]
 
4
 
 
5
#I+[50;1000] Height of the vanishing point :
 
6
#{The lower, the more the point of view is low on the plane.}
 
7
vanishing point y = 200
 
8
 
 
9
#r+[Normal separator;Flat separator;Physical separator] Choose the way separators are drawn :
 
10
draw separator = 0
 
11
 
 
12
#c+4[0;1] For flat separators, you can specify their color:
 
13
#{red, blue, green, alpha}
 
14
separator color = 0.9;0.9;1.0;0.8
 
15
 
 
16
 
 
17
[Caroussel]
 
18
 
 
19
#e+[0;60] Inclination of the plane :
 
20
#{In degrees, regarding the vertical position. It's a sort of inclination of the plane on the horizontal, giving the 3D feeling. So setting it to 0 means the plane is not inclined at all (vertical).}
 
21
inclination = 40.
 
22
 
 
23
#e+[.35;.75] Percentage of the dock's width that appears on the foreground :
 
24
#{0.5 means the dock is half-folded, so half the icons are on the foreground, and half are on the background.}
 
25
foreground ratio = .5
 
26
 
 
27
#e+[-10;50] Depth of the plane :
 
28
#{The greater, the deeper. It is in fact the gap between background icons' bottom and foreground icons' top (in pixels).}
 
29
gap on ellipse = 10
 
30
 
 
31
#b Always show icons' face ?
 
32
#{otherwise they will turn.}
 
33
show face = false
 
34
 
 
35
[Parabolic]
 
36
 
 
37
#e[+0.1;1] Curvature :
 
38
#{The higher it is, the sooner the parabole will be curved.}
 
39
curvature = .5
 
40
 
 
41
#e+[1;10] Ratio height/width :
 
42
#{The parabole will be conscricted to a rectangle of this proportion.}
 
43
ratio = 5
 
44
 
 
45
#e+[0;1] Magnitude of the wave :
 
46
#{0 means the wave is totally flat, 1 means the wave is maximal.}
 
47
wave magnitude= .2
 
48
 
 
49
#i+[0;20] Space between icons and their label :
 
50
#{in pixels.}
 
51
text gap = 3
 
52
 
 
53
#b+ Draw labels while unfolding ?
 
54
#{It may recquire more CPU during the unfolding animation, except if you launch Cairo-Dock with Glitz.}
 
55
draw text = true
 
56
 
 
57
[Rainbow]
 
58
 
 
59
#i+[0;40] Space between rows :
 
60
space between rows = 10
 
61
 
 
62
#i+[0;40] Space between icons :
 
63
space between icons = 8
 
64
 
 
65
#e+[0;1] Magnitude of the wave :
 
66
#{0 means the wave is totally flat, 1 means the wave is identical to other views.}
 
67
wave magnitude = .3
 
68
 
 
69
#i+[1;20] Number of icons on the first row :
 
70
nb icons min = 1
 
71
 
 
72
#e+[60;180] Cone's width :
 
73
#{in degree. The smaller, the more the cone is narrow. 180° means the cone is widely opened.}
 
74
cone = 150
 
75
 
 
76
#c+4[0;1] Bow color :
 
77
#{Set transparency to 0 to not use it. It is quite slow with cairo.}
 
78
bow color = 0.7,0.9,1.0,0.8
 
79
 
 
80
#c+4[0;1] Line color :
 
81
line color = 0.5,1.0,0.9,0.6
 
82
 
 
83
 
 
84
[SimpleSlide]
 
85
 
 
86
#i+[10;100] Space between columns :
 
87
simple_iconGapX = 40
 
88
 
 
89
#i+[15;100] Space between rows :
 
90
simple_iconGapY = 50
 
91
 
 
92
#e+[1;3] Max size of icons :
 
93
simple_fScaleMax = 2.
 
94
 
 
95
#i+[50;1000] Sinusoidal wave radius :
 
96
simple_sinW = 200
 
97
 
 
98
#b+ Use a linear wave rather than a sinusoidal one ?
 
99
simple_lineaire = false
 
100
 
 
101
#b+ Use a wide shape ?
 
102
simple_wide_grid = false
 
103
 
 
104
#b Display text for all icons ?
 
105
simple_display_all_icons = false
 
106
 
 
107
#b+ Draw a background ?
 
108
simple_draw_background  = true
 
109
 
 
110
#c+4[0;1] First gradient color (r,v,b,a) :
 
111
simple_color_frame_start=0;0;0;1;
 
112
 
 
113
#c+4[0;1] Second gradient color (r,v,b,a) :
 
114
simple_color_frame_stop=0.3;0.3;0.3;0.6;
 
115
 
 
116
#b+ Top to bottom gradient ?
 
117
simple_fade2bottom = true
 
118
 
 
119
#b+ Left to right gradient ?
 
120
simple_fade2right = true
 
121
 
 
122
#i+[10;100] Arrow width :
 
123
simple_arrowWidth = 40
 
124
 
 
125
#i+[0;100] Arrow Height :
 
126
simple_arrowHeight = 40
 
127
 
 
128
#e+[-100;100] Arrow shift percent :
 
129
simple_arrowShift = 30
 
130
 
 
131
#i+[0;30] Corner radius :
 
132
simple_radius = 15
 
133
 
 
134
#i+[0;10] Border line width :
 
135
simple_lineWidth = 5
 
136
 
 
137
#c+4[0;1] Border line color (r,v,b,a) :
 
138
simple_color_border_line = 1;1;1;0.5;
 
139
 
 
140
 
 
141
[Curve]
 
142
 
 
143
#I+[0;100] Curvature of the curve in percent :
 
144
#{The lower, the more the curve will seem flat.}
 
145
curvature = 50
 
146
 
 
147
#i+[0;50] Amplitude of the curve.
 
148
#{in pixels.}
 
149
amplitude = 25
 
150
 
 
151
#r+[Normal separator;Flat separator;Physical separator] Choose the way separators are drawn :
 
152
draw curve separator = 0