36 lines
787 B
Text
36 lines
787 B
Text
|
|
# Spacing between windows and edges
|
|
gaps inner 10
|
|
workspace 0: {
|
|
gaps left 310
|
|
output $overview_display
|
|
}
|
|
|
|
# Border styling
|
|
default_border pixel 5
|
|
default_floating_border pixel 3
|
|
|
|
# Borders
|
|
client.focused $color1 $color1 $color0 $color9
|
|
client.focused_inactive $color8 $color8 $color8 $color8
|
|
client.unfocused $color8 $color8 $color8 $color8
|
|
|
|
set {
|
|
$layer_blur blur enable, shadows enable, blur_ignore_transparent enable, corner_radius 10
|
|
# $nonwofi_layer_blur blur enable, blur_ignore_transparent enable
|
|
}
|
|
|
|
# Blur
|
|
layer_effects {
|
|
"wofi" $layer_blur
|
|
"gtk_layer_shell" $layer_blur
|
|
"swaync-control-center" $layer_blur
|
|
"swaync-notification-window" $layer_blur
|
|
}
|
|
|
|
blur_brightness 0.85
|
|
blur enable
|
|
shadows enable
|
|
shadow_color $color0
|
|
shadow_blur_radius 20
|
|
corner_radius 10
|