diff --git a/de/home/.config/sway/config.d/layout b/de/home/.config/sway/config.d/layout index e541cd9..e85c7f3 100644 --- a/de/home/.config/sway/config.d/layout +++ b/de/home/.config/sway/config.d/layout @@ -7,13 +7,13 @@ workspace 0: { } # Border styling -default_border pixel 2 +default_border pixel 5 default_floating_border pixel 2 # Borders -client.focused $color13 $color13 $color0 $color1399 -client.focused_inactive $color099 $color000 $color000 $color000 -client.unfocused $color099 $color000 $color000 $color000 +client.focused $color5 $color5 $color5 $color13 +client.focused_inactive $color0 $color0 $color0 $color0 +client.unfocused $color0 $color0 $color0 $color0 set { $layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10 @@ -32,7 +32,7 @@ layer_effects { blur_brightness 0.85 blur enable shadows enable -shadow_color $color5bb +shadow_color $color5 shadow_inactive_color $color555 shadow_blur_radius 10 corner_radius 8 diff --git a/de/home/.config/sway/config.d/layout.save b/de/home/.config/sway/config.d/layout.save new file mode 100644 index 0000000..fffa1d8 --- /dev/null +++ b/de/home/.config/sway/config.d/layout.save @@ -0,0 +1,38 @@ + +# Spacing between windows and edges +gaps inner 10 +workspace 0: { +# gaps left 310 + output $overview_display +} + +# Border styling +default_border pixel 3 +default_floating_border pixel 2 + +# Borders +client.focused $color000 $color000 $color0 $color5bb +client.focused_inactive $color0 $color0 $color000 $color000 +client.unfocused $color0 $color0 $color0 $color0 + +set { + $layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10 +# $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 $color5 +shadow_inactive_color $color555 +shadow_blur_radius 10 +corner_radius 8