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

22 lines
No EOL
673 B
Python

from hyfetch.distro import AsciiArt
Windows_11 = AsciiArt(match="""*"[Windows 11]"*|*"on Windows 11"*| "Windows 11"* |"windows11"""", color='4 6', ascii="""
${c1}
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
""")