diff --git a/apps/hyprland/hypr/animation.nix b/apps/hyprland/hypr/animation.nix index 8fe1dc3..74d3783 100644 --- a/apps/hyprland/hypr/animation.nix +++ b/apps/hyprland/hypr/animation.nix @@ -28,24 +28,5 @@ "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; - }; - }; }; } diff --git a/apps/hyprland/hypr/general.nix b/apps/hyprland/hypr/general.nix index 351373f..8227cf2 100644 --- a/apps/hyprland/hypr/general.nix +++ b/apps/hyprland/hypr/general.nix @@ -5,6 +5,24 @@ gaps_out = 15; layout = "dwindle"; }; + decoration = { + rounding = 0; + inactive_opacity = 0.80; + shadow = { + enabled = true; + range = 2; + render_power = 3; + color = "rgba(1a1a1aee)"; + }; + blur = { + enabled = true; + size = 8; + passes = 2; + special = true; + brightness = 0.60; + contrast = 0.75; + }; + }; monitor = myConfig.hyprland.monitors; dwindle = { pseudotile = true;