From 0ecbb07012b7fd9e65e2a6116a63446ef40451d6 Mon Sep 17 00:00:00 2001 From: iFargle <albert@sysctl.io> Date: Thu, 17 Aug 2023 12:06:02 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/home-manager/hyprland-conf.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/nixos-laptop/home-manager/hyprland-conf.nix b/hosts/nixos-laptop/home-manager/hyprland-conf.nix index 511bde4f..3ca53986 100644 --- a/hosts/nixos-laptop/home-manager/hyprland-conf.nix +++ b/hosts/nixos-laptop/home-manager/hyprland-conf.nix @@ -53,16 +53,16 @@ } decoration { rounding = 10 - active_opacity = 0.95 - inactive_opacity = 0.7 - fullscreen_opacity = 0.95 + active_opacity = 0.9 + inactive_opacity = 0.6 + fullscreen_opacity = 0.9 drop_shadow = true shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) blur { - size = 6 - passes = 4 + size = 4 + passes = 3 ignore_opacity = true }