From ec8d2fd17d931e7e116806cfa6109475a9a7d49b Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 20 Nov 2024 19:48:18 +0100 Subject: [PATCH] Hyprland: update config --- modules/hm/hyprland.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index f4e5ca0..ac117aa 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -143,10 +143,12 @@ in 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)"; + }; }; "$mod" = "SUPER";