From 10ddb3abdc13d613bbf72a6b8cb71f3031feb6b0 Mon Sep 17 00:00:00 2001 From: tomoron Date: Mon, 18 Nov 2024 23:32:05 +0100 Subject: [PATCH] fix hyprland config to work with latest update --- modules/hyprland.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 0ec282b..10fc04d 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -122,10 +122,12 @@ decoration = { rounding = 10; - 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)"; + }; blur = { enabled = true;