OS: Added support for ArchBox. Closes #634
This commit is contained in:
parent
45a9ac3e84
commit
4064f4340b
2 changed files with 24 additions and 0 deletions
5
neofetch
5
neofetch
|
|
@ -2677,6 +2677,11 @@ get_distro_colors() {
|
|||
ascii_file="arch_old"
|
||||
;;
|
||||
|
||||
"ArchBox"*)
|
||||
set_colors 2 7 1
|
||||
ascii_file="archbox"
|
||||
;;
|
||||
|
||||
"Arch"*)
|
||||
set_colors 4 4 7 1
|
||||
ascii_file="arch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue