Update neofetch

This commit is contained in:
OldWorldOrdr 2022-09-30 06:34:19 -04:00 committed by GitHub
parent 7c93a0df1c
commit bc89c50427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4636,8 +4636,8 @@ get_cols() {
printf -v block_spaces "%${block_height}s" printf -v block_spaces "%${block_height}s"
# Convert the spaces into rows of blocks. # Convert the spaces into rows of blocks.
[[ "$blocks" ]] && cols+="${block_spaces// /${blocks}nl}" [[ "$blocks" ]] && cols+="${block_spaces// /${blocks}\[mnl}"
[[ "$blocks2" ]] && cols+="${block_spaces// /${blocks2}nl}" [[ "$blocks2" ]] && cols+="${block_spaces// /${blocks2}\[mnl}"
# Determine the horizontal offset of the blocks. # Determine the horizontal offset of the blocks.
case $col_offset in case $col_offset in