From 143bfd2db7645b8058963128d184a7c461fcf925 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sun, 3 Jul 2022 12:54:24 -0400 Subject: [PATCH] [O] Add more characters for ascii cat --- hyfetch/constants.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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'))