diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 749bc15..44a9420 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -92,14 +92,21 @@ layout = dwindle } + misc { + disable_hyprland_logo = true + } + decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 10 - blur = yes - blur_size = 3 - blur_passes = 1 - blur_new_optimizations = on + + blur { + enabled = true + size = 3 + passes = 1 + new_optimizations = true + } drop_shadow = yes shadow_range = 4