chore: decoration blur all xray disabled
This commit is contained in:
parent
24cebca9da
commit
377cccd050
1 changed files with 6 additions and 4 deletions
|
@ -5,17 +5,19 @@
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 10
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 12
|
size = 12
|
||||||
passes = 4
|
passes = 3
|
||||||
new_optimizations = on
|
new_optimizations = on
|
||||||
ignore_opacity = true
|
ignore_opacity = true
|
||||||
xray = true
|
xray = false
|
||||||
blurls = waybar
|
# blurls = waybar
|
||||||
}
|
}
|
||||||
|
|
||||||
active_opacity = 0.9
|
active_opacity = 0.9
|
||||||
inactive_opacity = 0.6
|
inactive_opacity = 0.8
|
||||||
fullscreen_opacity = 0.9
|
fullscreen_opacity = 0.9
|
||||||
|
|
||||||
drop_shadow = true
|
drop_shadow = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue