refactor(hypr): improve visual spacing of configs

This commit is contained in:
Price Hiller 2023-05-28 02:07:57 -05:00
parent e171ebde25
commit 134a2c6ac1
No known key found for this signature in database
5 changed files with 129 additions and 121 deletions

View File

@ -1,14 +1,22 @@
decoration { decoration {
rounding=6 rounding = 8
blur = true blur = true
blur_size=3 blur_size = 10
blur_passes = 4 blur_passes = 4
blur_new_optimizations = true blur_new_optimizations = true
multisample_edges = true
drop_shadow = true
shadow_ignore_window = true
shadow_range = 45
shadow_render_power = 6
} }
animations { animations {
enabled = 1 enabled = 1
bezier=overshot,0,0.8,0,1.1 bezier = overshot,0.08,0.8,0,1.1
animation = windows,1,5,overshot,slide animation = windows,1,5,overshot,slide
animation = border,1,10,default animation = border,1,10,default
animation = fade,1,10,default animation = fade,1,10,default