Add TorizonCore logo
Adds the TorizonCore OS to neofetch. Torizon is an open-source software platform that simplifies the development and maintenance of embedded Linux software. Signed-off-by: Andre Riesco <andre.riesco@toradex.com> Signed-off-by: Matheus Castello <matheus.castello@toradex.com>
This commit is contained in:
parent
6dd85d67fc
commit
116f038d86
1 changed files with 38 additions and 3 deletions
41
neofetch
41
neofetch
|
@ -804,7 +804,7 @@ image_source="auto"
|
|||
# sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
||||
# SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS,
|
||||
# Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2,
|
||||
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, TorizonCore, Trisquel,
|
||||
# Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
|
||||
# Ubuntu-Studio, Ubuntu, Univention, Venom, Void, semc, Obarun,
|
||||
# windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
|
||||
|
@ -5066,8 +5066,8 @@ ASCII:
|
|||
sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
||||
SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS,
|
||||
Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap,
|
||||
t2, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||
Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
|
||||
t2, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, TorizonCore,
|
||||
Trisquel, Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
|
||||
Ubuntu-Studio, Ubuntu, Univention, Venom, Void, semc, Obarun,
|
||||
windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
|
||||
|
||||
|
@ -10278,6 +10278,41 @@ Nsyh+-..+y+- yMMMMd :mMM+
|
|||
EOF
|
||||
;;
|
||||
|
||||
"TorizonCore"*)
|
||||
set_colors fg 3 4 8 5
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c2} `.::-.
|
||||
`-://////:-.
|
||||
`:////////////:.
|
||||
`.-.` `-:///////-. `
|
||||
`.://///:.` `-::-. `-://:.`
|
||||
.:///////////:. `-:////////:.`
|
||||
`.://///////:-` .:////////////:`
|
||||
`.-/:-` `.:///:-` ${c3}`-+o/.${c2} `.://////-. `.`
|
||||
`.:///////:-` `.` ${c3}`-+sssssso/.${c2} `.--. `-:///:-`
|
||||
-/////////////: ${c3}`+sssssssssssso-${c2} `-://///////:-`
|
||||
.-///////:.` `` ${c3}-/sssssssso/.${c2} ` .:///////////-.
|
||||
.-::.` `-://:-. ${c3}-/sso/.${c2} `.:/:-. `.://///-.
|
||||
`-:////////:-. ${c3}`${c2} `.:////////-. `.-.
|
||||
${c1}o-${c2} -:///////////:` .:////////////:` ${c1}-o${c2}
|
||||
${c1}hdho-${c2} `-://///:.` `..` `-://////:.` ${c1}-ohdh${c2}
|
||||
${c1}/ydddho-${c2} `--.` `.:////:.` `-::.` ${c1}-ohdddy/${c2}
|
||||
${c1}./ydddho:`${c2} `.://////////:. ${c1}`:ohdddy/.${c2}
|
||||
` ${c1}`/shddho:`${c2} `.://////////:. ${c1}`:ohddds/`${c2} `
|
||||
::-` ${c1}`/shddhs:`${c2} `.:////:.` ${c1}`:shddhs/`${c2} `-::
|
||||
:///:-` ${c1}`:shddhs/`${c2} `..` ${c1}`/shddhs:`${c2} `-:///-
|
||||
`.:///:-` ${c1}`:ohddhs/`${c2} ${c1}`/shddho:`${c2} `-:///:.`
|
||||
`.:///:-. ${c1}-ohdddy/.${c2} ${c1}./ydddho-${c2} .-:///-.`
|
||||
`.:///:-. ${c1}-+hdddy+//+ydddh+-${c2} .-://:-.
|
||||
`.-///:-. ${c1}-+yddddddy+-${c2} .-://:-.
|
||||
.-://:-. ${c1}./++/.${c2} .-///:-.
|
||||
.-:///:.` `.:///:-`
|
||||
`-:///:.````.:///:-`
|
||||
`-:////////:-`
|
||||
`-::::-`
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Trisquel"*)
|
||||
set_colors 4 6
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue