From 795c77af6f2c386559da840dd2de392a07c4814e Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Sun, 1 Dec 2024 15:21:40 +0300 Subject: [PATCH] borders=0 for loading_deck.gif --- data_from_portwine/scripts/functions_helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index e23255b..43c51b9 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -4366,7 +4366,7 @@ pw_start_progress_bar_cover () { [[ "$2" != "--block" ]] && local AUTOCLOUSE="--close-on-unfocus" if check_gamescope_session ; then PW_GIF_FILE="${COVERS_PATH}/loading_deck.gif" - "${pw_yad}" --picture --filename="${PW_GIF_FILE}" $AUTOCLOUSE --no-buttons --undecorated --fullscreen --skip-taskbar > /dev/null 2>&1 & + "${pw_yad}" --picture --filename="${PW_GIF_FILE}" $AUTOCLOUSE --borders=0 --no-buttons --undecorated --fullscreen --skip-taskbar > /dev/null 2>&1 & PW_YAD_PID_PROGRESS_BAR+=($!) elif ! check_start_from_steam ; then PW_GIF_FILE="$1"