add windows 11 ascii art (#1793)
This commit is contained in:
parent
bbbb68f8b2
commit
8fc31ac001
1 changed files with 23 additions and 0 deletions
23
neofetch
23
neofetch
|
@ -11072,6 +11072,29 @@ ${c1} ,;::::;
|
|||
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"* |"windows10"|"windows8")
|
||||
set_colors 6 7
|
||||
|
|
Loading…
Reference in a new issue