dock.theme 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #Uruk Plank Theme written by Hayder Majid for Uruk GNU/Linux.
  2. [PlankDrawingTheme]
  3. #The roundness of the top corners.
  4. TopRoundness=1
  5. #The roundness of the bottom corners.
  6. BottomRoundness=0
  7. #The thickness (in pixels) of lines drawn.
  8. LineWidth=2
  9. #The color (RGBA) of the outer stroke.
  10. OuterStrokeColor=0;;0;;0;;0
  11. #The starting color (RGBA) of the fill gradient.
  12. FillStartColor=240;;240;;240;;220
  13. #The ending color (RGBA) of the fill gradient.
  14. FillEndColor=240;;240;;240;;255
  15. #The color (RGBA) of the inner stroke.
  16. InnerStrokeColor=240;;240;;240;;255
  17. [PlankDrawingDockTheme]
  18. #The padding on the left/right dock edges, in tenths of a percent of IconSize.
  19. HorizPadding=0
  20. #The padding on the top dock edge, in tenths of a percent of IconSize.
  21. TopPadding=1
  22. #The padding on the bottom dock edge, in tenths of a percent of IconSize.
  23. BottomPadding=2.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=0
  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=600
  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=900
  46. #The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1).
  47. FadeTime=600
  48. #The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1).
  49. HideTime=400
  50. #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
  51. GlowSize=20
  52. #The total time (in ms) to show the hidden-dock urgent glow.
  53. GlowTime=10000
  54. #The time (in ms) of each pulse of the hidden-dock urgent glow.
  55. GlowPulseTime=2000
  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=450