From 35554f240cfd8ef91c75373a8e5e1c6feed75fa4 Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 10 Jul 2025 09:22:33 +0530 Subject: [PATCH] feat(hyprland): change opacity and blur settings --- modules/home/desktop/hyprland/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index f917484..eb85388 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -67,14 +67,14 @@ # See https://wiki.hyprland.org/Configuring/Variables/#decoration decoration = { rounding = rounding; - active_opacity = 1.0; - inactive_opacity = 1.0; + active_opacity = 0.95; + inactive_opacity = 0.95; fullscreen_opacity = 1.0; blur = { enabled = true; - size = 7; - passes = 4; + size = 6; + passes = 3; new_optimizations = true; xray = true; special = true;