From bac6ec2f82a4570068252e030c0e0cd2e7c12e7e Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:55:08 +0100 Subject: [PATCH] increase opacity for inactive windows --- themes/var/yoru.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/var/yoru.nix b/themes/var/yoru.nix index 38d5808..6d5583a 100644 --- a/themes/var/yoru.nix +++ b/themes/var/yoru.nix @@ -3,7 +3,7 @@ gaps-in = 9; gaps-out = 9 * 2; active-opacity = 1; - inactive-opacity = 0.93; + inactive-opacity = 0.98; blur = true; border-size = 3; animation-speed = "fast"; # "fast" | "medium" | "slow"