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

Windows 11 Modifications #2109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ get_de() {

Windows)
case $distro in
*"Windows 10"*)
*"Windows 10"*|*"Windows 11"*)
de=Fluent
;;

Expand Down Expand Up @@ -11230,7 +11230,7 @@ EOF

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