mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-28 02:57:30 -05:00
22 lines
675 B
Python
22 lines
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}
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
################ ################
|
|
""")
|
|
|