diff --git a/hyfetch/constants.py b/hyfetch/constants.py index b2e6ef3f..cda8d8d7 100644 --- a/hyfetch/constants.py +++ b/hyfetch/constants.py @@ -16,18 +16,18 @@ except Exception: TERM_LEN = 40 TEST_ASCII = r""" - |\___/| - ) ( - =\ /= - )===( - / \ - | | - / {txt} \ - \ / -_/\_ _/_/\_ -| |( ( | | -| | ) ) | | -| |(_( | |""".strip('\n') +### |\___/| ### +### ) ( ### +## =\ /= ## +#### )===( #### +### / \ ### +### | | ### +## / {txt} \ ## +## \ / ## +_/\_\_ _/_/\_ +|##| ( ( |##| +|##| ) ) |##| +|##| (_( |##|""".strip('\n') TEST_ASCII_WIDTH = max(len(line) for line in TEST_ASCII.split('\n'))