Distro: Fix missing ascii art on MX
This commit is contained in:
parent
f974598327
commit
69123890f5
1 changed files with 6 additions and 1 deletions
7
neofetch
7
neofetch
|
@ -2538,10 +2538,15 @@ get_distro_colors() {
|
|||
ascii_distro="sparky"
|
||||
;;
|
||||
|
||||
"Trisquel"* | "NixOS"* | "Zorin"* | "Antergos"* | "MX"*)
|
||||
"Trisquel"* | "NixOS"* | "Zorin"* | "Antergos"*)
|
||||
set_colors 4 6
|
||||
;;
|
||||
|
||||
"MX"*)
|
||||
set_colors 4 6
|
||||
ascii_distro="mx"
|
||||
;;
|
||||
|
||||
"Travis")
|
||||
set_colors 1 2 3 4 5 6
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue