parent
ff42047157
commit
42bed8b60e
23
neofetch
23
neofetch
|
@ -1339,6 +1339,7 @@ get_packages() {
|
||||||
has "sorcery" && tot gaze installed
|
has "sorcery" && tot gaze installed
|
||||||
has "alps" && tot alps showinstalled
|
has "alps" && tot alps showinstalled
|
||||||
has "butch" && tot butch list
|
has "butch" && tot butch list
|
||||||
|
has "bonsai" && tot bonsai list
|
||||||
|
|
||||||
# Counting files/dirs.
|
# Counting files/dirs.
|
||||||
# Variables need to be unquoted here. Only Bedrock Linux is affected.
|
# Variables need to be unquoted here. Only Bedrock Linux is affected.
|
||||||
|
@ -5458,6 +5459,28 @@ ${c1} oMMNMMMMMMMMMMMMMMMMMMMMMM
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"bonsai"*)
|
||||||
|
set_colors 6 2 3
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c2} ,####,
|
||||||
|
${c2}#######, ${c2},#####,
|
||||||
|
${c2}#####',# ${c2}'######
|
||||||
|
${c2}''###'${c3}';,,,'${c2}###'
|
||||||
|
${c3} ,; ''''
|
||||||
|
${c3} ;;; ${c2},#####,
|
||||||
|
${c3} ;;;' ,,;${c2};;###
|
||||||
|
${c3} ';;;;''${c2}'####'
|
||||||
|
${c3} ;;;
|
||||||
|
${c3} ,.;;';'',,,
|
||||||
|
${c3} ' '
|
||||||
|
${c1} #
|
||||||
|
# O
|
||||||
|
##, ,##,',##, ,## ,#, ,
|
||||||
|
# # # # #''# #,, # # #
|
||||||
|
'#' '##' # # ,,# '##;, #
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"BSD")
|
"BSD")
|
||||||
set_colors 1 7 4 3 6
|
set_colors 1 7 4 3 6
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Reference in New Issue