~ubuntu-branches/ubuntu/maverick/cairo-dock/maverick

« back to all changes in this revision

Viewing changes to data/default-theme/cairo-dock.conf

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-09 23:26:12 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100809232612-yp4c6ig3jt1bzpdv
Tags: 2.2.0~0beta4-0ubuntu1
* New Upstream Version (LP: #614624)
* Fixed a few bugs on LP:
 - LP: #518453: Dock appears under all windows
                 (Compiz - fullscreen window)
 - LP: #521369: Separator are not removed when closing
                 grouped windows
 - LP: #521762: Some sentences are not correct
 - LP: #526466: Icons of apps with same class shouldn't
                 be stacked by default
 - LP: #535083: Dialogues looks ugly when a lot of them
                 appears at the same time
 - More details on the 'ChangeLog' file
* debian/rules:
 - Autotools has been replaced by CMake
 - Man pages are now included in the source code
* debian/copyright:
 - Updated with the new pathes and new files
* debian/control:
 - Autotools has been replaced by CMake
 - Added libcurl4-gnutls-dev as Build-deps
 - Bump Standard-Version to 3.9.1
* debian/cairo-dock-core.install:
 - Man pages are now included in the source code
 - All sonames are now installed into lib32 or lib64
* debian/cairo-dock-dev.install:
 - pkgconfig is now installed into lib32 or lib64

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#2.1.3-10-lucid
 
1
#!en;2.2.0-0beta0
2
2
######## This is the conf file of Cairo-Dock, released under the GPL.##########
3
3
######## It is parsed by cairo-dock to automatically generate an appropriate GUI,##########
4
4
######## so don't mess into it, except if you know what you're doing ! ;-)##########
8
8
#F-[Position on the screen;gtk-fullscreen]
9
9
frame_pos=
10
10
 
11
 
#l-[bottom;top;right;left] Choose which screen border the dock will placed on :
12
 
#{The icons will scroll according to the chosen placement type. Of course the dock can be placed anywhere on the screen, here we specify regarding to what.}
 
11
#l-[bottom;top;right;left] Choose which border of the screen the dock will be placed on:
13
12
screen border=0
14
13
 
15
 
#e-[0.;1.;left;right] Relative alignment :
16
 
#{At 0, the dock will place itself regarding the left corner if horizontal and the top corner if vertical, at 1 regarding the right corner if horizontal and the bottom corner if vertical, and at 0.5, regarding the middle of the screen's edge.}
 
14
#e-[0.;1.;left;right] Relative alignment:
 
15
#{When set to 0 the dock will position itself relative to the left corner if horizontal and the top corner if vertical. When set to 1 it will position itself relative to the right corner if horizontal and the bottom corner if vertical. When set to 0.5, it will position itself relative to the middle of the screen's edge.}
17
16
alignment=0.5
18
17
 
19
 
#F-[Offset to the screen's edge;gtk-leave-fullscreen]
 
18
#F-[Offset from the screen's edge;gtk-leave-fullscreen]
20
19
frame_scr=
21
20
 
22
 
#I-[-1000;1000] Lateral offset :
23
 
#{Gap from the absolute position on the screen's edge, in pixels. You can also move the dock by holding ALT or CTRL key and left mouse button.}
 
21
#I-[-1000;1000] Lateral offset:
 
22
#{Gap from the absolute position on the screen's edge, in pixels. You can also move the dock by holding the ALT or CTRL key and the left mouse button.}
24
23
x gap=0
25
 
#i-[-30;1000] Distance to the screen's edge :
26
 
#{in pixels. You can also move the dock by holding ALT or CTRL key and left mouse button.}
 
24
#i-[-30;1000] Distance to the screen edge:
 
25
#{in pixels. You can also move the dock by holding the ALT or CTRL key and the left mouse button.}
27
26
y gap=-1
28
27
 
29
28
#F-[Multiple screens]
30
29
frame_xin=
31
30
 
32
 
#B- Use Xinerama ?
 
31
#B- Use Xinerama?
 
32
#{This option is to use if you have a dual-screen and use Xinerama to manage them.}
33
33
xinerama=false
34
 
#i[0;12] Number of the screen where the dock should be located :
 
34
#i[0;12] Number of the screen where the dock should be located:
35
35
#{starting from 0}
36
36
#
37
37
num screen=0
42
42
#F-[Visibility of the main dock;gtk-find]
43
43
frame_visi=
44
44
 
45
 
#Y-[Always on top;0;0;Prevent windows from overlapping the dock;0;0;Keep the dock below windows;1;1;Automatically hide the dock;0;0;Automatically hide when a window is maximized;0;0;Pop-up on shortcut;2;1] Visibility :
46
 
#{Prevent windows from overlapping the dock : reserve space at the edge of the screen for the dock.
47
 
#Auto-hide : the dock will automatically hide itself outside of the scren when the mouse leaves it. Instead, it will show a zone where placing the mouse will trigger the dock and make it re-appear.
48
 
#Keep the dock below windows : the dock will pop-up on the foreground when you place the mouse on its screen border.
 
45
#Y-[Always on top;0;0;Prevent windows from overlapping the dock;0;0;Automatically hide the dock;1;2;Hide the dock whenever it overlaps a window;1;2;Hide the dock when it overlaps the current window;1;2;Pop-up on shortcut;4;1] Visibility:
 
46
#{Prevent windows from overlapping the dock: reserve space at the edge of the screen for the dock.
 
47
#Auto-hide: when the dock is hidden, place the mouse on the screen's border to call it back.
49
48
#Pop-up on shortcut : When you press the shortcut, the dock will pop-up at the position of your mouse. The rest of the time, it stays invisible, thus acting like a menu.}
50
 
visibility=2
51
 
 
52
 
#b- Pop-up only if the mouse hits a screen corner ?
 
49
visibility=3
 
50
 
 
51
#L-[Move down;Fade out;Semi transparent;Zoom out;Folding] Effect used to hide the dock:
 
52
hide effect=Fade out
 
53
 
 
54
#i-[0;1000] Delay before the dock unhides itself:
 
55
#{in ms. 0 means no delay.}
 
56
unhide delay=0
 
57
 
 
58
#b- Pop-up only if the mouse hits a screen corner
53
59
pop in corner only=false
54
60
 
55
 
#k- Keyboard shortcut to pop-up the dock :
 
61
#k- Keyboard shortcut to pop-up the dock:
56
62
#{When you press the shortcut, the dock will show itself at the potition of your mouse. The rest of the time, it stays invisible, thus acting like a menu.}
57
63
raise shortcut=
58
64
 
59
 
#F-[Additionnal parameters]
 
65
#F-[Additional parameters]
60
66
frame_extra=
61
67
 
62
68
max_authorized_width=0
63
69
 
64
 
#b- Extend the dock to always fill the screen ?
 
70
#b- Stretch the dock to always fill the screen
65
71
extended=false
66
72
 
67
 
#j-[1;1600] Size of the callback zone (width x height, in pixels) :
68
 
#{Place the mouse into it will make the dock re-appear.}
69
 
zone size=1024;9;
70
 
 
71
 
#b- Automatically hide the dock when a window becomes fullscreen ?
72
 
#{This is only usefull if you don't already use the auto-hide, and if your WM let the dock in front of fullscreen windows (which is rare).}
 
73
#b- Automatically hide the dock when a window becomes full screen?
 
74
#{This is only usefull if you do not already use auto-hide and if your Window Manager allows the dock in front of fullscreen windows (which is rare).}
73
75
auto quick hide=false
74
76
 
75
 
 
76
77
#F-[Sub-docks' visibility;/usr/share/cairo-dock/icon-subdock.png]
77
78
frame_sub=
78
79
 
79
 
#b- Click to show sub-docks ?
80
 
#{Otherwise they will appear when you linger over the icon pointing on it.}
81
 
show on click=false
82
 
 
83
 
#i- Delay before you effectively leave from a sub-dock or to a sub-dock :
 
80
#Y-[Appear on mouse over;1;1;Appear on click;0;0] Visibility:
 
81
#{they will appear either when you click or when you linger over the icon pointing on it.}
 
82
show_on_click=0
 
83
 
 
84
#i- Delay before displaying a sub-dock:
 
85
#{in ms.}
 
86
show delay=300
 
87
 
 
88
#i- Delay before leaving a sub-dock takes effect:
84
89
#{in ms.}
85
90
leaving delay=250
86
91
 
87
 
#i- Delay before displaying a sub-dock :
88
 
#{in ms. Unused if you set up to click to show sub-docks.}
89
 
show delay=300
90
 
 
91
92
lock icons=false
92
93
lock all=false
93
94
 
97
98
#F-[Behaviour;gtk-properties]
98
99
frame1=
99
100
 
100
 
#b- Show currently opened applications in the dock ?
101
 
#{Cairo-Dock will then replace your taskbar. It is recommanded to remove any other taskbar, and to not force the dock's type to normal.}
 
101
#b- Show currently opened applications in the dock?
 
102
#{Cairo-Dock will then act as your taskbar. It is recommended to remove any other taskbars.}
102
103
show applications=true
103
104
 
104
 
#b- Only show icons whose window is minimized ?
 
105
#b- Only show icons whose windows are minimised
105
106
hide visible=false
106
107
 
107
 
#b- Only show applis on current desktop ?
 
108
#b- Only show applications on current desktop
108
109
current desktop only=false
109
110
 
110
 
#b- Mix launchers and applis ?
111
 
#{Allows launchers to act as applis when their program is running, and displays an indicator on their icon to signal it. You can launch other occurences of the program with SHIFT+click.}
 
111
#b- Mix launchers and applications
 
112
#{Allows launchers to act as applications when their programs are running and displays a marker on icons to indicate this. You can launch other occurences of the program with SHIFT+click.}
112
113
mix launcher appli=true
113
114
 
114
 
#B- Group windows of the same application in a sub-dock ?
115
 
#{This allows to group all the windows of a given application into a unique sub-dock, and to act on all of the windows at the same time.}
 
115
#B- Group windows from the same application in a sub-dock ?
 
116
#{This allows you to group all the windows of a given application into a unique sub-dock, and to act on all of the windows at the same time.}
116
117
group by class=true
117
118
 
118
 
#s-             Except the following classes :
119
 
#{enter the class of the applications, separated by a semi-colon ';'}
 
119
#s-             Except the following classes:
 
120
#{Enter the class of the applications, separated by a semi-colon ';'}
120
121
group exception=pidgin;xchat;empathy
121
122
 
122
123
 
123
124
#F-[Representation;gtk-find]
124
125
frame3=
125
126
 
126
 
#B- Overwrite X icons with launchers' one ?
127
 
#{If not set, will use the icon provided by X for each appli. If set, the same icon as the corresponding launcher will be used for each appli.}
 
127
#B- Overwrite the X icon with the launchers' icon?
 
128
#{If not set, the icon provided by X for each application will be used. If set, the same icon as the corresponding launcher will be used for each application.}
128
129
overwrite xicon=true
129
130
 
130
 
#s-             Except the following classes :
131
 
#{enter the class of the applications, separated by a semi-colon ';'}
132
 
overwrite exception=pidgin;evince
 
131
#s-             Except the following classes:
 
132
#{Enter the class of the applications, separated by a semi-colon ';'}
 
133
overwrite exception=pidgin;xchat;empathy
133
134
 
134
 
#Y-[Make the icon transparent;1;1;Show the window thumbnail;0;0;Draw it bent backwards;0;0] How to draw minimized windows ?
 
135
#Y-[Make the icon transparent;1;1;Show a window's thumbnail;0;0;Draw it bent backwards;0;0] How to draw minimised windows ?
135
136
#{A composite manager is required to display the thumbnail.
136
137
#OpenGL is required to draw the icon bent backwards.}
137
138
minimized=1
138
139
 
139
 
#e-[0;.6;opaque;transparent] Transparency of icons whose window is minimized :
140
 
visibility alpha=0.40300000000000002
 
140
#e-[0;.6;Opaque;Transparent] Transparency of icons whose window is minimised:
 
141
visibility alpha=0.34999999999999998
141
142
 
142
 
#b- Display an indicator even if the icon is not a launcher ?
143
 
#{The indicator is drawn on active launchers, but you may want to display it on applis too.}
 
143
#b- Display an indicator even when the icon is not a launcher ?
 
144
#{The indicator is drawn on active launchers, but you may want to display it on applications too.}
144
145
indic on appli=true
145
146
 
146
 
#a- Play a short animation of the icon when its window becomes active ?
 
147
#a- Play a short animation of the icon when its window becomes active
147
148
animation on active window=wobbly
148
149
 
149
 
#i- Maximum number of caracters in application's name :
 
150
#i- Maximum number of caracters in application name:
150
151
#{"..." will be added at the end if the name is too long.}
151
152
max name length=15
152
153
 
153
154
#F-[Interaction;gtk-refresh]
154
155
frame2=
155
156
 
156
 
#b- Minimize the window when its icon is clicked, if it was already the active window ?
157
 
#{It is the default behaviour of most of taskbars.}
 
157
#b- Minimise the window when its icon is clicked, if it was already the active window ?
 
158
#{This is the default behaviour of most taskbars.}
158
159
minimize on click=true
159
160
 
160
 
#b- Middle click on an icon closes its relative application ?
161
 
#{In a Firefox's tabs manner.}
 
161
#b- Middle-clicking on an icon closes the related application
 
162
#{In the style of Firefox tabs}
162
163
close on middle click=true
163
164
 
164
165
#v- 
165
166
sep_att=
166
167
 
167
 
#B-[2] Signal the applications demanding your attention with a dialog bubble ?
 
168
#B-[2] Highlight applications requiring your attention with a dialog bubble
168
169
demands attention with dialog=true
169
170
 
170
 
#i-[1;20] Duration of the dialog :
 
171
#i-[1;20] Duration of the dialog:
171
172
#{in seconds}
172
173
duration=3
173
174
 
174
 
#s- Force the following applications to demand your attention ?
175
 
#{It will notify you even if, for instance, you are watching a movie in fullscreen or you are on another desktop.
 
175
#s- Force the following applications to demand your attention
 
176
#{It will notify you even if, for instance, you are watching a movie in full screen or you are on another desktop.
176
177
#}
177
 
force demands attention=pidgin;xchat;empathy;emesene
 
178
force demands attention=
178
179
 
179
 
#a- Signal the applications demanding your attention with an animation ?
 
180
#a- Highlight applications demanding your attention with an animation
180
181
animation on demands attention=rotate
181
182
 
182
183
 
183
184
[System]
184
185
 
185
 
#F-[Animations speed;/usr/share/cairo-dock/icon-movment.png]
 
186
#X-[Animations speed;/usr/share/cairo-dock/icon-movment.png]
186
187
frame_mov=
187
188
 
188
 
#b- Animate the dock when auto-hiding ?
189
 
#{The dock will unfold when it hides/shows itself. No effect if auto-hide is not activated or unfold acceleration is nul.}
190
 
animate on auto-hide=true
191
 
 
192
 
#b- Animate sub-docks when they appear ?
 
189
#B- Animate sub-docks when they appear
193
190
animate subdocks=true
194
191
 
195
 
#I-[100;600;fast;slow] Unfolding animation duration :
196
 
#{The icons will appear folded on themselves, then will unfold untill they fill the whole dock. The smaller, the faster it will be.}
197
 
unfold duration=350
 
192
#I-[100;600;fast;slow] Animation unfolding duration:
 
193
#{Icons will appear folded on themselves and will then unfold until they fill the whole dock. The smaller this value, the faster this will be.}
 
194
unfold duration=300
198
195
 
199
196
#v
200
197
sep_unfold=
201
198
 
202
 
#I-[4;40;fast;slow] Number of steps in the zoom animation (grow up/shrink down) :
 
199
#I-[4;40;fast;slow] Number of steps in the zoom animation (grow/shrink):
203
200
#{The more there are, the slower it will be}
204
201
grow nb steps=8
205
202
#I-[4;40;fast;slow] ...
206
203
shrink nb steps=8
207
204
 
208
 
#I-[4;40;fast;slow] Number of steps in the fade out animation :
209
 
#{This is the animation when the dock goes below a window; The greater, the slower it will be}
210
 
fade out nb steps=15
 
205
#v
 
206
sep_unhide=
211
207
 
212
 
#I-[4;40;fast;slow] Number of steps in the auto-hide animation (move up/move down) :
 
208
#I-[4;40;fast;slow] Number of steps in the auto-hide animation (move up/move down):
213
209
#{The more there are, the slower it will be}
214
 
move up nb steps=10
 
210
move up nb steps=12
215
211
#I-[4;40;fast;slow] ...
216
 
move down nb steps=12
 
212
move down nb steps=16
217
213
 
218
 
#F-[Refresh frequency;gtk-execute]
 
214
#X-[Refresh rate;gtk-execute]
219
215
frame_cpu=
220
216
 
221
 
#i-[5;40] Refresh frequency when mouving cursor into the dock :
222
 
#{in Hz. This is to adjust regarding your CPU power.}
 
217
#i-[5;40] Refresh rate when mouving cursor into the dock :
 
218
#{in Hz. This is to adjust behaviour relative to your CPU power.}
223
219
refresh frequency=35
224
220
 
225
 
#i-[15;60] Animation frequency for the opengl backend :
226
 
#{in Hz. This is to adjust regarding your CPU power.}
 
221
#i-[15;60] Animation frequency for the OpenGL backend :
 
222
#{in Hz. This is to adjust behaviour relative to your CPU power.}
227
223
opengl anim freq=33
228
224
 
229
 
#i-[15;50] Animation frequency for the cairo backend :
230
 
#{in Hz. This is to adjust regarding your CPU power.}
 
225
#i-[15;50] Animation frequency for the Cairo backend :
 
226
#{in Hz. This is to adjust behaviour relative to your CPU power.}
231
227
cairo anim freq=25
232
228
 
233
 
#b- Reflections should be calculated in real-time ?
234
 
#{The transparency gradation pattern will then be re-calculated in real time. May needs more CPU power.}
 
229
#b- Reflections should be calculated in real-time?
 
230
#{The transparency gradation pattern will then be re-calculated in real time. May need more CPU power.}
235
231
dynamic reflection=false
236
232
 
237
 
#F-[Label readability;gtk-underline]
 
233
#X-[Label readability;gtk-underline]
238
234
frame_label=
239
235
 
240
 
#b- Should the labels be always horizontal, even when dock is vertical ?
 
236
#b- Should the labels always be horizontal, even when dock is vertical?
241
237
always horizontal=true
242
238
 
243
239
#f-[0.;50.] label's visibility threshold :
244
 
#{the bigger, the more the labels next to the pointed icon will be transparent.}
245
 
alpha threshold=16.25
 
240
#{the bigger, the more the labels next to the selected icon will be transparent.}
 
241
alpha threshold=50
246
242
 
247
 
#m[Labels] Configure labels appearence.
 
243
#m[Captions] Configure labels appearence.
248
244
config_labels=
249
245
 
250
 
#F-[Files;gtk-file]
251
 
frame_file=
252
 
 
253
 
#l-[Name;Size;Date] Sort files by :
254
 
sort files=0
255
 
 
256
 
#b- Show hidden files ?
257
 
show hidden files=false
258
 
 
259
 
#F-[Composition;gtk-clear]
 
246
#X-[Composition;gtk-clear]
260
247
frame_fake=
261
 
#b- Emulates composition with fake transparency ?
262
 
#{Only use this if you don't run a composite manager like Compiz, xcompmgr, etc and have a black background around your dock. For esthetic reason, the dock will be kept under other windows.}
 
248
#b- Emulate composition with fake transparency?
 
249
#{Only use this if you don't run a composite manager like Compiz, xcompmgr, etc and have a black background around your dock. For aesthetic reasons, the dock will be kept under other windows.}
263
250
fake transparency=false
264
251
 
265
 
#b- Make the config panel transparent ?
 
252
#b- Make the config panel transparent?
266
253
#{You need to re-open the panel. It is deactivated by default on KDE.}
267
254
config transparency=false
268
255
 
269
 
#X-[Connection to the themes server;/usr/share/cairo-dock/icon-connection.svg]
 
256
#X-[Files;gtk-file]
 
257
frame_file=
 
258
 
 
259
#b- Show hidden files?
 
260
show hidden files=false
 
261
 
 
262
#X-[Connection to the themes' server;gtk-network]
270
263
frame_conn=
271
 
#i-[1;20] Connection timeout to the themes server :
 
264
 
 
265
#i-[1;20] Connection timeout to the themes' server :
272
266
#{Maximum time in seconds that you allow the connection to the server to take. This only limits the connection phase,  once the dock has connected this option is of no more use.}
273
267
conn timeout=10
274
268
 
275
 
#i-[10;300] Maximum time to download a theme :
276
 
#{Maximum time in seconds that you allow the whole operation to take. Some themes can take up to a few MB.}
277
 
conn max time=150
278
 
 
279
 
#i-[0;5] Number of retries :
280
 
#{If an error occurs during downloading a theme, it will retry this number of times before giving up.}
281
 
conn retry=0
282
 
 
283
 
 
284
 
modules=switcher;dnd2share;shortcuts;illusion;logout;showDesktop;musicPlayer;Animated icons;Dbus;GMenu;icon effects
 
269
#i-[10;300] Maximum time to download a theme:
 
270
#{Maximum time in seconds that you allow the whole operation to last. Some themes can be up to a few MB.}
 
271
conn max time=120
 
272
 
 
273
#B-[4] Are you behind a proxy ?
 
274
#{Use this option if you connect to the Internet through a proxy.}
 
275
conn use proxy=false
 
276
 
 
277
#s- Proxy name :
 
278
conn proxy=
 
279
 
 
280
#i- Port :
 
281
conn port=0
 
282
 
 
283
#s- User :
 
284
#{Let empty if you don't need to log-in to the proxy with a user/password.}
 
285
conn user=
 
286
 
 
287
#p- Password :
 
288
#{Let empty if you don't need to log-in to the proxy with a user/password.}
 
289
conn user=
 
290
 
 
291
modules=switcher;showDesktop;dnd2share;Scooby-Do;Quick Browser;shortcuts;illusion;logout;musicPlayer;Animated icons;Dbus;GMenu;icon effects
285
292
 
286
293
 
287
294
[Background]
288
295
 
289
 
#y+[Image;Color gradation] Fill the background with :
290
 
fill bg=1
 
296
#y+[Image;Colour gradation] Fill the background with:
 
297
fill bg=0
291
298
 
292
299
#F+[Image;gtk-orientation-portrait]
293
300
#{Use a background image.}
294
301
frame2=
295
302
 
296
 
#S+ Image's filename to use as a background :
297
 
#{Any format allowed; if empty, the color gradation will be used as a fallback.}
298
 
background image=
 
303
#S+ Image filename to use as a background :
 
304
#{Any format allowed; if empty, the colour gradation will be used as a fall back.}
 
305
background image=bg.svg
299
306
 
300
 
#e+[0;1;transparent;opaque] Image's transparency :
 
307
#e+[0;1;Transparent;Opaque] Image's transparency :
301
308
image alpha=1
302
309
 
303
 
#b+ Repeat image as a pattern to fill background ?
 
310
#b+ Repeat image as a pattern to fill background?
304
311
repeat image=false
305
312
 
306
 
#F+[Color gradation;/usr/share/cairo-dock/icon-gradation.png]
307
 
#{Use a color gradation.}
 
313
#F+[Colour gradation;/usr/share/cairo-dock/icon-gradation.png]
 
314
#{Use a colour gradation.}
308
315
frame3=
309
316
 
310
 
#C+ Bright color :
311
 
stripes color bright=0.064515144579232478;0.064515144579232478;0.064515144579232478;0.78431372549019607;
 
317
#C+ Bright colour:
 
318
stripes color bright=0.064515144579232478;0.064515144579232478;0.064515144579232478;0.78429846646829937;
312
319
 
313
 
#C+ Dark color :
 
320
#C+ Dark colour:
314
321
stripes color dark=0;0;0;0.96078431372549022;
315
322
 
316
323
#f+[-90;90] Angle of the gradation :
317
324
#{In degrees, in relation to the vertical}
318
325
stripes angle=-90
319
326
 
320
 
#i+ Repeat the gradation this number of times :
 
327
#i+ Repeat the gradation this number of times:
321
328
#{If not nul, it will form stripes.}
322
329
number of stripes=0
323
330
 
324
 
#f+[0;1] Percentage of the bright color :
 
331
#f+[0;1] Percentage of the bright colour:
325
332
stripes width=0.49999999999999961
326
333
 
327
 
#F+[Extern Frame;/usr/share/cairo-dock/icon-frame.png]
 
334
#F+[External Frame;/usr/share/cairo-dock/icon-frame.png]
328
335
frame_frame=
329
336
#i+[0;30] Corner radius :
330
337
#{in pixels.}
331
 
corner radius=22
 
338
corner radius=20
332
339
 
333
 
#i+[0;20] Linewidth of the extern line :
 
340
#i+[0;20] Linewidth of the external line :
334
341
#{in pixels.}
335
 
line width=4
 
342
line width=2
336
343
 
337
 
#C+ Color of the extern line :
 
344
#C+ Colour of the external line:
338
345
line color=0;0;0;0.54999618524452587;
339
346
 
340
347
#i+[0;20] Margin between the frame and the icons or their reflects :
341
348
#{in pixels.}
342
349
frame margin=0
343
350
 
344
 
#b+ Are the bottom left and right corners rounded ?
 
351
#b+ Are the bottom left and right corners rounded?
345
352
rounded bottom corner=true
346
353
 
347
 
#F+
348
 
frame_frame_=
349
 
 
350
 
#F[Hidden dock;/usr/share/cairo-dock/icon-hidden-dock.png]
351
 
#{Configure the dock's appearence when hidden.}
352
 
hidden_dock=
353
 
 
354
 
#S+ Filename of an image to put on :
355
 
#{This is what you see when the dock hides itselfs. Any format is allowed. Let this field empty to have an invisible zone.}
356
 
callback image=
357
 
 
358
 
#e+[0;1;transparent;opaque] Transparency of the image :
359
 
callback alpha=1
360
 
 
361
 
#b+ Rotate the image when the dock is on top/left/right ?
362
 
#{Use it when the image is an arrow pointing to the center of the screen for exemple.}
363
 
callback reverse=true
364
 
 
365
 
#m[Accessibility] Configure the auto-hide behaviour.
366
 
config_hidden=
367
 
 
368
 
#X+[Background movement;/usr/share/cairo-dock/icon-mouse.png]
 
354
#X+[Background movement;/usr/share/cairo-dock/icon-mouse.svg]
369
355
frame_mouse=
370
356
 
371
 
#Y+[No;0;0;Follow the mouse;1;1;Link with the mouse;1;1] Move the background image along with the cursor ?
 
357
#Y+[No;0;0;Follow the mouse;1;1;Link with the mouse;1;1] Move the background image along with the cursor?
372
358
move bg=0
373
359
 
374
360
#e+[0.1;1;slow;fast] Speed :
375
 
#{The smaller, the slower the decorations will move along with the cursor.}
 
361
#{The lower the value, the less the decorations will move along with the cursor.}
376
362
decorations speed=0.5
377
363
 
378
364
 
379
 
[Labels]
380
 
 
381
 
#l+[No;On pointed icon;On all icons] Show labels :
382
 
show_labels=2
383
 
 
384
 
#F+[Font;gtk-select-font]
385
 
frame_font=
386
 
 
387
 
#B+ Use a custom font for labels ?
388
 
#{Otherwise the default system one will be used.}
389
 
custom=false
390
 
 
391
 
#P+ Font used for labels :
392
 
police=Sans 10
393
 
 
394
 
#b+ Draw the outline of the text ?
395
 
text oulined=true
396
 
 
397
 
#F+[Color;gtk-select-color]
398
 
frame_col=
399
 
 
400
 
#c+ Start color :
401
 
#{It's the first color of the gradation.}
402
 
text color start=1;1;1;
403
 
 
404
 
#c+ Stop color :
405
 
#{It's the second color of the gradation. Set it to the same value as the first if you just don't want to have a gradation.}
406
 
text color stop=1;1;1;
407
 
 
408
 
#b+ Pattern should be vertical ?
409
 
#{If checked, the pattern will go from top to bottom, otherwise from left to right.}
410
 
vertical label pattern=true
411
 
 
412
 
#F+[Background;gtk-orientation-portrait]
413
 
frame_bg=
414
 
 
415
 
#C+ Color of the label's background :
416
 
#{If you set it to fully transparent, there will be no background for the text, but the margin around the text will still be effective.}
417
 
text background color=0;0;0;0.49999237048905165;
418
 
 
419
 
#b+ Use background color for labels ?
420
 
#{If false, only the quick-info will have this background color.}
421
 
background for label=false
422
 
 
423
 
#i+[0;20] Margin around the text (in pixels) :
424
 
text margin=4
425
 
 
426
 
 
427
 
[Icons]
428
 
 
429
 
#F+[Icons' themes;gtk-select-color]
430
 
frame_theme=
431
 
 
432
 
#w+ Choose a theme of icons :
433
 
#{Let empty to use the current icons theme of your system. You can enter the name of a theme that is installed on your system (like 'Gartoon' or 'Human'), or even a path to a folder containing icons.}
434
 
default icon directory=_Custom Icons_
435
 
 
436
 
#S+ Image's filename to use as a background for icons :
437
 
#{Any format allowed; let this field empty if you don't want to use an image as background.}
438
 
icons bg=
439
 
 
440
 
#F+[Zoom effect;/usr/share/cairo-dock/icon-wave.png]
441
 
frame_shape=
442
 
#f+[1;5] Maximum zoom of the icons :
443
 
#{set to 1 if you don't want the icons to zoom when you hover them.}
444
 
zoom max=1.5
445
 
 
446
 
#i+[1;999] Width of the interval in which the zoom will be effective :
447
 
#{in pixels. Outside of this interval (centered on the mouse), there is no zoom.}
448
 
sinusoid width=220
449
 
 
450
 
#i+[0;50] Space between icons :
451
 
#{in pixels.}
452
 
icon gap=5
453
 
 
454
 
#F+[Reflections]
455
 
frame_refl=
456
 
 
457
 
#e+[0;1;light;strong] Reflecting power of the plane :
458
 
#{It is its albedo; at 1 the icons reflect to the maximum, at 0 reflects are not used.}
459
 
albedo=0.435
460
 
 
461
 
#e+[0;1;small;tall] Height of the reflect :
462
 
#{In percent of the icon's size. This parameter influence the total height of the dock.}
463
 
field depth=0.40000000000000002
464
 
 
465
 
#e+[0;1;transparent;opaque] Icons' transparency at rest :
466
 
#{It is their transparency when the dock is at rest; they will "materialize" progressively as the dock grows up. The closer to 0, the more transparent they will be.}
467
 
alpha at rest=1
468
 
 
469
 
#X+[Icons size]
470
 
frame_size=
471
 
 
472
 
#j+[10;128] Launcher's size at rest (width x height) :
473
 
launcher size=44;44;
474
 
 
475
 
#j+[10;128] Appli's size at rest (width x height) :
476
 
appli size=44;44;
477
 
 
478
 
#j+[10;128] Applet's size at rest (width x height) :
479
 
applet size=44;44;
480
 
 
481
 
#m[Animated icons] Configure icons animations.
482
 
config_anim=
483
 
 
484
 
#M[icon effects] Configure icons special effects (require OpenGL capacity).
485
 
config_effect=
486
 
 
487
 
#M[illusion] Configure icons animations on appearing/disappearing (require OpenGL capacity).
488
 
config_illusion=
489
 
 
490
 
#X+[Separators]
491
 
frame_sep=
492
 
 
493
 
#j+[4;64] Icon size at rest (width x height) :
494
 
separator size=10;40;
495
 
 
496
 
#Y+[Use an image;1;4;Flat separator;4;1;Physical separator;0;0] How to draw the separators :
497
 
#{Only the default, 3D-plane and curve views support flat and physical separators. Flat separators are rendered differently according to the view.}
498
 
separator type=1
499
 
 
500
 
#S+ Filename of an image to use for separators :
501
 
#{If you don't provide one, blanks will be used.}
502
 
separator image=
503
 
 
504
 
#b+ Make the separator's image revolve when dock is on top/on the left/on the right ?
505
 
revolve separator image=true
506
 
 
507
 
#b+ Force separator's image size to stay constant ?
508
 
force size=false
509
 
 
510
 
#C+ Color of flat separators :
511
 
separator color=0.61290913252460522;0.61290913252460522;0.61290913252460522;0.78823529411764703;
512
 
 
513
 
 
514
 
#X+[Icons order]
515
 
frame_order=
516
 
 
517
 
#Y+[No;0;0;Separate applications from others;1;1;Separate applets from others;1;1;Separate all;1;1] Separate the different types of icons ?
518
 
#{If you separate a type of icons, the icons of this type will be placed togather, separated from the others by a separator.
519
 
#If you don't separate the icons, you can place them wherever you want, and insert separators manually. Applications will then be placed next to their launcher if they have, or after the last launcher.}
520
 
separate_icons=3
521
 
 
522
 
#T+[launchers;applications;applets] Order of the different types of icons :
523
 
icon's type order=0;2;1;
524
 
 
525
 
 
526
 
#X+[Link the icons with a string]
527
 
frame_string=
528
 
 
529
 
#i+[0;20] Linewidth of the string, in pixels (0 to not use string) :
530
 
string width=0
531
 
 
532
 
#C+ Color of the string (red, blue, green, alpha) :
533
 
string color=0;0;0.59998474097810328;0.40000000000000002;
534
 
 
535
 
 
536
365
[Views]
537
366
 
538
367
#F+[Main Dock]
551
380
same_horizontality=true
552
381
 
553
382
#e+[0.1;1.;smaller;same size] Ratio for the size of the sub-docks' icons :
554
 
#{You can specify a ratio for the size of the sub-docks' icons, regarding the main docks' icons size}
 
383
#{You can specify a ratio for the size of the sub-docks' icons, in relation to the main docks' icons size}
555
384
relative icon size=0.80000000000000004
556
385
 
557
386
 
560
389
#F+[Bubble;/usr/share/cairo-dock/icon-bubble.png]
561
390
frame_bubble=
562
391
 
563
 
#C+ Background color of the bubble :
564
 
background color=0;0;0;0.96078431372549022;
 
392
#C+ Background colour of the bubble:
 
393
background color=0;0;0;0.74509803921568629;
565
394
 
566
395
#v
567
396
sep_bul=
568
397
 
569
 
#t+ Shape of the bubble :
 
398
#t+ Shape of the bubble:
570
399
decorator=tooltip
571
400
 
572
401
#F+[Text;gtk-select-font]
573
402
frame_text=
574
403
 
575
 
#B+ Use a custom font for the text ?
576
 
#{Otherwise the default system one will be used.}
577
 
custom=true
 
404
#B+ Use a custom font for the text?
 
405
#{Otherwise the default's system one will be used.}
 
406
custom=false
578
407
 
579
 
#P+ Text font :
 
408
#P+ Text font:
580
409
message police=Sans 11
581
410
 
582
 
#b+ Draw the outline of the text ?
 
411
#b+ Draw the outline of the text?
583
412
outlined=false
584
413
 
585
 
#c+ Text color :
 
414
#c+ Text color:
586
415
text color=1;1;1;
587
416
 
588
417
#F+[Buttons;/usr/share/cairo-dock/icon-buttons.png]
621
450
sep_deco=
622
451
 
623
452
#S+ Background image :
624
 
#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
 
453
#{It's an image that will be displayed below the drawings, like a frame for example. Leave empty to not use any.}
625
454
bg desklet=
626
 
#e+[0;1;transparent;opaque] Background tansparency :
 
455
#e+[0;1;Transparent;Opaque] Background transparency :
627
456
bg alpha=1
628
457
#i+[0;256] Left offset :
629
458
#{in pixels. Use this to adjust the left position of the drawings.}
638
467
#{in pixels. Use this to adjust the bottom position of the drawings.}
639
468
bottom offset=0
640
469
#S+ Foreground image :
641
 
#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
 
470
#{It's an image that will be displayed above the drawings, like a reflection for example. Leave empty to not use any.}
642
471
fg desklet=
643
 
#e+[0;1;transparent;opaque] Foreground tansparency :
 
472
#e+[0;1;Transparent;Opaque] Foreground tansparency :
644
473
fg alpha=1
645
474
 
646
475
#F+[Buttons;gtk-close]
653
482
#{If you don't provide any, a default image will be used.}
654
483
rotate image=
655
484
 
656
 
#S+ Name of an image to use for the 'retach' button :
 
485
#S+ Name of an image to use for the 'reattach' button :
657
486
#{If you don't provide any, a default image will be used.}
658
487
retach image=
659
488
 
661
490
#{If you don't provide any, a default image will be used.}
662
491
depth rotate image=
663
492
 
 
493
#S+ Name of an image to use for the 'rotate' button :
 
494
#{If you don't provide any, a default image will be used.}
 
495
no input image=
 
496
 
 
497
 
 
498
[Icons]
 
499
 
 
500
#F+[Icons' themes;gtk-select-color]
 
501
frame_theme=
 
502
 
 
503
#w+ Choose an icon theme :
 
504
#{Leave empty to use the current icon theme of your system. You can enter the name of a theme that is installed on your system (like 'Gartoon' or 'Human'), or even a path to a folder containing icons.}
 
505
default icon directory=_Custom Icons_
 
506
 
 
507
#S+ Image filename to use as a background for icons :
 
508
#{Any format allowed; leave this field empty if you don't want to use an image as background.}
 
509
icons bg=
 
510
 
 
511
#F+[Zoom effect;/usr/share/cairo-dock/icon-wave.png]
 
512
frame_shape=
 
513
#f+[1;5] Maximum zoom of the icons :
 
514
#{set to 1 if you don't want the icons to zoom when you hover over them.}
 
515
zoom max=1.5
 
516
 
 
517
#i+[1;999] Width of the space in which the zoom will be effective :
 
518
#{in pixels. Outside of this space (centered on the mouse), there is no zoom.}
 
519
sinusoid width=220
 
520
 
 
521
#i+[0;50] Space between icons :
 
522
#{in pixels.}
 
523
icon gap=5
 
524
 
 
525
#F+[Reflections]
 
526
frame_refl=
 
527
 
 
528
#e+[0;1;light;strong] Reflective power of the plane :
 
529
#{It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 reflections are not used.}
 
530
albedo=0.435
 
531
 
 
532
#e+[0;1;small;tall] Height of the reflection:
 
533
#{In percent of the icon's size. This parameter influence the total height of the dock.}
 
534
field depth=0.40000000000000002
 
535
 
 
536
#e+[0;1;Transparent;Opaque] Icons' transparency at rest :
 
537
#{It is their transparency when the dock is at rest; they will "materialize" progressively as the dock grows up. The closer to 0, the more transparent they will be.}
 
538
alpha at rest=1
 
539
 
 
540
#X+[Icons size]
 
541
frame_size=
 
542
 
 
543
#j+[10;128] Launcher's size at rest (width x height) :
 
544
launcher size=44;44;
 
545
 
 
546
#j+[10;128] Application's size at rest (width x height) :
 
547
appli size=44;44;
 
548
 
 
549
#j+[10;128] Applet's size at rest (width x height) :
 
550
applet size=44;44;
 
551
 
 
552
#m[Animated icons] Configure icons' animations.
 
553
config_anim=
 
554
 
 
555
#M[icon effects] Configure icons' special effects (requires OpenGL).
 
556
config_effect=
 
557
 
 
558
#M[illusion] Configure icons' animations on appearing/disappearing (require OpenGL capacity).
 
559
config_illusion=
 
560
 
 
561
#X+[Separators]
 
562
frame_sep=
 
563
 
 
564
#j+[4;64] Icon size at rest (width x height) :
 
565
separator size=8;40;
 
566
 
 
567
#Y+[Use an image.;1;4;Flat separator;4;1;Physical separator;0;0] How to draw the separators?
 
568
#{Only the default, 3D-plane and curve views support flat and physical separators. Flat separators are rendered differently according to the view.}
 
569
separator type=1
 
570
 
 
571
#S+ Filename of an image to use for separators :
 
572
#{If you don't provide one, blanks will be used.}
 
573
separator image=
 
574
 
 
575
#b+ Make the separator's image revolve when dock is on top/on the left/on the right?
 
576
revolve separator image=true
 
577
 
 
578
#b+ Force separator's image size to stay constant?
 
579
force size=false
 
580
 
 
581
#C+ Colour of flat separators :
 
582
separator color=0.61290913252460522;0.61290913252460522;0.61290913252460522;0.78822003509575034;
 
583
 
 
584
 
 
585
#X+[Icons order]
 
586
frame_order=
 
587
 
 
588
#Y+[No;0;0;Separate applications from others;1;1;Separate applets from others;1;1;Separate all;1;1] Separate the different types of icons?
 
589
#{If you separate a type of icons, the icons of this type will be placed together, separated from the others by a separator.
 
590
#If you don't separate the icons, you can place them wherever you want, and insert separators manually. Applications will then be placed next to their launcher if they have one, or after the last launcher.}
 
591
separate_icons=3
 
592
 
 
593
#T+[launchers;applications;applets] Order of the different types of icons :
 
594
icon's type order=0;1;2;
 
595
 
 
596
 
 
597
#X+[Link the icons with a string]
 
598
frame_string=
 
599
 
 
600
#i+[0;20] Linewidth of the string, in pixels (0 to not use string) :
 
601
string width=0
 
602
 
 
603
#C+ Colour of the string (red, blue, green, alpha) :
 
604
string color=0;0;0.59996948195620659;0.40000000000000002;
 
605
 
664
606
 
665
607
[Indicators]
666
608
 
667
609
#F+[Indicator of the active window]
668
610
frame_window=
669
611
 
670
 
#Y+[Image;1;1;Frame;2;3] Type of indicator :
 
612
#Y+[Image;1;1;Frame;2;3] Type of indicator:
671
613
active indic type=1
672
614
 
673
 
#S+ Image file :
 
615
#S+ Image file:
674
616
active indicator=
675
617
 
676
 
#C+ Color of the frame :
 
618
#C+ Colour of the frame :
677
619
#{Set transparency to 0 if you don't want to use an indicator.}
678
620
active color=0.70160982681010142;0.70160982681010142;0.70160982681010142;0.74999618524452583;
679
621
 
687
629
#v
688
630
sep_ind=
689
631
 
690
 
#b+ Draw indicator above the icon ?
 
632
#b+ Draw indicator above the icon?
691
633
active frame position=true
692
634
 
693
635
 
694
636
#F+[Indicator of active launcher]
695
637
frame_launch=
696
638
 
697
 
#S+ Image file :
698
 
#{Indicators are drawn on launchers icons to show that they have already been launched. Let blank to use the default one.}
 
639
#S+ Image file:
 
640
#{Indicators are drawn on launchers icons to show that they have already been launched. Leave blank to use the default one.}
699
641
indicator image=indicator.png
700
642
 
701
 
#b+ Draw indicator above the icon ?
 
643
#b+ Draw indicator above the icon?
702
644
indicator above=true
703
645
 
704
646
#e+[0.1;1.5;smaller;bigger] Indicator size ratio :
709
651
#{in pixels. You can use this parameter to adjust the indicator's vertical position.}
710
652
indicator deltaY=32
711
653
 
712
 
#b+ Link the indicator with its icon ?
 
654
#b+ Link the indicator with its icon?
713
655
#{It will then be resized like the icon, move like the icon, etc. Otherwise it will be drawn directly on the dock.}
714
656
link indicator=false
715
657
 
716
 
#b+ Rotate the indicator with dock ?
 
658
#b+ Rotate the indicator with dock?
717
659
#{Use it to make the indicator rotate according to the position of the dock (top/bottom/right/left)}
718
660
rotate indicator=true
719
661
 
721
663
#F+[Indicator of grouped windows]
722
664
frame_class=
723
665
 
724
 
#S+ Image file :
725
 
#{It only makes sense if you choosed to group the applis of the same class togather. Let blank to use the default one.}
 
666
#Y[Draw an image;1;2;Draw the sub-dock's icons as a stack;0;0] How to show that several icons are grouped :
 
667
use class indic=1
 
668
 
 
669
#S+ Image file:
 
670
#{It only makes sense if you chose to group the applis of the same class together. Leave blank to use the default one.}
726
671
class indicator=active.png
727
672
 
728
 
#b+ Zoom the indicator with its icon ?
 
673
#b+ Zoom the indicator with its icon?
729
674
zoom class=true
 
675
 
 
676
 
 
677
[Labels]
 
678
 
 
679
#l+[No;On pointed icon;On all icons] Show labels:
 
680
show_labels=2
 
681
 
 
682
#F+[Font;gtk-select-font]
 
683
frame_font=
 
684
 
 
685
#B+ Use a custom font for labels?
 
686
#{Otherwise the default's system one will be used.}
 
687
custom=false
 
688
 
 
689
#P+ Font used for labels :
 
690
police=Sans 12
 
691
 
 
692
#b+ Draw the outline of the text?
 
693
text oulined=true
 
694
 
 
695
#F+[Colour;gtk-select-color]
 
696
frame_col=
 
697
 
 
698
#c+ Start color :
 
699
#{It's the first color of the gradation.}
 
700
text color start=1;1;1;
 
701
 
 
702
#c+ Stop color :
 
703
#{It's the second color of the gradation. Set it to the same value as the first if you don't want to have any gradation.}
 
704
text color stop=1;1;1;
 
705
 
 
706
#b+ Pattern should be vertical?
 
707
#{If checked, the pattern will go from top to bottom, otherwise from left to right.}
 
708
vertical label pattern=true
 
709
 
 
710
#F+[Background;gtk-orientation-portrait]
 
711
frame_bg=
 
712
 
 
713
#C+ Colour of the label's background :
 
714
#{If you set it to fully transparent, there will be no background for the text, but the margin around the text will still be in effect.}
 
715
text background color=0;0;0;0.49999237048905165;
 
716
 
 
717
#b+ Use background color for labels?
 
718
#{If false, only the quick-info will have this background color.}
 
719
background for label=false
 
720
 
 
721
#i+[0;20] Margin around the text (in pixels) :
 
722
text margin=4