hyfetch/tools/distros/q4os.py
2022-08-20 09:43:52 -04:00

25 lines
No EOL
846 B
Python

from hyfetch.distro import AsciiArt
q4os = AsciiArt(match=r'''"Q4OS"*''', color='4 1', ascii=r"""
${c1} .:***** :=====.
${c1}.:******** :========.
${c1} .*********** :===========.
${c1}.:************ :============-
${c1} .************** :==============
${c1} :*************** :===============
${c1}:**************. :===============
${c1}.*************: .=============.
${c1}*************. .============:
${c1}:############. ${c2}:==:
${c1}:##############. ${c2}:======:
${c1}:################ ${c2}.==========:
${c1}:############### ${c2}.===========:
${c1}:############## ${c2}.===========:
${c1}:############# ${c2}.=========:
${c1}:########### ${c2}.=====:
${c1}.######### ${c2}.=:
${c1}.#####
""")