hyfetch/tools/distros/bonsai.py
Azalea (on HyDEV-Daisy) b9773b989d
[+] Export distros
2022-08-20 09:30:23 -04:00

22 lines
No EOL
527 B
Python

from hyfetch.distro import AsciiArt
bonsai = AsciiArt(match=""""bonsai"*""", color='6 2 3', ascii="""
${c2} ,####,
${c2}#######, ${c2},#####,
${c2}#####',# ${c2}'######
${c2}''###'${c3}';,,,'${c2}###'
${c3} ,; ''''
${c3} ;;; ${c2},#####,
${c3} ;;;' ,,;${c2};;###
${c3} ';;;;''${c2}'####'
${c3} ;;;
${c3} ,.;;';'',,,
${c3} ' '
${c1} #
# O
##, ,##,',##, ,## ,#, ,
# # # # #''# #,, # # #
'#' '##' # # ,,# '##;, #
""")