diff --git a/src/fetch.c b/src/fetch.c index 3cfb582..20c7d79 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -424,12 +424,12 @@ void *os() info.col8 = BRED ""; info.getPkgCount = "dpkg -l | tail -n+6 | wc -l"; - } else if (strncmp(osname, "void", 4) == 0) { + } else if (strncmp(osname, "Void", 4) == 0) { info.col1 = BGREEN " _____\n"; info.col2 = BGREEN " _ \\____ - "; info.col3 = BGREEN " / / ____ \\ \\ "; info.col4 = BGREEN " / / / \\ \\ \\"; - info.col5 = BGREEN " | | " BGRAY BITAL "VOID " BGREEN "| |"; + info.col5 = BGREEN " | | " BGRAY BITAL "VOID " RESET BGREEN "| |"; info.col6 = BGREEN " \\ \\ \\____/ / /"; info.col7 = BGREEN " \\ \\____ /_/ "; info.col8 = BGREEN " -_____\\\n";