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; };