Skip to content

Commit 600d7c8

Browse files
[PR] dylanaraps/neofetch#2109 from Ryker0603 - Windows 11 Modifications
Upstream PR: dylanaraps/neofetch#2109 Thanks to @Ryker0603 Co-authored-by: Ryker Lim <53988221+Ryker0603@users.noreply.github.com>
2 parents 4dc0014 + 6912958 commit 600d7c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neofetch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ get_de() {
18031803

18041804
Windows)
18051805
case $distro in
1806-
*"Windows 10"*)
1806+
*"Windows 10"*|*"Windows 11"*)
18071807
de=Fluent
18081808
;;
18091809

@@ -11543,7 +11543,7 @@ EOF
1154311543

1154411544
*"[Windows 11]"*|*"on Windows 11"*|\
1154511545
"Windows 11"* |"windows11")
11546-
set_colors 6 7
11546+
set_colors 4 6
1154711547
read -rd '' ascii_data <<'EOF'
1154811548
${c1}
1154911549
################ ################

0 commit comments

Comments
 (0)