Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Change Windows 11 logo #1818

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 17 additions & 18 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -11091,24 +11091,23 @@ EOF

*"[Windows 11]"*|*"on Windows 11"*|\
"Windows 11"* |"windows11")
set_colors 6 7
read -rd '' ascii_data <<'EOF'
${c1}
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################

################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
set_colors 6 6 33 45 26 39
read -rd '' ascii_data <<'EOF'
${c3}███████████████ ${c4}███████████████
${c3}███████████████ ${c4}███████████████
${c3}███████████████ ${c4}███████████████
${c3}███████████████ ${c4}███████████████
${c3}███████████████ ${c4}███████████████
${c3}███████████████ ${c4}███████████████
${c3}███████████████ ${c4}███████████████

${c5}███████████████ ${c6}███████████████
${c5}███████████████ ${c6}███████████████
${c5}███████████████ ${c6}███████████████
${c5}███████████████ ${c6}███████████████
${c5}███████████████ ${c6}███████████████
${c5}███████████████ ${c6}███████████████
${c5}███████████████ ${c6}███████████████
EOF
;;

Expand Down