mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-01-09 14:28:04 -05:00
Fixed up logo
This commit is contained in:
@@ -6063,24 +6063,24 @@ asciiText () {
|
||||
fi
|
||||
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; fi
|
||||
startline="1"
|
||||
logowidth="45"
|
||||
logowidth="37"
|
||||
fulloutput=(""
|
||||
"${c1} ////////// %s"
|
||||
"${c1} (/(/(/(/(/(/(/(/ %s"
|
||||
"${c1} ,////////////////////// %s"
|
||||
"${c1} (/(/(/(/(/(/(/(/(/(/(/(/(/(* %s"
|
||||
"${c1} ////////////////////////////// %s"
|
||||
"${c1} (/(/(/(/(/(/(/(/(/(///(/(/(/(/(/ %s"
|
||||
"${c1} /////////////////// ///////// %s"
|
||||
"${c1} /(/(/(/(/(/(/(/(/ //(/(/( %s"
|
||||
"${c1} ////////////// //// %s"
|
||||
"${c1} (/(/(/(/(// /(/( / %s"
|
||||
"${c1} /////// .////////. %s"
|
||||
"${c1} //(/ (/(/(/(/(/(/(/ %s"
|
||||
"${c1} ./////////////// %s"
|
||||
"${c1} /(/(/(/(/(/(/(, %s"
|
||||
"${c1} ////////// %s"
|
||||
" %s")
|
||||
"${c1} ////////// %s"
|
||||
"${c1} (/(/(/(/(/(/(/(/ %s"
|
||||
"${c1} ,////////////////////// %s"
|
||||
"${c1} (/(/(/(/(/(/(/(/(/(/(/(/(/(* %s"
|
||||
"${c1} ////////////////////////////// %s"
|
||||
"${c1} (/(/(/(/(/(/(/(/(/(///(/(/(/(/(/ %s"
|
||||
"${c1} /////////////////// ///////// %s"
|
||||
"${c1} /(/(/(/(/(/(/(/(/ //(/(/( %s"
|
||||
"${c1} ////////////// //// %s"
|
||||
"${c1} (/(/(/(/(// /(/( / %s"
|
||||
"${c1} /////// .////////. %s"
|
||||
"${c1} //(/ (/(/(/(/(/(/(/ %s"
|
||||
"${c1} ./////////////// %s"
|
||||
"${c1} /(/(/(/(/(/(/(, %s"
|
||||
"${c1} ////////// %s"
|
||||
" %s")
|
||||
;;
|
||||
*)
|
||||
if [[ "${kernel}" =~ "Linux" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user