🐛 fix(hypr): shadow options are moved into a new subsection
This commit is contained in:
parent
15741da6cc
commit
fbdaf2d624
1 changed files with 9 additions and 7 deletions
|
@ -26,15 +26,17 @@ decoration {
|
||||||
popups = true
|
popups = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
shadow {
|
||||||
|
enabled = yes
|
||||||
|
range = 30
|
||||||
|
scale = 2
|
||||||
|
render_power = 5
|
||||||
|
color = $crust
|
||||||
|
color_inactive = $surface0
|
||||||
|
}
|
||||||
|
|
||||||
dim_inactive = false
|
dim_inactive = false
|
||||||
dim_strength = 0.05
|
dim_strength = 0.05
|
||||||
|
|
||||||
drop_shadow = yes
|
|
||||||
shadow_range = 30
|
|
||||||
shadow_scale = 2
|
|
||||||
shadow_render_power = 5
|
|
||||||
col.shadow = $crust
|
|
||||||
col.shadow_inactive = $surface0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
group {
|
group {
|
||||||
|
|
Loading…
Add table
Reference in a new issue