mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-27 07:59:28 +01:00
Raspibolt logo when reaching terminal when exiting menu
The ASCII above is height=70 Just got the raspibolt logo https://stadicus.github.io/RaspiBolt/ and used this https://asciigenerator.net/. I would recommend just changing the height between 50-70. This fits on the screen that I tested that is smaller than normal ones, but maybe you want smaller. The smallest I recommend is 50. Useful --> No Cool --> Yes Should be implemented --> Maybe, tell me your thoughts Also, I wanted to do this when sshing modifying `/etc/motd`, but maybe a smaller one like this: ``` _ _ _ _ _ _ __ __ _ ___ _ __ (_) |__ | (_) |_ ____ | '__/ _` / __| '_ \| | '_ \| | | __|_ / | | | (_| \__ \ |_) | | |_) | | | |_ / / |_| \__,_|___/ .__/|_|_.__/|_|_|\__/___| |_| ```
This commit is contained in:
parent
be19c565cb
commit
73c1c9ef69
1 changed files with 30 additions and 0 deletions
|
@ -357,6 +357,36 @@ case $CHOICE in
|
|||
echo "LND command line options: lncli -h"
|
||||
echo "Back to main menu use command: raspiblitz"
|
||||
echo
|
||||
echo " -==@@@====@===-- --===@====@@@==- "
|
||||
echo " -@@=====-----=-===@@=====@@=====-----=====@@- -==@- "
|
||||
echo " -@@------==---------@@@@@=--------==------@@- --=@@@@= "
|
||||
echo " @@=------======-----@@@-----======------=@@=@@===@@= "
|
||||
echo " =@@=---------=======@@@=======-----===@@@==- =@@- "
|
||||
echo " -=@@==@@=----------=@@@@@@@@@=----==@@@==-- -=@@- "
|
||||
echo " -@@@=----=@@===--====@@@@@@@@@@@@@@@@=-- -=@@@@= "
|
||||
echo " =@@=--------@@@@@@@@@@@@@@@@@@@@@=-- -@@=---=@@- "
|
||||
echo " -@@=-------=@@@=====@@@@@@@@@@=-- =@@=-------@@@ "
|
||||
echo " =@@=-------=@@====@@@@@@@@==- -=@@@@=--------=@@- "
|
||||
echo " =@@---------@@==@@@@@@==- -=@@@=@@@---------=@@ "
|
||||
echo " -@@=--------=@@@@@@=- -@@@@@@@@@@=---------=@@ "
|
||||
echo " @@=-------@@@@@@@@@=- =@@@===@@@@=@@@@--------@@- "
|
||||
echo " -@@=------@@====@@@=@@@=- -=@@@======@@====@@@-------=@@ "
|
||||
echo " -@@------@@@====@@@====@@@=- =@@@======@@@=====@@=------=@@ "
|
||||
echo " -@@------=@@====@@@@@=====@@@=- -=@@@=@@@@@@===@@@=------=@@ "
|
||||
echo " -@@-------@@@=@@@@@@@@@@@@@@@=- -=@@@@@@@@=@@@=-------=@@ "
|
||||
echo " @@=-------=@@@@@@@@@@@@@@@= -=@@@=@@@@=--------@@= "
|
||||
echo " -@@--------=@@======@@@@- -=@@@@@@=--------=@@ "
|
||||
echo " =@@--------@@@===@@@=- --=@@@@@@=@@@--------=@@- "
|
||||
echo " =@@--------@@@@@@=- -==@@@@@=====@@@--------=@@- "
|
||||
echo " =@@=-------@@@= -==@@@@@@@=====@@@@=--------=@@- "
|
||||
echo " -@@=----=@@- -==@@@@@@@@@@@@@@@@@==---------=@@= "
|
||||
echo " =@@==@@- -==@@@@@=========@@@@@=-----------=@@@- "
|
||||
echo " -@@=- --=@@@==-=@@@@@@@@@@@@@=-------------=@@=- "
|
||||
echo " -@@= --=@@@==----------=======-------------==@@@= "
|
||||
echo " -@@=-==@==-=@@@===------------------------==@@@@= "
|
||||
echo " =@@@@==- -==@@@@@======----======@@@@@=-- "
|
||||
echo " =@@=-- --===@@@@@@@@@@@===-- "
|
||||
echo
|
||||
exit 0
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue