diff --git a/hosts/nixos-laptop/home-manager/hyprland-conf.nix b/hosts/nixos-laptop/home-manager/hyprland-conf.nix index 511bde4f..3ca53986 100644 --- a/hosts/nixos-laptop/home-manager/hyprland-conf.nix +++ b/hosts/nixos-laptop/home-manager/hyprland-conf.nix @@ -53,16 +53,16 @@ } decoration { rounding = 10 - active_opacity = 0.95 - inactive_opacity = 0.7 - fullscreen_opacity = 0.95 + active_opacity = 0.9 + inactive_opacity = 0.6 + fullscreen_opacity = 0.9 drop_shadow = true shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) blur { - size = 6 - passes = 4 + size = 4 + passes = 3 ignore_opacity = true }