[PR] dylanaraps/neofetch#2180 from SpiderDerp - Added ChonkySealOS
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2180 Thanks to @SpiderDerp Co-authored-by: SpiderDerp <sfsreeramrave@gmail.com>
This commit is contained in:
commit
6e64957f7f
1 changed files with 28 additions and 0 deletions
28
neofetch
28
neofetch
|
@ -977,6 +977,7 @@ get_os() {
|
|||
}
|
||||
|
||||
get_distro() {
|
||||
|
||||
[[ $distro ]] && return
|
||||
|
||||
case $os in
|
||||
|
@ -7675,6 +7676,33 @@ ${c1} .-/-.
|
|||
EOF
|
||||
;;
|
||||
|
||||
"ChonkySealOS"*)
|
||||
set_colors 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} .-/-.
|
||||
.:-=++****++=-:.
|
||||
.:=+*##%%%%%%%%%%##*+=:.
|
||||
:=*#%%%%%%%%%%%%%%%%%%%%#*=:
|
||||
:=*#%%%%%%%%%%%%%%%%%%%%%%%%#*=.
|
||||
-+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%#+-
|
||||
=+#%%%%@@@@@@@%%%%%%%@@@@@@@%%%%%#+=
|
||||
=+#@%%%%*+=-==*%%%%%%%#+====*%%%%%@#+=
|
||||
:+*%%%%@* +@%%%@# -@%%%%%*+:
|
||||
=+#%%%%%%#+====*###%%##*=--=+*%%%%%%%#+=
|
||||
+*%%%%%%%@@##%%%%*=::=#%%%##%@%%%%%%%%*+
|
||||
+*%%%%%%%@**@%%%%%@==@%%%%%@+#%%%%%%%%*+
|
||||
=+#%%%%%%@#*@%%%%%%**%%%%%@%+%%%%%%%%#+=
|
||||
:+*%%%%%%%@#*####**###*####*%@%%%%%%%*+:
|
||||
=+#@%%%%%%@%%%%%%%@@%%%%%%%%%%%%%%@#+=
|
||||
=+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#+=
|
||||
-+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%*+-
|
||||
.=*#%%%%%%%%%%%%%%%%%%%%%%%%#*=.
|
||||
:=*##%%%%%%%%%%%%%%%%%%##*=:
|
||||
.:=+*##%%%%%%%%%%##*+=:.
|
||||
.:-=++****++=-:.
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Chrom"*)
|
||||
set_colors 2 1 3 4 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue