From f02e0f9dce51e21bc5c82cd2408ba185f9198140 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 17 Aug 2023 12:07:56 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/home-manager/hyprland-conf.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nixos-laptop/home-manager/hyprland-conf.nix b/hosts/nixos-laptop/home-manager/hyprland-conf.nix index b66b7918..1650b11d 100644 --- a/hosts/nixos-laptop/home-manager/hyprland-conf.nix +++ b/hosts/nixos-laptop/home-manager/hyprland-conf.nix @@ -54,14 +54,14 @@ decoration { rounding = 10 active_opacity = 0.9 - inactive_opacity = 0.65 + inactive_opacity = 0.7 fullscreen_opacity = 0.9 drop_shadow = true shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) blur { - size = 6 + size = 8 passes = 3 ignore_opacity = true }