20 lines
No EOL
1.2 KiB
Python
20 lines
No EOL
1.2 KiB
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
manjaro = AsciiArt(match=r'''"Manjaro"*''', color='2 7', ascii=r"""
|
|
${c1}██████████████████ ████████
|
|
██████████████████ ████████
|
|
██████████████████ ████████
|
|
██████████████████ ████████
|
|
████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
""")
|
|
|