28 lines
570 B
Plaintext
28 lines
570 B
Plaintext
# -----------------------------------------------------
|
|
# General window decoration
|
|
# name: "Rounding All Blur No Shadows"
|
|
# -----------------------------------------------------
|
|
|
|
decoration {
|
|
rounding = 10
|
|
active_opacity = 1.0
|
|
inactive_opacity = 0.9
|
|
fullscreen_opacity = 1.0
|
|
|
|
blur {
|
|
enabled = true
|
|
size = 4
|
|
passes = 4
|
|
new_optimizations = on
|
|
ignore_opacity = true
|
|
xray = true
|
|
}
|
|
|
|
shadow {
|
|
enabled = true
|
|
range = 32
|
|
render_power = 2
|
|
color = rgba(00000050)
|
|
}
|
|
}
|