Browse Source

Added Basic Menu info

master
Christian Rotzoll 6 years ago
parent
commit
71be71c721
  1. 9
      home.admin/00mainMenu.sh
  2. 2
      home.admin/00raspiblitz.sh

9
home.admin/00mainMenu.sh

@ -11,7 +11,14 @@ infoFile="/home/admin/raspiblitz.info"
source ${infoFile} source ${infoFile}
source ${configFile} source ${configFile}
# Backtitle Info # BASIC MENU INFO
HEIGHT=13
WIDTH=64
CHOICE_HEIGHT=6
BACKTITLE="RaspiBlitz"
TITLE=""
MENU="Choose one of the following options:"
OPTIONS=()
plus="" plus=""
if [ "${runBehindTor}" = "on" ]; then if [ "${runBehindTor}" = "on" ]; then
plus=" / TOR" plus=" / TOR"

2
home.admin/00raspiblitz.sh

@ -120,8 +120,6 @@ fi
## default menu settings ## default menu settings
# to fit the main menu without scrolling: # to fit the main menu without scrolling:
# HEIGHT=23
# CHOICE_HEIGHT=20
HEIGHT=13 HEIGHT=13
WIDTH=64 WIDTH=64
CHOICE_HEIGHT=6 CHOICE_HEIGHT=6

Loading…
Cancel
Save