diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-11-09 23:27:53 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-09 23:27:53 -0300 |
| commit | d31589183fb15b6de3e2f9ffd2b315563e7362aa (patch) | |
| tree | d2116eba4d0fe36f1551ab0d7156035419cd03b8 /config/hypr | |
| parent | 7cd0e0c83bc391af22719daf26f33d10b8194507 (diff) | |
| parent | 93eabed4b7405ac83dfc97497e126aec1f2cc2bf (diff) | |
Merge pull request #483 from ThaSiouL/patch-1
move shadow options to decoration:shadow
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/UserConfigs/UserDecorAnimations.conf | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index ef43fd6e..3701c146 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -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 |
