New backup 2025-08-22 13:00:01
This commit is contained in:
parent
9a61cde4d0
commit
a2cb316a5b
2 changed files with 6 additions and 47 deletions
|
@ -10,16 +10,13 @@ workspace 0: {
|
|||
|
||||
# Border styling
|
||||
#default_border pixel 3
|
||||
default_border pixel 20
|
||||
default_border pixel 2
|
||||
default_floating_border pixel 2
|
||||
|
||||
# Borders
|
||||
client.focused $color2ff $color2ff $color2ff $color0ff
|
||||
client.focused $color5 $color5 $color5 $color0dd
|
||||
client.focused_inactive $color0 $color0 $color0 $color0
|
||||
client.unfocused $color5 $color5 $color5 $color0
|
||||
#client.focused $color5 $color5 $color5 $color0
|
||||
#client.focused_inactive $color0 $color0 $color0 $color0
|
||||
#client.unfocused $Ccolor5 $color5 $color5 $color0
|
||||
client.unfocused $color5 $color5 $color5 $color0dd
|
||||
|
||||
set {
|
||||
$layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10
|
||||
|
@ -38,10 +35,10 @@ layer_effects {
|
|||
|
||||
blur_brightness 0.85
|
||||
blur enable
|
||||
shadows disable
|
||||
shadows enable
|
||||
shadow_color $color5aa
|
||||
shadow_inactive_color $color055
|
||||
shadow_blur_radius 6
|
||||
shadow_inactive_color $color088
|
||||
shadow_blur_radius 5
|
||||
corner_radius 8
|
||||
#default_dim_inactive 0.25
|
||||
#set $trans 0.8
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
|
||||
# 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