51 lines
1.2 KiB
Text
51 lines
1.2 KiB
Text
|
|
# Spacing between windows and edges
|
|
gaps inner 10
|
|
#gaps top -10
|
|
#gaps left -10
|
|
workspace 0: {
|
|
# gaps left 310
|
|
output $overview_display
|
|
}
|
|
|
|
# Border styling
|
|
#default_border pixel 3
|
|
default_border pixel 2
|
|
default_floating_border pixel 2
|
|
|
|
# Borders
|
|
client.focused $color5 $color5 $color5 $color0dd
|
|
client.focused_inactive $color0 $color0 $color0 $color0
|
|
client.unfocused $color5 $color5 $color5 $color0dd
|
|
|
|
set {
|
|
$layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10
|
|
$eww_blur blur enable, blur_ignore_transparent enable, shadows disable, corner_radius 12, blur_xray enable
|
|
}
|
|
|
|
# Blur
|
|
layer_effects {
|
|
"eww-bar" $eww_blur
|
|
#, shadows enable, shadow_color #ffffff, shadow_blur_radius 5
|
|
"wofi" $layer_blur
|
|
"worf" $layer_blur
|
|
"gtk_layer_shell" $layer_blur
|
|
# "gtk-layer-shell" $eww_blur
|
|
"swaync-control-center" $layer_blur
|
|
"swaync-notification-window" $layer_blur
|
|
}
|
|
|
|
blur_brightness 0.9
|
|
blur enable
|
|
blur_radius 3
|
|
blur_noise 0
|
|
blur_contrast 1
|
|
blur_saturation 0.95
|
|
|
|
shadows enable
|
|
shadow_color $color5aa
|
|
shadow_inactive_color $color088
|
|
shadow_blur_radius 10
|
|
corner_radius 8
|
|
|
|
exec '/usr/bin/python3 $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.85'
|