From 310f127a0ebff16bbd84a60c28edd0a1bdf71c6d Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Thu, 24 Aug 2023 20:57:58 +0200 Subject: [PATCH] Adjusts blur and decoration definitions for new version of hypr --- .config/hypr/hyprland.conf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index bb5e2fb..4354470 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -64,10 +64,16 @@ general { # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { rounding = 10 - blur = yes - blur_size = 3 - blur_passes = 4 - blur_new_optimizations = true + active_opacity = 1.0 + inactive_opacity = 0.9 + blur { + enabled = true + size = 8 + passes = 2 + noise = 0 + contrast = 1.2 + brightness = 1.0 + } drop_shadow = false }