mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 08:41:39 +00:00
add windows 11 ascii art (#1793)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user