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