[PR] dylanaraps/neofetch#2149 from vivekpal1 - ShastraOS logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2149 Thanks to @vivekpal1 Co-authored-by: Vivek Pal <vivekpal@duck.com>
This commit is contained in:
commit
ee1403df0e
2 changed files with 28 additions and 3 deletions
29
neofetch
29
neofetch
|
@ -801,7 +801,7 @@ image_source="auto"
|
|||
# TrueOS, PCLinuxOS, Pengwin, Peppermint, Pisi, popos, Porteus, PostMarketOS,
|
||||
# Proxmox, PuffOS, Puppy, PureOS, Qubes, Qubyt, Quibian, Radix, Raspbian,
|
||||
# Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith,
|
||||
# Rocky, Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
||||
# Rocky, Rosa, sabotage, Sabayon, Sailfish, SalentOS, ShastraOS, Scientific, Septor,
|
||||
# SereneLinux, SharkLinux, Siduction, SkiffOS, Slackware, SliTaz, SmartOS,
|
||||
# Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2,
|
||||
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||
|
@ -5179,7 +5179,7 @@ ASCII:
|
|||
PCLinuxOS, Pengwin, Peppermint, Pisi, popos, Porteus, PostMarketOS,
|
||||
Proxmox, PuffOS, Puppy, PureOS, Qubes, Qubyt, Quibian, Radix, Raspbian, Reborn_OS,
|
||||
Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith, Rosa,
|
||||
sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
||||
sabotage, Sabayon, Sailfish, SalentOS, ShastraOS Scientific, Septor,
|
||||
SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS,
|
||||
Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap,
|
||||
t2, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||
|
@ -10389,6 +10389,31 @@ ${c2} `:smMM${c4}yy${c3}MMNy/`
|
|||
EOF
|
||||
;;
|
||||
|
||||
"ShastraOS"*)
|
||||
set_colors 6
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} ..,;;,'.
|
||||
':oo. ;o:
|
||||
:o, ol
|
||||
.oo ..';co:
|
||||
ooo',;:looo;
|
||||
.;lddl
|
||||
cx .xl .c:'
|
||||
dd xx xx ,d;
|
||||
.xd cx. xx dd.
|
||||
cx: .xo xx ,x:
|
||||
'xl xx cx' .xl
|
||||
xd, xx .xd dx.
|
||||
.xo:xx xx .xx
|
||||
'c xx:.'lx:
|
||||
..,;cxxxo
|
||||
.';:codxxl lxo
|
||||
cd. 'xo
|
||||
:o, 'ld
|
||||
.oc'...';lo
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Scientific"*)
|
||||
set_colors 4 7 1
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
|
@ -322,7 +322,7 @@ osmc, Oracle, OS Elbrus, PacBSD, Parabola, Pardus, Parrot, Parsix,
|
|||
TrueOS, PCLinuxOS, Pengwin, Peppermint, Pisi, popos, Porteus, PostMarketOS,
|
||||
Proxmox, Puppy, PureOS, Qubes, Quibian, Radix, Raspbian, Reborn_OS,
|
||||
Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith, Rosa,
|
||||
sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
||||
sabotage, Sabayon, Sailfish, SalentOS, ShastraOS, Scientific, Septor,
|
||||
SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS,
|
||||
Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap,
|
||||
t2, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||
|
|
Loading…
Reference in a new issue