more compact boot-logo
so that it doesn't spill on small screens
This commit is contained in:
parent
f88260a770
commit
32bd9bbc60
1 changed files with 4 additions and 4 deletions
|
@ -24,10 +24,10 @@ def fancy_greet():
|
|||
from rich.console import Console
|
||||
from rich.text import Text
|
||||
zc_msg = f'''
|
||||
||| __. _.. _ . . _ _._|_ _. . . _ .-- _.. _. . __.. _ _.. .
|
||||
||| / /_||/ / \|/ |/_| | == / / \|/ | \ /_||/ | | __||/ |/ \_|
|
||||
||| /_.\_ | \_/| |\_ |. \__\_/| |._|\_ | \/ |__|| |\__ |
|
||||
||| _/
|
||||
||| . . _ _._|_ _. . . _ .__ _.. _. . __.. _ __. .
|
||||
||| //\|/ |/_| | == / / \|/ |( /_||/ | | __||/ |/ \_|
|
||||
||| \_/| |\_ |. \__\_/| |_) \_ | \/ |__|| |\__ _/
|
||||
|||
|
||||
||| v{config.version}
|
||||
'''
|
||||
lns = zc_msg.split('\n')
|
||||
|
|
Loading…
Reference in a new issue