arc: modify topline

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2023-12-30 19:39:36 +01:00
parent 10348e5522
commit b8ae414e7c

View File

@ -85,13 +85,7 @@ function backtitle() {
BACKTITLE+=" (no IP)"
fi
BACKTITLE+=" |"
if [ "${ARCPATCH}" = "arc" ]; then
BACKTITLE+=" Patch: A"
elif [ "${ARCPATCH}" = "random" ]; then
BACKTITLE+=" Patch: R"
elif [ "${ARCPATCH}" = "user" ]; then
BACKTITLE+=" Patch: U"
fi
BACKTITLE+=" Settings: ${ARCPATCH}"
BACKTITLE+=" |"
if [ "${CONFDONE}" = "true" ]; then
BACKTITLE+=" Config: Y"