mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Block-drawing characters android ASCII logo.
This commit is contained in:
@@ -2349,20 +2349,20 @@ asciiText () {
|
||||
c2="\e[1;32m" # Bold Green
|
||||
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; fi
|
||||
startline="2"
|
||||
fulloutput=(
|
||||
"${c2} \ |##| /"
|
||||
"${c2} |######|"
|
||||
"${c2} |##${c1}{}${c2}###${c1}{}${c2}#| %s"
|
||||
"${c2} |############| %s"
|
||||
"${c2} %s"
|
||||
"${c2} mm |############| mm %s"
|
||||
"${c2} || |############| || %s"
|
||||
"${c2} || |############| || %s"
|
||||
"${c2} uu |############| uu %s"
|
||||
"${c2} |############| %s"
|
||||
"${c2} |############| %s"
|
||||
"${c2} || ||"
|
||||
"${c2} uu uu")
|
||||
fulloutput=(
|
||||
"${c2} ╲ ▁▂▂▂▁ ╱"
|
||||
"${c2} ▄███████▄ "
|
||||
"${c2} ▄██${c1} ${c2}███${c1} ${c2}██▄ %s"
|
||||
"${c2} ▄███████████▄ %s"
|
||||
"${c2} ▄█ ▄▄▄▄▄▄▄▄▄▄▄▄▄ █▄ %s"
|
||||
"${c2} ██ █████████████ ██ %s"
|
||||
"${c2} ██ █████████████ ██ %s"
|
||||
"${c2} ██ █████████████ ██ %s"
|
||||
"${c2} ██ █████████████ ██ %s"
|
||||
"${c2} █████████████ %s"
|
||||
"${c2} ███████████ %s"
|
||||
"${c2} ██ ██"
|
||||
"${c2} ██ ██")
|
||||
;;
|
||||
|
||||
"Scientific Linux")
|
||||
|
||||
Reference in New Issue
Block a user