21 lines
No EOL
726 B
Python
21 lines
No EOL
726 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
freebsd = AsciiArt(match=r'''FreeBSD*|HardenedBSD*''', color='1 7 3', ascii=r"""
|
|
${c2}``` ${c1}`
|
|
${c2}` `.....---...${c1}....--.``` -/
|
|
${c2}+o .--` ${c1}/y:` +.
|
|
${c2} yo`:. ${c1}:o `+-
|
|
${c2}y/ ${c1}-/` -o/
|
|
${c2}.- ${c1}::/sy+:.
|
|
${c2}/ ${c1}`-- /
|
|
${c2}`: ${c1}:`
|
|
${c2}`: ${c1}:`
|
|
${c2}/ ${c1}/
|
|
${c2}.- ${c1}-.
|
|
${c2}-- ${c1}-.
|
|
${c2}`:` ${c1}`:`
|
|
.-- `--.
|
|
.---.....----.
|
|
""")
|
|
|