18 lines
370 B
Text
18 lines
370 B
Text
|
|
# Spacing between windows and edges
|
|
gaps inner 20
|
|
|
|
# Border styling
|
|
default_border pixel 3
|
|
|
|
# Borders
|
|
client.focused $color1 $color1 $color0 $color9
|
|
client.focused_inactive $color9 $color9 $color1 $color9
|
|
client.unfocused $color9 $color9 $color1 $color9
|
|
|
|
# Blur
|
|
blur enable
|
|
shadows enable
|
|
shadow_color $color0
|
|
shadow_blur_radius 20
|
|
corner_radius 10
|