OS: Add support for Parsix
This commit is contained in:
parent
60bdea15bb
commit
44444ae0cc
2 changed files with 26 additions and 0 deletions
5
neofetch
5
neofetch
|
@ -3285,6 +3285,11 @@ get_distro_colors() {
|
|||
ascii_file="parrot"
|
||||
;;
|
||||
|
||||
"Parsix"*)
|
||||
set_colors 3 1 7 8
|
||||
ascii_file="parsix"
|
||||
;;
|
||||
|
||||
"PCBSD"* | "TrueOS"*)
|
||||
set_colors 1 7 3
|
||||
ascii_file="trueos"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue