New backup 2025-07-18 10:45:02
This commit is contained in:
parent
cd69917cad
commit
cabdb88e8b
2 changed files with 43 additions and 5 deletions
|
@ -7,13 +7,13 @@ workspace 0: {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Border styling
|
# Border styling
|
||||||
default_border pixel 2
|
default_border pixel 5
|
||||||
default_floating_border pixel 2
|
default_floating_border pixel 2
|
||||||
|
|
||||||
# Borders
|
# Borders
|
||||||
client.focused $color13 $color13 $color0 $color1399
|
client.focused $color5 $color5 $color5 $color13
|
||||||
client.focused_inactive $color099 $color000 $color000 $color000
|
client.focused_inactive $color0 $color0 $color0 $color0
|
||||||
client.unfocused $color099 $color000 $color000 $color000
|
client.unfocused $color0 $color0 $color0 $color0
|
||||||
|
|
||||||
set {
|
set {
|
||||||
$layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10
|
$layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10
|
||||||
|
@ -32,7 +32,7 @@ layer_effects {
|
||||||
blur_brightness 0.85
|
blur_brightness 0.85
|
||||||
blur enable
|
blur enable
|
||||||
shadows enable
|
shadows enable
|
||||||
shadow_color $color5bb
|
shadow_color $color5
|
||||||
shadow_inactive_color $color555
|
shadow_inactive_color $color555
|
||||||
shadow_blur_radius 10
|
shadow_blur_radius 10
|
||||||
corner_radius 8
|
corner_radius 8
|
||||||
|
|
38
de/home/.config/sway/config.d/layout.save
Normal file
38
de/home/.config/sway/config.d/layout.save
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue