51 lines
957 B
Text
51 lines
957 B
Text
|
|
# Spacing between windows and edges
|
|
gaps inner 10
|
|
workspace 0: {
|
|
gaps left 310
|
|
output $overview_display
|
|
}
|
|
workspace 1 {
|
|
output $primary_display
|
|
}
|
|
|
|
# Border styling
|
|
default_border pixel 5
|
|
|
|
# Borders
|
|
client.focused $color1 $color1 $color0 $color9
|
|
client.focused_inactive $color8 $color8 $color8 $color8
|
|
client.unfocused $color8 $color8 $color8 $color8
|
|
|
|
# Blur
|
|
layer_effects {
|
|
"wofi"
|
|
"gtk_layer_shell"
|
|
"swaync-control-center"
|
|
"swaync-notification-window"
|
|
}
|
|
layer_effects "wofi" {
|
|
blur enable
|
|
shadows disable
|
|
blur_ignore_transparent enable
|
|
corner_radius 10
|
|
}
|
|
layer_effects "gtk-layer-shell" {
|
|
blur enable
|
|
blur_ignore_transparent enable
|
|
}
|
|
layer_effects "swaync-control-center" {
|
|
blur enable
|
|
blur_ignore_transparent enable
|
|
}
|
|
layer_effects "swaync-notification-window" {
|
|
blur enable
|
|
blur_ignore_transparent enable
|
|
}
|
|
|
|
blur_brightness 0.85
|
|
blur enable
|
|
shadows enable
|
|
shadow_color $color1
|
|
shadow_blur_radius 20
|
|
corner_radius 10
|