refactor: tweak other menus visual appearance

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-23 14:46:25 +02:00
parent 5fa1dad2ca
commit b03df9811c
6 changed files with 75 additions and 62 deletions

View File

@@ -13,16 +13,16 @@ set -e
function advanced_ui(){
top_border
echo -e "| ${yellow}~~~~~~~~~~~~~ [ Advanced Menu ] ~~~~~~~~~~~~~${white} | "
echo -e "| ${yellow}~~~~~~~~~~~~~ [ Advanced Menu ] ~~~~~~~~~~~~~${white} |"
hr
echo -e "| Klipper: | Mainsail: | "
echo -e "| 1) [Rollback] | 6) [Theme installer] | "
echo -e "| | | "
echo -e "| Firmware: | System: | "
echo -e "| 2) [Build only] | 7) [Change hostname] | "
echo -e "| 3) [Flash only] | | "
echo -e "| 4) [Build + Flash] | Extras: | "
echo -e "| 5) [Get MCU ID] | 8) [G-Code Shell Command] | "
echo -e "| Klipper: | Mainsail: |"
echo -e "| 1) [Rollback] | 6) [Theme installer] |"
echo -e "| | |"
echo -e "| Firmware: | System: |"
echo -e "| 2) [Build only] | 7) [Change hostname] |"
echo -e "| 3) [Flash only] | |"
echo -e "| 4) [Build + Flash] | Extras: |"
echo -e "| 5) [Get MCU ID] | 8) [G-Code Shell Command] |"
back_footer
}