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
19
ascii/distro/archbox
Normal file
19
ascii/distro/archbox
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
${c1} ...:+oh/:::..
|
||||||
|
..-/oshhhhhh` `::::-.
|
||||||
|
.:/ohhhhhhhhhhhh` `-::::.
|
||||||
|
.+shhhhhhhhhhhhhhhhh` `.::-.
|
||||||
|
/`-:+shhhhhhhhhhhhhh` .-/+shh
|
||||||
|
/ .:/ohhhhhhhhh` .:/ohhhhhhhh
|
||||||
|
/ `-:+shhh` ..:+shhhhhhhhhhhh
|
||||||
|
/ .:ohhhhhhhhhhhhhhhhhhh
|
||||||
|
/ `hhhhhhhhhhhhhhhhhhhh
|
||||||
|
/ `hhhhhhhhhhhhhhhhhhhh
|
||||||
|
/ `hhhhhhhhhhhhhhhhhhhh
|
||||||
|
/ `hhhhhhhhhhhhhhhhhhhh
|
||||||
|
/ .+o+ `hhhhhhhhhhhhhhhhhhhh
|
||||||
|
/ -hhhhh `hhhhhhhhhhhhhhhhhhhh
|
||||||
|
/ ohhhhho `hhhhhhhhhhhhhhhhhhhh
|
||||||
|
/:::+`hhhhoos` `hhhhhhhhhhhhhhhhhs+`
|
||||||
|
`--/:` /: `hhhhhhhhhhhho/-
|
||||||
|
-/:. `hhhhhhs+:-`
|
||||||
|
::::/ho/-`
|
5
neofetch
5
neofetch
|
@ -2677,6 +2677,11 @@ get_distro_colors() {
|
||||||
ascii_file="arch_old"
|
ascii_file="arch_old"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"ArchBox"*)
|
||||||
|
set_colors 2 7 1
|
||||||
|
ascii_file="archbox"
|
||||||
|
;;
|
||||||
|
|
||||||
"Arch"*)
|
"Arch"*)
|
||||||
set_colors 4 4 7 1
|
set_colors 4 4 7 1
|
||||||
ascii_file="arch"
|
ascii_file="arch"
|
||||||
|
|
Loading…
Reference in a new issue