more compact boot-logo

so that it doesn't spill on small screens
This commit is contained in:
caryoscelus 2022-11-27 09:56:53 +00:00
parent f88260a770
commit 32bd9bbc60

View file

@ -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')