add windows 11 ascii art (#1793)
This commit is contained in:
parent
bbbb68f8b2
commit
8fc31ac001
23
neofetch
23
neofetch
|
@ -11072,6 +11072,29 @@ ${c1} ,;::::;
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
*"[Windows 11]"*|*"on Windows 11"*|\
|
||||||
|
"Windows 11"* |"windows11")
|
||||||
|
set_colors 6 7
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1}
|
||||||
|
################ ################
|
||||||
|
################ ################
|
||||||
|
################ ################
|
||||||
|
################ ################
|
||||||
|
################ ################
|
||||||
|
################ ################
|
||||||
|
################ ################
|
||||||
|
|
||||||
|
################ ################
|
||||||
|
################ ################
|
||||||
|
################ ################
|
||||||
|
################ ################
|
||||||
|
################ ################
|
||||||
|
################ ################
|
||||||
|
################ ################
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
*"[Windows 10]"*|*"on Windows 10"*|"Windows 8"*|\
|
*"[Windows 10]"*|*"on Windows 10"*|"Windows 8"*|\
|
||||||
"Windows 10"* |"windows10"|"windows8")
|
"Windows 10"* |"windows10"|"windows8")
|
||||||
set_colors 6 7
|
set_colors 6 7
|
||||||
|
|
Reference in New Issue