From 9185945c4c70ffe43851a40a8faf39184229b55a Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 22 Oct 2025 10:27:07 +0200 Subject: fix: use fuzz_percentage in remove_bg() --- modules/home-manager/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home-manager') diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 3e91058..2e27a9e 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -38,7 +38,7 @@ local output_file=$4 magick "$input_file" \ - -fuzz 12% -transparent "$transparent_color" \ + -fuzz $fuzz -transparent "$transparent_color" \ -alpha on -channel A -blur 0x2 -level 5%,100% +channel \ "$output_file" -- cgit v1.3.1