-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plank.tera
78 lines (74 loc) · 2.89 KB
/
plank.tera
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
whiskers:
version: "2.3.0"
matrix:
- flavor
filename: "src/Catppuccin-{{ flavor.identifier }}/dock.theme"
---
{%- macro rgb(color) -%}
{{ color.rgb.r }};;{{ color.rgb.g }};;{{ color.rgb.b }};;240
{%- endmacro -%}
#This file auto-generated by Plank.
#2022-02-05T18:24:08+0000
[PlankTheme]
#The roundness of the top corners.
TopRoundness=17
#The roundness of the bottom corners.
BottomRoundness=17
#The thickness (in pixels) of lines drawn.
LineWidth=0
#The color (RGBA) of the outer stroke.
OuterStrokeColor={{ self::rgb(color=base) }}
#The starting color (RGBA) of the fill gradient.
FillStartColor={{ self::rgb(color=base) }}
#The ending color (RGBA) of the fill gradient.
FillEndColor={{ self::rgb(color=base) }}
#The color (RGBA) of the inner stroke.
InnerStrokeColor={{ self::rgb(color=surface0) }}
[PlankDockTheme]
#The padding on the left/right dock edges, in tenths of a percent of IconSize.
HorizPadding=1.75
#The padding on the top dock edge, in tenths of a percent of IconSize.
TopPadding=1.75
#The padding on the bottom dock edge, in tenths of a percent of IconSize.
BottomPadding=2
#The padding between items on the dock, in tenths of a percent of IconSize.
ItemPadding=2
#The size of item indicators, in tenths of a percent of IconSize.
IndicatorSize=5
#The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
IconShadowSize=1.25
#The height (in percent of IconSize) to bounce an icon when the application sets urgent.
UrgentBounceHeight=1.75
#The height (in percent of IconSize) to bounce an icon when launching an application.
LaunchBounceHeight=0.625
#The opacity value (0 to 1) to fade the dock to when hiding it.
FadeOpacity=1
#The amount of time (in ms) for click animations.
ClickTime=175
#The amount of time (in ms) to bounce an urgent icon.
UrgentBounceTime=600
#The amount of time (in ms) to bounce an icon when launching an application.
LaunchBounceTime=600
#The amount of time (in ms) for active window indicator animations.
ActiveTime=25
#The amount of time (in ms) to slide icons into/out of the dock.
SlideTime=450
#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1).
FadeTime=350
#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1).
HideTime=375
#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
GlowSize=30
#The total time (in ms) to show the hidden-dock urgent glow.
GlowTime=10000
#The time (in ms) of each pulse of the hidden-dock urgent glow.
GlowPulseTime=2750
#The hue-shift (-180 to 180) of the urgent indicator color.
UrgentHueShift=175
#The time (in ms) to move an item to its new position or its addition/removal to/from the dock.
ItemMoveTime=450
#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.
CascadeHide=true
#The color (RGBA) of the badge displaying urgent count
BadgeColor=0;;0;;0;;0