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