commit b9f397ead368d1d103ee94d5f12006e6618d396a
parent 601a7f68004ebfa6620d385147e860ae28376c9a
Author: Chris <chris@echoz.io>
Date: Mon, 2 Mar 2026 20:22:47 +0100
feat(hyprland): tweak blur
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/hypr/hyprland.nix b/modules/hypr/hyprland.nix
@@ -46,9 +46,9 @@
shadow.enabled = false;
blur = {
enabled = true;
- size = 9;
+ size = 5;
passes = 3;
- new_optimizations = true;
+ noise = 0.03333;
};
dim_inactive = true;
dim_strength = 0.2;
@@ -67,8 +67,8 @@
animation = [
"windows, 1, 2, linear"
"windowsOut, 1, 2, linear"
- "border, 1, 2, linear"
- "borderangle, 1, 100, linear, loop"
+ # "border, 1, 2, linear"
+ # "borderangle, 1, 100, linear, loop"
"fade, 1, 2, linear"
"workspaces, 1, 2, linear"
];