From 11004b1daf0c65a0aa7199f94ff9afa3a243af7b Mon Sep 17 00:00:00 2001 From: Nils Walther Date: Thu, 8 Jan 2026 17:58:52 +0100 Subject: [PATCH] decorations update --- home/hyprland.nix | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index ad8e822..da40e31 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -51,10 +51,25 @@ }; decoration = { + rounding = 10; + # active_opacity = 1.0; + # inactive_opacity = 0.8; + shadow = { + enabled = true; + range = 15; + render_power = 3; + color = "rgba(0,0,0,0.4)"; + color_inactive = "rgba(0,0,0,0.2)"; + }; + # dim_inactive = true; + # dim_strength = 0.05; blur = { enabled = true; - size = 8; + size = 10; passes = 3; + noise = 0.12; + contrast = 1.1; + brightness = 0.8; new_optimizations = true; ignore_opacity = true; };