~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

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

  • Committer: fabounet
  • Date: 2008-11-14 01:51:17 UTC
  • Revision ID: vcs-imports@canonical.com-20081114015117-854dznkw3lfva52x
The commit of the year \!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!en;1.6.1
 
2
######## This is the conf file of cairo-dock, released under the GPL.##########
 
3
######## It is parsed by cairo-dock to automatically generate an appropriate GUI,##########
 
4
######## so don't mess into it, except if you know what you're doing ! ;-)##########
 
5
 
 
6
#[gtk-fullscreen]
 
7
[Position]
 
8
 
 
9
#F-[Position on the screen;gtk-fullscreen]
 
10
frame1=
 
11
 
 
12
#r-[bottom;top;right;left] Choose the screen border regarding to which the dock will place itself :
 
13
#{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.}
 
14
screen border=0
 
15
 
 
16
#e-[0.;1.] Relative alignment :
 
17
#{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.}
 
18
alignment=0.5
 
19
 
 
20
#F-[Position regarding the chosen screen's edge;gtk-leave-fullscreen]
 
21
frame2=
 
22
 
 
23
#I-[-1000;1000] Lateral gap :
 
24
#{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.}
 
25
x gap=0
 
26
#i-[-30;1000] Distance to the screen's edge :
 
27
#{in pixels. You can also move the dock by holding ALT or CTRL key and left mouse button.}
 
28
y gap=24
 
29
 
 
30
#F-
 
31
frame2_=
 
32
 
 
33
#i-[0;9999] Size allowed for the dock :
 
34
#{The dock will automatically resize itself to fit this size. Set it to 0 to make the dock fit the screen's size.}
 
35
max autorized width=0
 
36
 
 
37
#b- Reserve space at the edge of the screen for the dock ?
 
38
#{This will prevent other windows from overlapping the dock. It has no effect if you defined the 'show/hide' shortcut below, cause then the dock behaves like a menu.}
 
39
reserve space=false
 
40
 
 
41
#v-
 
42
separator_=
 
43
 
 
44
#b- Activate auto-hide ?
 
45
#{The dock will automatically hide itself outside of the scren when the mouse leaves it and will show a callback zone instead. Place the mouse into this zone will make the dock re-appear.}
 
46
auto-hide=true
 
47
 
 
48
#b- Keep the dock below other windows ?
 
49
#{The dock will pop-up on the foreground when you place the mouse on its screen border. This option is only useful if you don't want to reserve space for the dock, nor to activate auto-hide.}
 
50
pop-up=false
 
51
 
 
52
#k- Keyboard shortcut to show/hide the dock :
 
53
#{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.}
 
54
raise shortcut=
 
55
 
 
56
#[gtk-dnd-multiple]
 
57
[TaskBar]
 
58
 
 
59
#F-[Behaviour]
 
60
frame1=
 
61
 
 
62
#b- Show the current applications in the dock ?
 
63
#{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.}
 
64
show applications=true
 
65
 
 
66
#b- Should the applications with same PID be displayed only once ?
 
67
unique PID=false
 
68
 
 
69
#b- Should the applications with same class be grouped in a sub-dock ?
 
70
#{This allows to group windows in some soft like Gimp, and to have only 1 icon in the main dock.The 1st window will appear in the main dock, and the others will be placed in a container associated with this 1st icon.}
 
71
group by class=false
 
72
 
 
73
#b- Only show icons whose window is minimized ?
 
74
hide visible=false
 
75
 
 
76
#b- Only show applis on current desktop ?
 
77
current desktop only=false
 
78
 
 
79
#v- 
 
80
sep_app=
 
81
 
 
82
#b- Mix launchers and applis ?
 
83
#{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.}
 
84
mix launcher appli=true
 
85
 
 
86
#b- Overwrite X icons with launchers' one ?
 
87
#{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.}
 
88
overwrite xicon=true
 
89
 
 
90
#b- Show a window thumbnail when it's minimized ?
 
91
#{You need a composite manager for it.}
 
92
window thumbnail=true
 
93
 
 
94
#F-[Interaction]
 
95
frame2=
 
96
 
 
97
#b- Minimize the window when its icon is clicked, if it was already the active window ?
 
98
#{It is the default behaviour of most of taskbars.}
 
99
minimize on click=true
 
100
 
 
101
#b- Middle click on an icon closes its relative application ?
 
102
#{In a Firefox's tabs manner.}
 
103
close on middle click=true
 
104
 
 
105
#b- Automatically quick-hide the dock when a window becomes fullscreen ?
 
106
#{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).}
 
107
auto quick hide=true
 
108
 
 
109
#b- Automatically quick-hide the dock when a window becomes maximized ?
 
110
#{This is only usefull if don't already use the auto-hide, and if you don't want to reserve the space for your dock nor let it below the other windows.}
 
111
auto quick hide on max=false
 
112
 
 
113
#b- Signal the applications demanding your attention with a dialog tip ?
 
114
demands attention with dialog=true
 
115
 
 
116
#b- Signal the applications demanding your attention with an animation ?
 
117
demands attention with animation=false
 
118
 
 
119
#b- Play a short animation of the icon when its window becomes active ?
 
120
animate on active window=true
 
121
 
 
122
#F-[Representation]
 
123
frame3=
 
124
 
 
125
#i- Maximum number of caracters in application's name :
 
126
#{"..." will be added at the end if the name is too long.}
 
127
max name length=15
 
128
 
 
129
#e-[-1;1] Transparency of icons whose window is or isn't minimized :
 
130
#{To the right, you can control the transparency of minimized windows, to the left the transparency of visible windows. The more you go aside, the more the concerned icons will be transparent; on the middle, icons are always plain.}
 
131
visibility alpha=0.25
 
132
 
 
133
 
 
134
#[gtk-preferences]
 
135
[System]
 
136
 
 
137
#F-[Movement parameters;/usr/share/cairo-dock/icon-movment.png]
 
138
frame_mov=
 
139
 
 
140
#e-[0.;12.] Icons' lateral unfolding acceleration :
 
141
#{The icons will appear folded on themselves, regarding the alignement point, then will unfold untill they fill the whole dock. Use 0 to not use unfolding, the more it's close to 0, the faster it will be}
 
142
unfold factor=5.0090000000000003
 
143
 
 
144
#i-[5;50] Number of steps for icons' resizing (grow up/shrink down) :
 
145
#{The more there are, the slower it will be}
 
146
grow up steps=10
 
147
#i-[5;50] ...
 
148
shrink down steps=12
 
149
 
 
150
#f-[0.1;0.9] Window's move acceleration (move up/move down) :
 
151
#{in percentage of the distance it can move at each step . After n steps, the remaining distance will be reduced by (1-s)^n.}
 
152
move up speed=0.29999999999999999
 
153
#f-[0.1;0.9] ...
 
154
move down speed=0.17999999999999999
 
155
 
 
156
#b- Animate the dock when auto-hiding ?
 
157
#{The dock will unfold when it hides/shows itself. No effect if auto-hide is not activated or unfold acceleration is nul.}
 
158
animate on auto-hide=true
 
159
 
 
160
#F-[Mouse;/usr/share/cairo-dock/icon-mouse.png]
 
161
frame_mouse=
 
162
 
 
163
#e-[0;1] Scroll speed factor for background decorations :
 
164
#{The smaller, the lower the decorations will move along with the cursor. At 0 they will be static.}
 
165
scroll speed factor=0.5
 
166
 
 
167
#b- Should the decorations be enslaved to the cursor ?
 
168
#{Otherwise the amount of movement of the decorations will only depend on the direction of the cursor's movement, as if the decorations were "gliding".}
 
169
decorations enslaved=false
 
170
 
 
171
#i-[-1;99] Amount of pixels the icons will scroll at each wheel scroll :
 
172
#{If you put 0, this will make them scroll of exactly one icon each time. If you put -1, the scroll wil be de-activated}
 
173
scroll amount=0
 
174
 
 
175
#b- Re-center the dock on leaving if it has been scrolled ?
 
176
reset scroll=true
 
177
 
 
178
#e-[0.;0.99] If so, you can specify the scrolling acceleration :
 
179
#{The more it's close to 0, the faster the scroll will be.}
 
180
reset scroll acceleration=0.91300000000000003
 
181
 
 
182
#F-[Sub-docks;/usr/share/cairo-dock/icon-subdock.png]
 
183
frame_sub=
 
184
 
 
185
#i- Delay before you effectively leave from a sub-dock or to a sub-dock :
 
186
#{in ms.}
 
187
leaving delay=250
 
188
 
 
189
#i- Delay before displaying a sub-dock :
 
190
#{in ms. Unused if you set up to click to show sub-docks.}
 
191
show delay=300
 
192
 
 
193
#b- Click to show sub-docks ?
 
194
#{Otherwise they will appear when you linger over the icon pointing on it.}
 
195
show on click=false
 
196
 
 
197
#b- Animate sub-docks when they appear ?
 
198
#{Always true if sub-docks appear with mouse click.}
 
199
animate subdocks=true
 
200
 
 
201
#F-[CPU;gtk-execute]
 
202
frame_cpu=
 
203
 
 
204
#i-[5;40] Refresh frequency when mouving cursor into the dock :
 
205
#{in Hz. This is to adjust regarding your CPU power.}
 
206
refresh frequency=35
 
207
 
 
208
#b- Reflections should be calculated in real-time ?
 
209
#{The transparency gradation pattern will then be re-calculated in real time. May needs more CPU power.}
 
210
dynamic reflection=true
 
211
 
 
212
#F-[Labels;gtk-underline]
 
213
frame_label=
 
214
 
 
215
#b- Show label of the currently pointed icon only ?
 
216
pointed icon only=true
 
217
 
 
218
#b- Should the labels be always horizontal, even when dock is vertical ?
 
219
always horizontal=true
 
220
 
 
221
#f-[0.;50.] label's visibility threshold :
 
222
#{the bigger, the more the labels next to the pointed icon will be transparent.}
 
223
alpha threshold=40
 
224
 
 
225
#F-[Files;gtk-file]
 
226
frame_file=
 
227
 
 
228
#r-[Name;Size;Date] Sort files by :
 
229
sort files=0
 
230
 
 
231
#b- Show hidden files ?
 
232
show hidden files=false
 
233
 
 
234
 
 
235
#[gtk-disconnect]
 
236
[Applets]
 
237
 
 
238
 
 
239
#F-[Choose some useful accessories for your dock !]
 
240
frame_m0=
 
241
#M-999[weather;/usr/lib/cairo-dock/weather/readme;/usr/lib/cairo-dock/weather/preview.png;/usr/lib/cairo-dock/weather/icon.png;Cairo-Penguin;/usr/lib/cairo-dock/Cairo-Penguin/readme;/usr/lib/cairo-dock/Cairo-Penguin/preview.png;/usr/lib/cairo-dock/Cairo-Penguin/icon.png;netspeed;/usr/lib/cairo-dock/netspeed/readme;/usr/lib/cairo-dock/netspeed/preview.png;/usr/lib/cairo-dock/netspeed/icon.png;clock;/usr/lib/cairo-dock/clock/readme;/usr/lib/cairo-dock/clock/preview.png;/usr/lib/cairo-dock/clock/icon.png;wifi;/usr/lib/cairo-dock/wifi/readme;/usr/lib/cairo-dock/wifi/preview.png;/usr/lib/cairo-dock/wifi/icon.png;ram-meter;/usr/lib/cairo-dock/rame/readme;/usr/lib/cairo-dock/rame/preview.png;/usr/lib/cairo-dock/rame/icon.svg;terminal;/usr/lib/cairo-dock/terminal/readme;/usr/lib/cairo-dock/terminal/preview.png;/usr/lib/cairo-dock/terminal/icon.png;PowerManager;/usr/lib/cairo-dock/powermanager/readme;/usr/lib/cairo-dock/powermanager/preview.png;/usr/lib/cairo-dock/powermanager/icon.png;cpusage;/usr/lib/cairo-dock/cpusage/readme;/usr/lib/cairo-dock/cpusage/preview.png;/usr/lib/cairo-dock/cpusage/icon.png;nVidia;/usr/lib/cairo-dock/nVidia/readme;/usr/lib/cairo-dock/nVidia/preview.png;/usr/lib/cairo-dock/nVidia/icon.svg]  List of available accessories :
 
242
#{Just check the box to activate a plug-in, or uncheck to deactivate it. Once activated, you can use it and configure it.}/
 
243
modules_0=clock
 
244
 
 
245
#F-[Add fonctionnalities to your dock !]
 
246
frame_m1=
 
247
#M-999[logout;/usr/lib/cairo-dock/logout/readme;/usr/lib/cairo-dock/logout/preview.png;/usr/lib/cairo-dock/logout/icon.svg;systray;/usr/lib/cairo-dock/systray/readme;/usr/lib/cairo-dock/systray/preview.png;/usr/lib/cairo-dock/systray/icon.png;xfce integration;/readme;/none;/icon.png;shortcuts;/usr/lib/cairo-dock/shortcuts/readme;/usr/lib/cairo-dock/shortcuts/preview.png;/usr/lib/cairo-dock/shortcuts/icon.png;dustbin;/usr/lib/cairo-dock/dustbin/readme;/usr/lib/cairo-dock/dustbin/preview.png;/usr/lib/cairo-dock/dustbin/icon.png;gnome integration old;/usr/lib/cairo-dock/gnome-integration-old/readme;/usr/lib/cairo-dock/gnome-integration-old/none;/usr/lib/cairo-dock/gnome-integration-old/icon.svg;Dbus;/usr/lib/cairo-dock/Dbus/readme;/usr/lib/cairo-dock/Dbus/preview.png;/usr/lib/cairo-dock/Dbus/icon.svg;showDesklets;/usr/lib/cairo-dock/showDesklets/readme;/usr/lib/cairo-dock/showDesklets/preview.png;/usr/lib/cairo-dock/showDesklets/icon.png;compiz-icon;/usr/lib/cairo-dock/compiz-icon/readme;/usr/lib/cairo-dock/compiz-icon/preview.png;/usr/lib/cairo-dock/compiz-icon/icon.png;switcher;/usr/lib/cairo-dock/switcher/readme;/usr/lib/cairo-dock/switcher/preview.png;/usr/lib/cairo-dock/switcher/workspaces.svg;gnome integration;/usr/lib/cairo-dock/gnome-integration/readme;/usr/lib/cairo-dock/gnome-integration/none;/usr/lib/cairo-dock/gnome-integration/icon.png;showDesktop;/usr/lib/cairo-dock/showDesktop/readme;/usr/lib/cairo-dock/showDesktop/preview.png;/usr/lib/cairo-dock/showDesktop/icon.png;rendering;/usr/lib/cairo-dock/rendering/readme;/usr/lib/cairo-dock/rendering/none;/usr/lib/cairo-dock/rendering/icon.svg]  List of available desktop enhancements :
 
248
#{Just check the box to activate a plug-in, or uncheck to deactivate it. Once activated, you can use it and configure it.}/
 
249
modules_1=rendering;logout;dustbin;
 
250
 
 
251
#F-[Control your PC from your dock !]
 
252
frame_m2=
 
253
#M-999[xmms;/usr/lib/cairo-dock/xmms/readme;/usr/lib/cairo-dock/xmms/preview.png;/usr/lib/cairo-dock/xmms/icon.png;AlsaMixer;/usr/lib/cairo-dock/AlsaMixer/readme;/usr/lib/cairo-dock/AlsaMixer/preview.png;/usr/lib/cairo-dock/AlsaMixer/icon.png;Rhythmbox;/usr/lib/cairo-dock/rhythmbox/readme;/usr/lib/cairo-dock/rhythmbox/preview.png;/usr/lib/cairo-dock/rhythmbox/icon.png;TomBoy;/usr/lib/cairo-dock/tomboy/readme;/usr/lib/cairo-dock/tomboy/preview.png;/usr/lib/cairo-dock/tomboy/icon.png;Xgamma;/usr/lib/cairo-dock/Xgamma/readme;/usr/lib/cairo-dock/Xgamma/preview.png;/usr/lib/cairo-dock/Xgamma/icon.png]  List of available controlers :
 
254
#{Just check the box to activate a plug-in, or uncheck to deactivate it. Once activated, you can use it and configure it.}/
 
255
modules_2=
 
256
 
 
257
 
 
258
 
 
259
#[gtk-orientation-portrait]
 
260
[Background]
 
261
 
 
262
#F+[Callback zone;gtk-goto-bottom]
 
263
frame1=
 
264
 
 
265
#i+[1;1024] Size of the callback zone (width x height, in pixels) :
 
266
#{Place the mouse into this zone will make the dock re-appear.}
 
267
zone width=200
 
268
#i+ ...
 
269
zone height=20
 
270
 
 
271
#S+ Filename of an image to put on the callback zone :
 
272
#{Any format allowed; let this field empty to have an invisible callback zone. The callback zone is what you see when the dock hides itselfs.}
 
273
callback image=background-snow.svg
 
274
 
 
275
#e+[0;1] Transparency of the callback zone :
 
276
alpha=1
 
277
 
 
278
#b+ Rotate the callback zone's image when the dock is on top/left/right ?
 
279
#{Use it when the image is an arrow pointing to the center of the screen for exemple.}
 
280
reverse visible image=true
 
281
 
 
282
 
 
283
#F+[Extern Frame;/usr/share/cairo-dock/icon-frame.png]
 
284
frame4=
 
285
#i+[0;30] Corner radius :
 
286
#{in pixels.}
 
287
corner radius=10
 
288
 
 
289
#i+[0;20] Linewidth of the extern line :
 
290
#{in pixels.}
 
291
line width=2
 
292
 
 
293
#i+[0;20] Margin between the frame and the icons or their reflects :
 
294
#{in pixels.}
 
295
frame margin=2
 
296
 
 
297
#c+4[0;1] Color of the extern line (r,v,b,a) :
 
298
line color=0;0;0.80000000000000004;0.40000000000000002;
 
299
 
 
300
#b+ Are the bottom left and right corners rounded ?
 
301
rounded bottom corner=true
 
302
 
 
303
 
 
304
#F+[Background image...;gtk-orientation-portrait]
 
305
frame2=
 
306
 
 
307
#S+ Image's filename to use as a background :
 
308
#{Any format allowed; let this field empty if you don't want to use an image as background.}
 
309
background image=background-snow.svg
 
310
 
 
311
#e+[0;1] Image's transparency :
 
312
image alpha=0.59999999999999998
 
313
 
 
314
#b+ Repeat image as a pattern to fill background ?
 
315
repeat image=true
 
316
 
 
317
#F+[...or Gradation;/usr/share/cairo-dock/icon-gradation.png]
 
318
frame3=
 
319
 
 
320
#c+4[0;1] Bright color (red, green, blue, alpha) :
 
321
stripes color bright=0.93300000000000005;0.93300000000000005;0.92500000000000004;0.40000000000000002;
 
322
 
 
323
#c+4[0;1] Dark color (red, green, blue, alpha) :
 
324
stripes color dark=0.82699999999999996;0.84299999999999997;0.81100000000000005;0.59999999999999998;
 
325
 
 
326
#f+[-90;90] Angle of the stripes / gradation, in relation to the vertical (in degree) :
 
327
stripes angle=30
 
328
 
 
329
#i+ Number of stripes, in each pattern, to draw in the background :
 
330
#{The bigger, the more the stripes are close to each other; with 0 stripes, the background will be filled with a single gradation.}
 
331
number of stripes=15
 
332
 
 
333
#f+[0;1] Width of the stripes, in percentage of the pattern size :
 
334
#{1 pattern contains N stripes, so the width can be less or equal than 1/N.}
 
335
stripes width=0.029999999999999999
 
336
 
 
337
 
 
338
#[gtk-about]
 
339
[Icons]
 
340
 
 
341
#F+[Wave's shape;/usr/share/cairo-dock/icon-wave.png]
 
342
frame_shape=
 
343
#f+[0;5] Crest of the wave :
 
344
#{the maximum zoom will be 1+C.}
 
345
amplitude=1
 
346
 
 
347
#i+[1;999] Width of the interval in which the wave will be effective :
 
348
#{in pixels. Outside of this interval (centered on the mouse), the wave is flat.}
 
349
sinusoid width=250
 
350
 
 
351
#i+[0;50] Space between icons :
 
352
#{in pixels.}
 
353
icon gap=0
 
354
 
 
355
#e+[0;1] Icons' transparency at rest :
 
356
#{It is their transparency when the wave is flat; they will "materialize" progressively as the dock grows up. The closer to 0, the more transparent they will be.}
 
357
alpha at rest=1
 
358
 
 
359
#F+[Reflections]
 
360
frame_refl=
 
361
 
 
362
#e+[0;1] Reflecting power of the plane :
 
363
#{It is its albedo; at 1 the icons reflect to the maximum, at 0 reflects are not used.}
 
364
albedo=0.59999999999999998
 
365
 
 
366
#e+[0;1] Field depth of the view:
 
367
#{More precisely, it is the fraction of the max icon height that will be used to draw reflect. So setting it to 0.33 will mean that 33% of the icons will reflect on the ground, and the icons will be placed at the right distance from the front border of the frame so that the reflect is fully visible.}
 
368
field depth=0.69999999999999996
 
369
 
 
370
#F+[Style of the icons' labels;gtk-select-font]
 
371
frame_label=
 
372
 
 
373
#i+[0;40] Size of the font :
 
374
#{approximately size in pixels, put 0 to not display labels}
 
375
size=15
 
376
 
 
377
#P+ Family of the font used for labels :
 
378
#{for exemple Monospace, Purisa, ... Just write the font name wihtout any number or so.}
 
379
police=Purisa
 
380
 
 
381
#b+ Should be italic ?
 
382
italic=false
 
383
 
 
384
#i+[1;9] Weight (between 1 and 9, the bigger, the heavier):
 
385
weight=9
 
386
 
 
387
#c+3[0;1] Start color :
 
388
#{It's the first color of the gradation.}
 
389
text color start=1;1;1;
 
390
 
 
391
#c+3[0;1] Stop color :
 
392
#{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.}
 
393
text color stop=0.7168841077286946;0.94563210498207062;0.96032654306858933;
 
394
 
 
395
#b+ Pattern should be vertical ?
 
396
#{If checked, the pattern will go from top to bottom, otherwise from left to right.}
 
397
vertical label pattern=false
 
398
 
 
399
#c+4[0;1] Color of the label's background :
 
400
#{If you set it to fully transparent, there will be no background for the text, but the letters' outline will be thicker.}
 
401
text background color=0.16256961928740368;0.16958876935988404;0.33310444800488287;0.49999237048905165;
 
402
 
 
403
#b+ Use background color for labels ?
 
404
#{If false, only the quick-info will have this background color.}
 
405
background for label=false
 
406
 
 
407
 
 
408
#F+[Link the icons with a string]
 
409
frame_string=
 
410
 
 
411
#i+[0;20] Linewidth of the string, in pixels (0 to not use string) :
 
412
string width=0
 
413
 
 
414
#c+4[0;1] Color of the string (red, blue, green, alpha) :
 
415
string color=0.97579919127183945;0.97579919127183945;1;0.59999999999999998;
 
416
 
 
417
#F+[Icons' themes]
 
418
frame_theme=
 
419
 
 
420
#D+99 List of icons themes or directories :
 
421
#{Directories or themes where to search icons. Put some directories where you have icons you wish to see in the dock, or put some theme's name you've installed on your system. (the order is taken into account during the research). The key word _ThemeDirectory_ represents the directory ~/.cairo-dock/current_theme/launchers}/
 
422
default icon directory=_LocalTheme_
 
423
 
 
424
 
 
425
#X+[Launchers]
 
426
frame_launcher=
 
427
 
 
428
#i+[0;128] Icon size at rest (width x height) :
 
429
#{Put 0 if you don't want to restrain them}
 
430
launcher width=48
 
431
#i+[0;128] ...
 
432
launcher height=48
 
433
 
 
434
#r+[bounce;rotate;blink;pulse;upside-down;wobbly;random] Animation type when clicked :
 
435
launcher animation=3
 
436
 
 
437
#i+ Number of times the icon will bounce/rotate/blink/etc when clicked :
 
438
launcher number of rounds=4
 
439
 
 
440
 
 
441
#X+[Applications]
 
442
frame_appli=
 
443
 
 
444
#i+[0;128] Icon size at rest (width x height) :
 
445
#{Put 0 if you don't want to restrain them}
 
446
appli width=48
 
447
#i+[0;128] ...
 
448
appli height=48
 
449
 
 
450
#r+[bounce;rotate;blink;pulse;upside-down;wobbly;random] Animation type when clicked :
 
451
appli animation=4
 
452
 
 
453
#i+ Number of times the icon will bounce/rotate/blink/etc when clicked :
 
454
appli number of rounds=2
 
455
 
 
456
#X+[Applets]
 
457
frame_applet=
 
458
 
 
459
#i+[0;128] Icon size at rest (width x height) :
 
460
#{Put 0 if you don't want to restrain them}
 
461
applet width=0
 
462
#i+[0;128] ...
 
463
applet height=0
 
464
 
 
465
#r+[bounce;rotate;blink;pulse;upside-down;wobbly;random] Animation type when clicked :
 
466
applet animation=2
 
467
 
 
468
#i+ Number of times the icon will bounce/rotate/blink/etc when clicked :
 
469
applet number of rounds=1
 
470
 
 
471
#X+[Separators]
 
472
frame_sep=
 
473
 
 
474
#i+[0;128] Icon size at rest (width x height) :
 
475
#{Put 0 if you don't want to restrain them}
 
476
separator width=48
 
477
#i+[0;128] ...
 
478
separator height=48
 
479
 
 
480
#b+ Automatically add separators ?
 
481
#{Separators are icons used to make a separation between different types of icons. Cairo-dock can automatically add them between launchers, applis, and applets.}
 
482
use separator=true
 
483
 
 
484
#S+ Filename of an image to use for separators :
 
485
#{If you don't provide one, blanks will be used.}
 
486
separator image=separateur.svg
 
487
 
 
488
#b+ Make the separator's image revolve when dock is on top/on the left/on the right ?
 
489
revolve separator image=true
 
490
 
 
491
#b+ Force separator's image size to stay constant ?
 
492
force size=true
 
493
 
 
494
#X+
 
495
frame_sep_=
 
496
 
 
497
#T+3[launchers;applications;applets] Order of the different types of icons :
 
498
icon's type order=applets;applications;launchers;
 
499
 
 
500
 
 
501
#[gtk-zoom-fit]
 
502
[Views]
 
503
 
 
504
#F+[Main Dock]
 
505
frame_main=
 
506
 
 
507
#n+ Choose the default view for root docks :/
 
508
main dock view=default
 
509
 
 
510
#F+[Sub-Docks]
 
511
frame_sub=
 
512
 
 
513
#n+ Choose the default view for sub-docks :
 
514
#{You can overwrite this parameter for each sub-dock.}/
 
515
sub-dock view=default
 
516
 
 
517
#b+ Are the sub-docks parallel to main docks ?
 
518
#{otherwise they will be perpendicular}
 
519
same horizontality=true
 
520
 
 
521
#e+[0.1;1.] Ratio for the size of the sub-docks' icons :
 
522
#{You can specify a ratio for the size of the sub-docks' icons, regarding the main docks' icons size}
 
523
relative icon size=0.80000000000000004
 
524
 
 
525
 
 
526
#[gtk-dialog-question]
 
527
[Dialogs]
 
528
 
 
529
#F+[Buttons;/usr/share/cairo-dock/icon-buttons.png]
 
530
frame_button=
 
531
 
 
532
#i+[10;99] Size of buttons in the info-bubbles (width x height) :
 
533
#{in pixels.}
 
534
button width=36
 
535
#i+[10;99]  ...
 
536
button height=36
 
537
 
 
538
#S+ Name of an image to use for the yes/ok button :
 
539
#{If you don't provide any, a default image will be used.}
 
540
button_ok image=
 
541
 
 
542
#S+ Name of an image to use for the no/cancel button :
 
543
#{If you don't provide any, a default image will be used.}
 
544
button_cancel image=
 
545
 
 
546
#F+[Bubble;/usr/share/cairo-dock/icon-bubble.png]
 
547
frame_bubble=
 
548
 
 
549
#c+4[0;1] Background color of the bubble (r,v,b,a) :
 
550
background color=1;1;1;0.69999999999999996;
 
551
 
 
552
#i+[0;99] Size of the icon displayed next to the text :
 
553
#{Put 0 to let the size adapt itself to the text.}
 
554
icon size=48
 
555
 
 
556
#F+[Text;gtk-select-font]
 
557
frame_text=
 
558
 
 
559
#c+3[0;1] Text color (r,g,b) :
 
560
text color=0;0;0;
 
561
 
 
562
#b+ Homogeneous with icons' label ?
 
563
#{The messages will have the same style as the icons' labels. The beneath parameters are then unused.}
 
564
homogeneous text=false
 
565
 
 
566
#i+[0;40] Size of the font :
 
567
#{approximately size in pixels, put 0 to not display labels}
 
568
message size=15
 
569
 
 
570
#P+ Family of the font used for labels :
 
571
#{for exemple Monospace, Purisa, ... Just write the font name wihtout any number or so.}
 
572
message police=Century Schoolbook L
 
573
 
 
574
#i+[1;9] Weight (between 1 and 9, the bigger, the heavier):
 
575
message weight=5
 
576
 
 
577
#b+ Should be italic ?
 
578
message italic=false
 
579
 
 
580
 
 
581
#[gtk-convert]
 
582
[Desklets]
 
583
 
 
584
#c+4[0;1] Background color (r,v,b,a) :
 
585
background color=1;1;1;0.20000000000000001;
 
586
 
 
587
#c+4[0;1] Background color when mouse hovers it (r,v,b,a) :
 
588
background color inside=1;1;1;0.59999999999999998;
 
589
 
 
590
 
 
591
#[gtk-dialog-info]
 
592
[Indicators]
 
593
 
 
594
#F+[Indicator of drag'n'drop on the dock]
 
595
frame_drop1=
 
596
 
 
597
#S+ Image for the drag'n'drop animation :
 
598
#{Typically an arrow, that will be displayed when you try to drop a new launcher into the dock. Let empty to use the default one.}
 
599
drop indicator=drop-indicator-rain.svg
 
600
 
 
601
 
 
602
#F+[Indicator of drag'n'drop on icons]
 
603
frame_drop2=
 
604
 
 
605
#b+ Display a drop indicator on icon while dragging over them ?
 
606
show drop indicator=true
 
607
 
 
608
#S+ Image for the indicator :
 
609
#{It's an image that will be displayed on the icon to indicate you can drop on it. Let empty to use the default one.}
 
610
emblem_2=
 
611
 
 
612
 
 
613
#F+[Indicator of the active window]
 
614
frame_activ=
 
615
 
 
616
#c+4[0;1] Color of the indicator (r,v,b,a) :
 
617
#{Set transparency to 0 if you don't want to use an indicator.}
 
618
active color=0.7;0.7;0.9;0.5
 
619
 
 
620
#b Draw indicator above the icon ?
 
621
active frame position=true
 
622
 
 
623
#i+[0;10] Linewidth of the frame around the active window :
 
624
#{Set 0 to fill the frame.}
 
625
active line width=5
 
626
 
 
627
#i+[0;30] Corner radius of the frame around the active window :
 
628
active corner radius=12
 
629
 
 
630
 
 
631
#F+[Indicator of active launcher]
 
632
frame_launch=
 
633
 
 
634
#S+ Filename of an image to use for indicators :
 
635
#{Indicators are drawn on launchers icons to show that they have already been launched. Let blank to use the default one.}
 
636
indicator image=indicator-evergreen.svg
 
637
 
 
638
#b+ Display the indicator above the icon ?
 
639
indicator above=false
 
640
 
 
641
#e+[0.1;1.5] Indicator size ratio :
 
642
#{You can choose to make the indicator smaller or bigger than the icons. The bigger the value is, the bigger the indicator is. 1 means the indicator will have the same size as the icons.}
 
643
indicator ratio=1
 
644
 
 
645
#b+ Link the indicator with its icon ?
 
646
#{It will then be resized like the icon, move like the icon, etc. Otherwise it will be drawn directly on the dock.}
 
647
link indicator=true
 
648
 
 
649
#i+[-10;64] Vertical offset :
 
650
#{in pixels. You can use this parameter to adjust the indicator's vertical position.}
 
651
indicator deltaY=6
 
652
 
 
653
 
 
654
#X+[Misc. Emblems]
 
655
frame_img=
 
656
#S+ Name of an image to use for the charge emblem :
 
657
#{If you don't provide any, a default image will be used.}
 
658
emblem_1=
 
659
#S+ Name of an image to use for the play emblem :
 
660
#{If you don't provide any, a default image will be used.}
 
661
emblem_3=
 
662
#S+ Name of an image to use for the pause emblem :
 
663
#{If you don't provide any, a default image will be used.}
 
664
emblem_4=
 
665
#S+ Name of an image to use for the stop emblem :
 
666
#{If you don't provide any, a default image will be used.}
 
667
emblem_5=
 
668
#S+ Name of an image to use for the broken emblem :
 
669
#{If you don't provide any, a default image will be used.}
 
670
emblem_6=
 
671
#S+ Name of an image to use for the error emblem :
 
672
#{If you don't provide any, a default image will be used.}
 
673
emblem_7=
 
674
#S+ Name of an image to use for the warning emblem :
 
675
#{If you don't provide any, a default image will be used.}
 
676
emblem_8=
 
677
#S+ Name of an image to use for the locked emblem :
 
678
#{If you don't provide any, a default image will be used.}
 
679
emblem_9=