From a8163f652560fcf859be7c4225872e301fe4a999 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 5 Nov 2023 18:46:10 +0100 Subject: [PATCH] fix hyprland config --- modules/home/hyprland/config.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 544c24d..72aafe4 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -62,12 +62,15 @@ in decoration { rounding = 0 multisample_edges = true - blur_new_optimizations = 1 active_opacity = 0.8500; inactive_opacity = 0.76; - blur = 1 - blur_size = 2 - blur_passes = 2 + blur { + new_optimizations = 1 + enabled = 1 + size = 2 + passes = 2 + } + drop_shadow = 0 }