dock.theme
ASCII text
1
#This file based on:
2
#https://git.launchpad.net/plank/tree/data/themes/Default/dock.theme
3
4
[PlankTheme]
5
#The roundness of the top corners.
6
TopRoundness=4
7
#The roundness of the bottom corners.
8
BottomRoundness=0
9
#The thickness (in pixels) of lines drawn.
10
LineWidth=0
11
#The color (RGBA) of the outer stroke.
12
OuterStrokeColor=0;;0;;0;;0
13
#The starting color (RGBA) of the fill gradient.
14
FillStartColor=0;;0;;0;;153
15
#The ending color (RGBA) of the fill gradient.
16
FillEndColor=0;;0;;0;;153
17
#The color (RGBA) of the inner stroke.
18
InnerStrokeColor=0;;0;;0;;0
19
20
[PlankDockTheme]
21
#The padding on the left/right dock edges, in tenths of a percent of IconSize.
22
HorizPadding=1
23
#The padding on the top dock edge, in tenths of a percent of IconSize.
24
TopPadding=2
25
#The padding on the bottom dock edge, in tenths of a percent of IconSize.
26
BottomPadding=1
27
#The padding between items on the dock, in tenths of a percent of IconSize.
28
ItemPadding=2
29
#The size of item indicators, in tenths of a percent of IconSize.
30
IndicatorSize=5
31
#The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
32
IconShadowSize=0
33
#The height (in percent of IconSize) to bounce an icon when the application sets urgent.
34
UrgentBounceHeight=1.6666666666666667
35
#The height (in percent of IconSize) to bounce an icon when launching an application.
36
LaunchBounceHeight=0.625
37
#The opacity value (0 to 1) to fade the dock to when hiding it.
38
FadeOpacity=1
39
#The amount of time (in ms) for click animations.
40
ClickTime=0
41
#The amount of time (in ms) to bounce an urgent icon.
42
UrgentBounceTime=600
43
#The amount of time (in ms) to bounce an icon when launching an application.
44
LaunchBounceTime=600
45
#The amount of time (in ms) for active window indicator animations.
46
ActiveTime=150
47
#The amount of time (in ms) to slide icons into/out of the dock.
48
SlideTime=300
49
#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1).
50
FadeTime=250
51
#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1).
52
HideTime=250
53
#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
54
GlowSize=30
55
#The total time (in ms) to show the hidden-dock urgent glow.
56
GlowTime=10000
57
#The time (in ms) of each pulse of the hidden-dock urgent glow.
58
GlowPulseTime=2000
59
#The hue-shift (-180 to 180) of the urgent indicator color.
60
UrgentHueShift=150
61
#The time (in ms) to move an item to its new position or its addition/removal to/from the dock.
62
ItemMoveTime=450
63
#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time.
64
CascadeHide=true
65