Created
April 19, 2017 05:16
-
-
Save ColinHarrington/4f0d885659af397170253c932521d7c8 to your computer and use it in GitHub Desktop.
screenfetch AppleTux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [[ "$no_color" != "1" ]]; then | |
c1=$(getColor 'white') # White | |
c2=$(getColor 'light grey') #Light Grey | |
c3=$(getColor 'brown') #yellow | |
c4=$(getColor 'yellow') #bold yellow | |
fi | |
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; c2="${my_lcolor}"; fi | |
startline="2" | |
logowidth="34" | |
fulloutput=( | |
" ${c1} .oo " | |
" ${c1} .odcdk " | |
" ${c1} .,xX; .K. %s" | |
" ${c1} .xOkxxdllX; %s" | |
" ${c1} X${c2}:::${c1}::${c2}::${c1}. X. %s" | |
" ${c1} .cllllkk${c2}.${c1}c${c2}.${c1} ${c2}c${c1}o${c2}:${c1} l0llo; %s" | |
" ${c1} lx; ;k${c2}c;${c3}xcx${c2}'0${c1} ;k .ok. %s" | |
" ${c1} .0. ;k${c3}lO000Ok${c2}.${c1} ,0 .kl. %s" | |
" ${c1}.X. .K.${c2},${c4}X${c3}KK${c4}KX${c2}X: ${c1}ox :O %s" | |
" ${c1}xc c0. ${c2}kXXXXXXK. :0${c1}N %s" | |
" ${c1}K. O${c2}d${c1}' ${c2}oXXNNNNXKO${c1}. 'dk %s" | |
" ${c1}0' Kc. oN${c2}NNNNNNNN${c1}KO.. .lk %s" | |
" ${c1}lo xl.${c2};,KXXXXXXXXXK0x.${c1}' K. %s" | |
" ${c1} X ${c2}N,${c3}'${c2};kKKXXXXXXXKK0:;;.${c1} Ko %s" | |
" ${c1} ;O${c2};x${c3}00KX0:${c2}'dXXXXXXXX${c3}KOl${c2}.,${c3}lx0${c2}M${c1}Kl %s" | |
" ${c1} o${c2}N${c3}kOKKKK0c ${c2},NNNNNNN${c3}0O0000OOK${c2}M${c1}. %s" | |
" ${c1} '${c2}N${c3}O000000OxO${c2}NNNNNXk${c3}kOO0000K0X${c1}l %s" | |
" ${c1} ;${c2}N${c3}K00000000k${c2}..;:' ${c3}'000K${c4}K${c3}0${c4}X0${c2}d, %s" | |
" ${c1} .${c2};cl0N${c4}XX${c3}XX${c4}K${c2}Ox${c1}dd${c2}kKW${c3}KKK${c4}XX${c2}x${c1}. %s" | |
" ${c1} 'dko' :xxc %s") |
Author
ColinHarrington
commented
Apr 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment