[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() {
|
get_distro() {
|
||||||
|
|
||||||
[[ $distro ]] && return
|
[[ $distro ]] && return
|
||||||
|
|
||||||
case $os in
|
case $os in
|
||||||
|
@ -7675,6 +7676,33 @@ ${c1} .-/-.
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"ChonkySealOS"*)
|
||||||
|
set_colors 7
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} .-/-.
|
||||||
|
.:-=++****++=-:.
|
||||||
|
.:=+*##%%%%%%%%%%##*+=:.
|
||||||
|
:=*#%%%%%%%%%%%%%%%%%%%%#*=:
|
||||||
|
:=*#%%%%%%%%%%%%%%%%%%%%%%%%#*=.
|
||||||
|
-+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%#+-
|
||||||
|
=+#%%%%@@@@@@@%%%%%%%@@@@@@@%%%%%#+=
|
||||||
|
=+#@%%%%*+=-==*%%%%%%%#+====*%%%%%@#+=
|
||||||
|
:+*%%%%@* +@%%%@# -@%%%%%*+:
|
||||||
|
=+#%%%%%%#+====*###%%##*=--=+*%%%%%%%#+=
|
||||||
|
+*%%%%%%%@@##%%%%*=::=#%%%##%@%%%%%%%%*+
|
||||||
|
+*%%%%%%%@**@%%%%%@==@%%%%%@+#%%%%%%%%*+
|
||||||
|
=+#%%%%%%@#*@%%%%%%**%%%%%@%+%%%%%%%%#+=
|
||||||
|
:+*%%%%%%%@#*####**###*####*%@%%%%%%%*+:
|
||||||
|
=+#@%%%%%%@%%%%%%%@@%%%%%%%%%%%%%%@#+=
|
||||||
|
=+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#+=
|
||||||
|
-+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%*+-
|
||||||
|
.=*#%%%%%%%%%%%%%%%%%%%%%%%%#*=.
|
||||||
|
:=*##%%%%%%%%%%%%%%%%%%##*=:
|
||||||
|
.:=+*##%%%%%%%%%%##*+=:.
|
||||||
|
.:-=++****++=-:.
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Chrom"*)
|
"Chrom"*)
|
||||||
set_colors 2 1 3 4 7
|
set_colors 2 1 3 4 7
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Loading…
Reference in a new issue