From ac95b28b1168eaebb9ea844974d9460c8b9ad1c4 Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 29 Apr 2021 10:54:34 +0800 Subject: [PATCH] update --- lib-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib-install.sh b/lib-install.sh index 36fff1d..5becf8f 100755 --- a/lib-install.sh +++ b/lib-install.sh @@ -113,7 +113,7 @@ install_dialog_deps() { install_beggy() { local CONVERT_OPT="" - [[ "${no_blur}" == "false" ]] && CONVERT_OPT+=" -scale 1280x -blur 0x60 " + [[ "${no_blur}" == "false" ]] && CONVERT_OPT+=" -scale 1280x -blur 0x50 " [[ "${darken}" == "true" ]] && CONVERT_OPT+=" -fill black -colorize 45% " case "${background}" in @@ -127,7 +127,7 @@ install_beggy() { } install_beggy_blur() { - local CONVERT_OPT=" -scale 1280x -blur 0x30 -fill black -colorize 45% " + local CONVERT_OPT=" -scale 1280x -blur 0x35 -fill black -colorize 25% " case "${background}" in blank)