From afe771981745e2749d96006b58463dff280d4f81 Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Wed, 30 Jul 2025 01:21:12 -0400 Subject: [PATCH] Fix hyprland decoration configuration --- modules/home/hyprland/hyprland.nix | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 79c2a6d..969bf17 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -36,15 +36,19 @@ in multisample_edges = true; inactive_opacity = 0.95; - blur = true; - blur_size = 3; - blur_passes = 3; - blur_new_optimizations = true; + blur = { + enabled = true; + size = 3; + passes = 3; + new_optimizations = true; + }; - drop_shadow = true; - shadow_range = 4; - shadow_render_power = 3; - col.shadow = "rgba(1a1a1aee)"; + shadow = { + enabled = true; + range = 4; + render_power = 3; + color = "rgba(1a1a1aee)"; + }; }; env = [