Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

ShastraOS logo #2149

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 27 additions & 2 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -5161,7 +5161,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,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comma here.
Otherwise it's good!

SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS,
Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap,
t2, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
Expand Down Expand Up @@ -10323,6 +10323,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'
Expand Down
2 changes: 1 addition & 1 deletion neofetch.1
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down