Changing BSD logo to more modern logo (thanks piperun from GitHub)

This commit is contained in:
Brett Bohnenkamper
2012-08-08 02:16:09 -05:00
parent 430c94bdf3
commit 67283a46c4

View File

@@ -1075,30 +1075,29 @@ asciiText () {
;;
"BSD")
c1="\e[1;37m" # White
c1="\e[1;37m" # Red
c2="\e[1;31m" # Light Red
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; c2="${my_lcolor}"; fi
startline="1"
fulloutput=("$c2 , ,"
"$c2 /( )\` %s"
"$c2 \ \___ / | %s"
"$c2 /- "$c1"_$c2 \`-/ ' %s"
"$c2 ($c1/\/ \ $c2\ /\\ %s"
"$c1 / / |$c2 \` \\ %s"
"$c1 O O )$c2 / | %s"
"$c1 \`-^--'\`$c2< ' %s"
"$c2 (_.) _ ) / %s"
"$c2 \`.___/\` / %s"
"$c2 \`-----' / %s"
"$c1 <----. "$c2"__/ __ \\ %s"
"$c1 <----|===="$c2"O}}}$c1==$c2} \} \/$c1==== %s"
"$c1 <----' $c2\`--' \`.__,' \\ %s"
"$c2 | | %s"
"$c2 \ / /\\ %s"
"$c2 ______( (_ / \______/ %s"
"$c2 ,' ,-----' |"
"$c2 \`--{__________)")
;;
fulloutput=(
" "$c1"\`\`\` "$c2"\` "
" "$c1"\` \`.....---..."$c2"....--.\`\`\` -/ %s" #user@host
" "$c1"+o .--\` "$c2"/y:\` +. %s" # OS
" "$c1" yo\`:. "$c2":o \`+- %s" # Kernel
" "$c1"y/ "$c2"-/\` -o/ %s" # Uptime
" "$c1".- "$c2"::/sy+:. %s" # Packages
" "$c1"/ "$c2"\`-- / %s" # Shell
" "$c1"\`: "$c2":\` %s" # Resolution
" "$c1"\`: "$c2":\` %s" # DE
" "$c1"/ "$c2"/ %s" # WM
" "$c1".- "$c2"-. %s" # WM Theme
" "$c1"-- "$c2"-. %s" # GTK2 Theme
" "$c1"\`:\` "$c2"\`:\` %s" # GTK3 Theme
" "$c2".-- \`--. %s" # Icon Theme
" "$c2" .---.....----. %s" # Font
)
;;
"Mandriva"|"Mandrake")
c1="\e[1;34m" # Light Blue