New backup 2025-09-03 20:00:02
This commit is contained in:
parent
8dc4ab9e48
commit
521f2874ae
2 changed files with 4 additions and 10 deletions
|
@ -20,14 +20,12 @@ client.unfocused $color5 $color5 $color5 $color0dd
|
||||||
|
|
||||||
set {
|
set {
|
||||||
$layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10
|
$layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10
|
||||||
$eww_blur blur enable, blur_ignore_transparent enable, shadows enable, shadow_color #ffffff, shadow_blur_radius 5
|
$eww_blur blur enable, blur_ignore_transparent enable, shadows disable, corner_radius 12, blur_xray enable
|
||||||
# $layer_blur blur enable, shadows enable, blur_ignore_transparent enable, corner_radius 10
|
|
||||||
# $nonwofi_layer_blur blur enable, blur_ignore_transparent enable
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Blur
|
# Blur
|
||||||
layer_effects {
|
layer_effects {
|
||||||
"eww-bar" blur enable, blur_ignore_transparent enable, shadows disable, corner_radius 12, blur_xray enable
|
"eww-bar" $eww_blur
|
||||||
#, shadows enable, shadow_color #ffffff, shadow_blur_radius 5
|
#, shadows enable, shadow_color #ffffff, shadow_blur_radius 5
|
||||||
"wofi" $layer_blur
|
"wofi" $layer_blur
|
||||||
"worf" $layer_blur
|
"worf" $layer_blur
|
||||||
|
@ -49,9 +47,5 @@ shadow_color $color5aa
|
||||||
shadow_inactive_color $color088
|
shadow_inactive_color $color088
|
||||||
shadow_blur_radius 10
|
shadow_blur_radius 10
|
||||||
corner_radius 8
|
corner_radius 8
|
||||||
#default_dim_inactive 0.25
|
|
||||||
#set $trans 0.8
|
exec '/usr/bin/python3 $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.85'
|
||||||
#set $alphamark "α"
|
|
||||||
#for_window [con_mark=$alphamark] opacity set $trans
|
|
||||||
#bindsym $mod+Control+a mark --toggle "$alphamark" ; [con_id=__focused__] opacity set 1 ;[con_mark=$alphamark con_id=__focused__] opacity set $trans
|
|
||||||
exec '/usr/bin/python3 $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.75'
|
|
||||||
|
|
0
de/home/.config/sway/scripts/inactive-windows-transparency.py
Normal file → Executable file
0
de/home/.config/sway/scripts/inactive-windows-transparency.py
Normal file → Executable file
Loading…
Add table
Reference in a new issue