hyfetch/tools/distros/windows_11.py

22 lines
675 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
2022-08-20 07:43:52 -06:00
windows_11 = AsciiArt(match=r'''*"[Windows 11]"*|*"on Windows 11"*| "Windows 11"* |"windows11"''', color='4 6', ascii=r"""
2022-08-20 07:30:23 -06:00
${c1}
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
""")