diff options
Diffstat (limited to 'programs/hypr/hyprland.nix')
-rw-r--r-- | programs/hypr/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/hypr/hyprland.nix b/programs/hypr/hyprland.nix index 5cda2c5..f339f8e 100644 --- a/programs/hypr/hyprland.nix +++ b/programs/hypr/hyprland.nix @@ -117,7 +117,7 @@ in { rounding = config.theme.outerRadius; shadow.enabled = false; blur = { - enabled = true; + enabled = config.theme.blur; size = 4; passes = 2; noise = 0.008; |