From 26ed45fb9bbd30bb48384f372f97050fd9f2cff8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 17 Aug 2023 12:07:03 +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 3ca53986..b66b7918 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.6 + inactive_opacity = 0.65 fullscreen_opacity = 0.9 drop_shadow = true shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) blur { - size = 4 + size = 6 passes = 3 ignore_opacity = true }