dotfiles/de/home/.config/sway/config.d/layout
2025-03-04 23:30:02 -08:00

26 lines
529 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 $color1 $color1 $color0 $color9
client.unfocused $color8 $color8 $color8 $color8
# Blur
layer_effects "wofi" {
blur enable
shadows disable
blur_ignore_transparent enable
corner_radius 10
}
blur_brightness 0.85
blur enable
shadows enable
shadow_color $color1
shadow_blur_radius 20
corner_radius 10