Add macOS to distribution list
This commit is contained in:
parent
df74337b28
commit
56f90af287
1 changed files with 6 additions and 6 deletions
12
uwufetch.c
12
uwufetch.c
|
@ -528,15 +528,15 @@ void list(char *arg)
|
||||||
" %sarch, artix, %smanjaro, \"manjaro-arm\"\n\n"
|
" %sarch, artix, %smanjaro, \"manjaro-arm\"\n\n"
|
||||||
" %sDebian/%sUbuntu %sbased:\n"
|
" %sDebian/%sUbuntu %sbased:\n"
|
||||||
" %sdebian, %slinuxmint, %spop, %sraspbian\n\n"
|
" %sdebian, %slinuxmint, %spop, %sraspbian\n\n"
|
||||||
" %sBSD:\n"
|
" %sBSD %sbased:\n"
|
||||||
" freebsd, %sopenbsd\n\n"
|
" %sfreebsd, %sopenbsd, %sm%sa%sc%so%ss\n\n"
|
||||||
" %sOther/spare distributions:\n"
|
" %sOther/spare distributions:\n"
|
||||||
" %salpine, %sfedora, %sgentoo, %s\"void\", \"opensuse-leap\", android, %sgnu, guix, %sunknown\n",
|
" %salpine, %sfedora, %sgentoo, %s\"void\", \"opensuse-leap\", android, %sgnu, guix, %sunknown\n",
|
||||||
arg,
|
arg,
|
||||||
BLUE, NORMAL, BLUE, GREEN, // Arch based colors
|
BLUE, NORMAL, BLUE, GREEN, // Arch based colors
|
||||||
RED, YELLOW, NORMAL, RED, GREEN, BLUE, RED, // Debian based colors
|
RED, YELLOW, NORMAL, RED, GREEN, BLUE, RED, // Debian based colors
|
||||||
RED, YELLOW, // BSD colors
|
RED, NORMAL, RED, YELLOW, GREEN, YELLOW, RED, PINK, BLUE, // BSD colors
|
||||||
NORMAL, BLUE, BLUE, PINK, GREEN, YELLOW, WHITE); // Other/spare distributions colors
|
NORMAL, BLUE, BLUE, PINK, GREEN, YELLOW, WHITE); // Other/spare distributions colors
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_ascii()
|
void print_ascii()
|
||||||
|
|
Loading…
Reference in a new issue