51 lines
1.1 KiB
Text
51 lines
1.1 KiB
Text
|
|
# Spacing between windows and edges
|
|
gaps outer 0
|
|
gaps top 30
|
|
#gaps left -10
|
|
workspace 0: {
|
|
# gaps left 310
|
|
output $overview_display
|
|
}
|
|
|
|
# Border styling
|
|
#default_border pixel 3
|
|
default_border pixel 0
|
|
default_floating_border pixel 1
|
|
|
|
# Borders
|
|
client.focused $color599 $color599 $color5 $color5
|
|
client.focused_inactive $color566 $color599 $color0 $color566
|
|
client.unfocused $color566 $color0aa $color566 $color566
|
|
|
|
set {
|
|
$layer_blur blur enable, blur_ignore_transparent enable, shadows disable
|
|
$xray_blur blur enable, blur_ignore_transparent enable, shadows disable, blur_xray enable
|
|
#, corner_radius 8
|
|
}
|
|
|
|
# Blur
|
|
layer_effects {
|
|
"eww-bar" $layer_blur
|
|
"eww-home" $layer_blur
|
|
"wofi" $layer_blur
|
|
"worf" $layer_blur
|
|
"gtk_layer_shell" $layer_blur
|
|
"swaync-control-center" $layer_blur
|
|
"swaync-notification-window" $layer_blur
|
|
"wob" $xray_blur
|
|
}
|
|
|
|
blur_brightness 0.5
|
|
blur enable
|
|
blur_radius 3
|
|
blur_noise 0
|
|
blur_contrast 1
|
|
blur_saturation 0.95
|
|
|
|
shadows disable
|
|
shadow_color $color5aa
|
|
shadow_inactive_color $color088
|
|
shadow_blur_radius 10
|
|
|
|
exec 'exec $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.8'
|