mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-30 20:17:21 -05:00
20 lines
1.2 KiB
Python
20 lines
1.2 KiB
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
manjaro = AsciiArt(match=r'''"Manjaro"*''', color='2 7', ascii=r"""
|
|
${c1}██████████████████ ████████
|
|
██████████████████ ████████
|
|
██████████████████ ████████
|
|
██████████████████ ████████
|
|
████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
████████ ████████ ████████
|
|
""")
|
|
|