This commit is contained in:
Vince 2021-04-29 10:54:34 +08:00
parent 06fa50c433
commit ac95b28b11

View file

@ -113,7 +113,7 @@ install_dialog_deps() {
install_beggy() { install_beggy() {
local CONVERT_OPT="" 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% " [[ "${darken}" == "true" ]] && CONVERT_OPT+=" -fill black -colorize 45% "
case "${background}" in case "${background}" in
@ -127,7 +127,7 @@ install_beggy() {
} }
install_beggy_blur() { 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 case "${background}" in
blank) blank)