Merge branch 'master' of github.com:hykilpikonna/hyfetch

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-10-04 12:04:37 -04:00
commit 7c7cba2346
No known key found for this signature in database
GPG key ID: E289FAC0DA92DD2B

View file

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