dotfiles/de/home/.config/sway/config.d/layout
2024-04-09 13:00:03 -06:00

18 lines
370 B
Text

# Spacing between windows and edges
gaps inner 20
# 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