Add support for Sparky Linux
This commit is contained in:
parent
7fb8af4824
commit
a9f74d9d01
1 changed files with 5 additions and 0 deletions
5
neofetch
5
neofetch
|
@ -2565,6 +2565,11 @@ colors() {
|
||||||
ascii_distro="puppy"
|
ascii_distro="puppy"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Sparky"*)
|
||||||
|
setcolors 1 7
|
||||||
|
ascii_distro="sparky"
|
||||||
|
;;
|
||||||
|
|
||||||
"Scientific"*)
|
"Scientific"*)
|
||||||
setcolors 4 1 7
|
setcolors 4 1 7
|
||||||
;;
|
;;
|
||||||
|
|
Reference in a new issue