From 30c9323f82dab3433ba9af87ace87373a5257ba7 Mon Sep 17 00:00:00 2001 From: Vince Date: Sat, 17 Oct 2020 22:07:46 +0800 Subject: [PATCH] update --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index e52c3e9..f4b71b0 100755 --- a/install.sh +++ b/install.sh @@ -139,6 +139,7 @@ install() { if [[ -f "$custom_background" ]]; then prompt -i "\n Using ${custom_background} as background image..." cp -a "${REO_DIR}/${custom_background}" "${THEME_DIR}/${name}/background.jpg" + convert -auto-orient "${THEME_DIR}/${name}/background.jpg" "${THEME_DIR}/${name}/background.jpg" else prompt -e "$custom_background couldn't be found, exiting" exit 0