26 lines
583 B
Plaintext
26 lines
583 B
Plaintext
|
# -----------------------------------------------------
|
||
|
# General window decoration
|
||
|
# name: "Rounding All Blur No Shadows"
|
||
|
# -----------------------------------------------------
|
||
|
|
||
|
decoration {
|
||
|
rounding = 10
|
||
|
blur {
|
||
|
enabled = true
|
||
|
size = 20
|
||
|
passes = 2
|
||
|
new_optimizations = on
|
||
|
ignore_opacity = true
|
||
|
xray = true
|
||
|
# blurls = waybar
|
||
|
}
|
||
|
active_opacity = 0.9
|
||
|
inactive_opacity = 0.6
|
||
|
fullscreen_opacity = 0.9
|
||
|
|
||
|
drop_shadow = false
|
||
|
shadow_range = 30
|
||
|
shadow_render_power = 3
|
||
|
col.shadow = 0x66000000
|
||
|
}
|