mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Fix ascii color
This commit is contained in:
4
neofetch
4
neofetch
@@ -125,7 +125,7 @@ getdistro() {
|
|||||||
"tiny") distro="Windows 10" ;;
|
"tiny") distro="Windows 10" ;;
|
||||||
*) distro="$(lsb_release -sd 2>/dev/null) on Windows 10" ;;
|
*) distro="$(lsb_release -sd 2>/dev/null) on Windows 10" ;;
|
||||||
esac
|
esac
|
||||||
ascii_distro="windows10"
|
ascii_distro="Windows 10"
|
||||||
|
|
||||||
elif type -p lsb_release >/dev/null 2>&1; then
|
elif type -p lsb_release >/dev/null 2>&1; then
|
||||||
case "$distro_shorthand" in
|
case "$distro_shorthand" in
|
||||||
@@ -2513,7 +2513,7 @@ colors() {
|
|||||||
setcolors 2 8
|
setcolors 2 8
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Windows 8"* | "Windows 10"* | "Ubuntu"*"Windows")
|
"Windows 8"* | "Windows 10"*)
|
||||||
setcolors 6
|
setcolors 6
|
||||||
ascii_distro="windows10"
|
ascii_distro="windows10"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user