Ascii: Added ascii art for TrueOS and PCBSD
This commit is contained in:
parent
cb69e8c3b2
commit
0726fab26b
2 changed files with 33 additions and 1 deletions
27
ascii/distro/trueos
Normal file
27
ascii/distro/trueos
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
${c1} ..
|
||||||
|
s.
|
||||||
|
+y
|
||||||
|
yN
|
||||||
|
-MN `.
|
||||||
|
:NMs `m
|
||||||
|
.yMMm` `No
|
||||||
|
`-/+++sdMMMNs+-`+Ms
|
||||||
|
`:oo+-` .yMMMMy` `-+oNMh
|
||||||
|
-oo- +NMMMM/ oMMh-
|
||||||
|
.s+` ` oMMMMM/ - oMMMhy.
|
||||||
|
+s`- :: :MMMMMd -o `mMMMy`s+
|
||||||
|
y+ h .Ny+oNMMMMMN/ sh+NMMMMo +y
|
||||||
|
s+ .ds -NMMMMMMMMMMNdhdNMMMMMMh` +s
|
||||||
|
-h .NM` `hMMMMMMMMMMMMMMNMMNy: h-
|
||||||
|
y- hMN` hMMmMMMMMMMMMNsdMNs. -y
|
||||||
|
m` mMMy` oMMNoNMMMMMMo` sMMMo `m
|
||||||
|
m` :NMMMdyydMMMMo+MdMMMs sMMMd` `m
|
||||||
|
h- `+ymMMMMMMMM--M+hMMN/ +MMMMy -h
|
||||||
|
:y `.sMMMMM/ oMM+.yMMNddNMMMMMm y:
|
||||||
|
y: `s dMMN- .MMMM/ :MMMMMMMMMMh :y
|
||||||
|
`h: `mdmMMM/ yMMMMs sMMMMMMMMN- :h`
|
||||||
|
so -NMMMN /mmd+ `dMMMMMMMm- os
|
||||||
|
:y: `yMMM` `+NMMMMMMNo`:y:
|
||||||
|
/s+`.omy /NMMMMMNh/.+s:
|
||||||
|
.+oo:-. /mdhs+::oo+.
|
||||||
|
-/o+++++++++++/-
|
7
neofetch
7
neofetch
|
@ -2502,11 +2502,16 @@ get_distro_colors() {
|
||||||
ascii_Distro="antix"
|
ascii_Distro="antix"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"FreeBSD"* | "PCBSD"* | "TrueOS"*)
|
"FreeBSD"*)
|
||||||
set_colors 1 7 3
|
set_colors 1 7 3
|
||||||
ascii_distro="freebsd"
|
ascii_distro="freebsd"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"PCBSD"* | "TrueOS"*)
|
||||||
|
set_colors 1 7 3
|
||||||
|
ascii_distro="trueos"
|
||||||
|
;;
|
||||||
|
|
||||||
"Red Star"* | "Redstar")
|
"Red Star"* | "Redstar")
|
||||||
set_colors 1 7 3
|
set_colors 1 7 3
|
||||||
ascii_distro="redstar"
|
ascii_distro="redstar"
|
||||||
|
|
Loading…
Reference in a new issue