19 lines
385 B
Text
19 lines
385 B
Text
|
|
# Spacing between windows and edges
|
|
gaps inner 20
|
|
gaps top -19
|
|
|
|
# Border styling
|
|
default_border pixel 5
|
|
|
|
# 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 $color1
|
|
shadow_blur_radius 20
|
|
corner_radius 10
|