Ascii [Linux] Add tux ascii art if distro ascii art doesn't exist
This commit is contained in:
parent
a14cba7068
commit
8bcfa43089
2 changed files with 28 additions and 1 deletions
15
neofetch
15
neofetch
|
@ -2561,9 +2561,22 @@ colors() {
|
|||
setcolors 1 2 4 3
|
||||
;;
|
||||
|
||||
"Raspbian"* | *)
|
||||
"Raspbian"*)
|
||||
setcolors 2 1
|
||||
;;
|
||||
|
||||
"Linux")
|
||||
setcolors fg 8 3
|
||||
;;
|
||||
|
||||
*)
|
||||
case "$os" in
|
||||
"Linux")
|
||||
ascii_distro="linux"
|
||||
setcolors fg 8 3
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
||||
# Overwrite distro colors if '$ascii_colors' doesn't
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue