From f9862f40bcb212a670b83ddffee726eb7d9ead74 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 25 Nov 2024 17:42:19 -0800 Subject: [PATCH] fixed depreciated shadow settings --- modules/hyprland/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 875bfa3..87bd35e 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -96,9 +96,12 @@ in # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration = { - shadow_offset = "5 5"; + shadow = { + enabled = true; + color = "rgba(00000099)" + range = 5; + }; rounding = 5; - "col.shadow" = "rgba(00000099)"; }; # https://wiki.hyprland.org/Configuring/Variables/#gestures