|
| 1 | +[PlankTheme] |
| 2 | +#The roundness of the top corners. |
| 3 | +TopRoundness=50 |
| 4 | +#The roundness of the bottom corners. |
| 5 | +BottomRoundness=0 |
| 6 | +#The thickness (in pixels) of lines drawn. |
| 7 | +LineWidth=2 |
| 8 | +#The color (RGBA) of the outer stroke. |
| 9 | +OuterStrokeColor=#ff0001;;255 |
| 10 | +#The starting color (RGBA) of the fill gradient. |
| 11 | +FillStartColor=#00ff01;;192 |
| 12 | +#The ending color (RGBA) of the fill gradient. |
| 13 | +FillEndColor=#00ff01;;192 |
| 14 | +#The color (RGBA) of the inner stroke. |
| 15 | +InnerStrokeColor=#ff0001;;255 |
| 16 | + |
| 17 | +[PlankDockTheme] |
| 18 | +#The padding on the left/right dock edges, in tenths of a percent of IconSize. |
| 19 | +HorizPadding=1 |
| 20 | +#The padding on the top dock edge, in tenths of a percent of IconSize. |
| 21 | +TopPadding=-6 |
| 22 | +#The padding on the bottom dock edge, in tenths of a percent of IconSize. |
| 23 | +BottomPadding=1.5 |
| 24 | +#The padding between items on the dock, in tenths of a percent of IconSize. |
| 25 | +ItemPadding=2 |
| 26 | +#The size of item indicators, in tenths of a percent of IconSize. |
| 27 | +IndicatorSize=5 |
| 28 | +#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. |
| 29 | +IconShadowSize=1.2 |
| 30 | +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. |
| 31 | +UrgentBounceHeight=1.6666666666666667 |
| 32 | +#The height (in percent of IconSize) to bounce an icon when launching an application. |
| 33 | +LaunchBounceHeight=0.625 |
| 34 | +#The opacity value (0 to 1) to fade the dock to when hiding it. |
| 35 | +FadeOpacity=1 |
| 36 | +#The amount of time (in ms) for click animations. |
| 37 | +ClickTime=300 |
| 38 | +#The amount of time (in ms) to bounce an urgent icon. |
| 39 | +UrgentBounceTime=0 |
| 40 | +#The amount of time (in ms) to bounce an icon when launching an application. |
| 41 | +LaunchBounceTime=600 |
| 42 | +#The amount of time (in ms) for active window indicator animations. |
| 43 | +ActiveTime=300 |
| 44 | +#The amount of time (in ms) to slide icons into/out of the dock. |
| 45 | +SlideTime=300 |
| 46 | +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). |
| 47 | +FadeTime=250 |
| 48 | +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). |
| 49 | +HideTime=200 |
| 50 | +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. |
| 51 | +GlowSize=0 |
| 52 | +#The total time (in ms) to show the hidden-dock urgent glow. |
| 53 | +GlowTime=0 |
| 54 | +#The time (in ms) of each pulse of the hidden-dock urgent glow. |
| 55 | +GlowPulseTime=0 |
| 56 | +#The hue-shift (-180 to 180) of the urgent indicator color. |
| 57 | +UrgentHueShift=150 |
| 58 | +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. |
| 59 | +ItemMoveTime=200 |
| 60 | +#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. |
| 61 | +CascadeHide=true |
| 62 | +#The color (RGBA) of the badge displaying urgent count |
| 63 | +BadgeColor=0;;0;;0;;0 |
0 commit comments