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

18 lines
No EOL
540 B
Python

from hyfetch.distro import AsciiArt
linux = AsciiArt(match=r'''"Linux"''', color='fg 8 3', ascii=r"""
${c2} #####
${c2} #######
${c2} ##${c1}O${c2}#${c1}O${c2}##
${c2} #${c3}#####${c2}#
${c2} ##${c1}##${c3}###${c1}##${c2}##
${c2} #${c1}##########${c2}##
${c2} #${c1}############${c2}##
${c2} #${c1}############${c2}###
${c3} ##${c2}#${c1}###########${c2}##${c3}#
${c3}######${c2}#${c1}#######${c2}#${c3}######
${c3}#######${c2}#${c1}#####${c2}#${c3}#######
${c3} #####${c2}#######${c3}#####
""")