diff --git a/.config/hypr/conf.d/theme.conf b/.config/hypr/conf.d/theme.conf index c831405..751a325 100644 --- a/.config/hypr/conf.d/theme.conf +++ b/.config/hypr/conf.d/theme.conf @@ -10,10 +10,6 @@ general { decoration { rounding = 10 - blur = yes - blur_size = 4 - blur_passes = 3 - blur_new_optimizations = on drop_shadow = yes shadow_range = 32 @@ -21,6 +17,13 @@ decoration { col.shadow = 0x66000000 shadow_offset = 4 4 shadow_ignore_window = true + + blur { + enabled = yes + size = 4 + passes = 3 + new_optimizations = on + } } animations {