22 lines
No EOL
675 B
Python
22 lines
No EOL
675 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
windows_11 = AsciiArt(match=r'''*"[Windows 11]"*|*"on Windows 11"*| "Windows 11"* |"windows11"''', color='4 6', ascii=r"""
|
|
${c1}
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
""")
|
|
|