Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#2180 from SpiderDerp - Added ChonkySealOS
Browse files Browse the repository at this point in the history
Upstream PR: dylanaraps/neofetch#2180
Thanks to @SpiderDerp

Co-authored-by: SpiderDerp <sfsreeramrave@gmail.com>
  • Loading branch information
hykilpikonna and SpiderDerp committed Aug 23, 2022
2 parents 80b79d7 + 95f8168 commit 6e64957
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ get_os() {
}

get_distro() {

[[ $distro ]] && return

case $os in
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 6e64957

Please sign in to comment.