diff options
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
