24 lines
575 B
Text
24 lines
575 B
Text
|
|
# Spacing between windows and edges
|
|
gaps inner 10
|
|
gaps top -9
|
|
|
|
# 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
|
|
layer_effects "wofi" blur enable
|
|
layer_effects "wofi" shadows disable
|
|
layer_effects "wofi" blur_ignore_transparent enable
|
|
layer_effects "wofi" corner_radius 11
|
|
blur_brightness 0.75
|
|
blur enable
|
|
shadows enable
|
|
shadow_color $color1
|
|
shadow_blur_radius 20
|
|
corner_radius 10
|