arc: add keymap to update output

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-06-29 10:26:21 +02:00
parent 401d46d923
commit 07a8376ffa

View File

@ -65,7 +65,8 @@ function backtitle() {
BACKTITLE+="Patch: ${ARCPATCH} | "
BACKTITLE+="Config: ${CONFDONE} | "
BACKTITLE+="Build: ${BUILDDONE} | "
BACKTITLE+="${MACHINE}(${BUS})"
BACKTITLE+="${MACHINE}(${BUS}) | "
BACKTITLE+="KB: ${KEYMAP}"
echo "${BACKTITLE}"
}