From 515f5e0fe638b42c6331df061f15326acf18f8c9 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 2 Oct 2016 11:33:31 +1100 Subject: [PATCH] Fix ascii color --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 6e85357a..c760682c 100755 --- a/neofetch +++ b/neofetch @@ -125,7 +125,7 @@ getdistro() { "tiny") distro="Windows 10" ;; *) distro="$(lsb_release -sd 2>/dev/null) on Windows 10" ;; esac - ascii_distro="windows10" + ascii_distro="Windows 10" elif type -p lsb_release >/dev/null 2>&1; then case "$distro_shorthand" in @@ -2513,7 +2513,7 @@ colors() { setcolors 2 8 ;; - "Windows 8"* | "Windows 10"* | "Ubuntu"*"Windows") + "Windows 8"* | "Windows 10"*) setcolors 6 ascii_distro="windows10" ;;