Skip to content

Commit

Permalink
Merge pull request #483 from ThaSiouL/patch-1
Browse files Browse the repository at this point in the history
move shadow options to decoration:shadow
  • Loading branch information
JaKooLit authored Nov 10, 2024
2 parents 7cd0e0c + 93eabed commit d315891
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions config/hypr/UserConfigs/UserDecorAnimations.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ decoration {
dim_strength = 0.1
dim_special = 0.8

drop_shadow = true
shadow_range = 6
shadow_render_power = 1

col.shadow = $color12
col.shadow_inactive = 0x50000000
shadow {
enabled = true
range = 6
render_power = 1

color = $color2
color_inactive = 0x50000000
}


blur {
enabled = true
Expand Down

0 comments on commit d315891

Please sign in to comment.