From 5fa73c0bad930ff5a00b5310093e3b227730c0f7 Mon Sep 17 00:00:00 2001 From: kenji Date: Fri, 26 Dec 2025 13:22:25 -0600 Subject: [PATCH] add: decorations --- apps/hyprland/hypr/animation.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/apps/hyprland/hypr/animation.nix b/apps/hyprland/hypr/animation.nix index 74d3783..8fe1dc3 100644 --- a/apps/hyprland/hypr/animation.nix +++ b/apps/hyprland/hypr/animation.nix @@ -28,5 +28,24 @@ "workspaces, 0, 0, ease" ]; }; + decoration = { + rounding = 0; + + shadow = { + enabled = true; + range = 2; + render_power = 3; + color = "rgba(1a1a1aee)"; + }; + + blur = { + enabled = true; + size = 2; + passes = 2; + special = true; + brightness = 0.60; + contrast = 0.75; + }; + }; }; }