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
|
general {
gaps_in = $radius
gaps_out = $gaps
border_size = 0
col.active_border = rgba(aaaaaa00)
col.inactive_border = rgba(77777700)
layout = dwindle
}
group {
col.border_active = 0x14171d 0x14171d 360deg
col.border_inactive = 0x14171d 0x14171d 360deg
col.border_locked_active = rgb(14171d) rgb(14171d) 0deg
col.border_locked_inactive = rgb(14171d) rgb(14171d) 0deg
groupbar {
enabled = false
gradients = false
font_family = monospace
font_size = 14
col.active = rgb(14171d) rgb(14171d) 0deg
col.inactive = rgb(14171d) rgb(14171d) 0deg
col.locked_active = rgb(14171d) rgb(14171d) 0deg
col.locked_inactive = rgb(14171d) rgb(14171d) 0deg
}
}
decoration {
rounding = 0
drop_shadow = yes
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
}
animations {
enabled = yes
animation = windows, 1, 7, default
animation = windowsOut, 1, 7, default
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
}
|