mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-07-20 09:52:17 -05:00
Merge branch 'master' of github.com:hykilpikonna/hyfetch
This commit is contained in:
commit
7c7cba2346
4
neofetch
4
neofetch
|
|
@ -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}[mnl}"
|
||||
[[ "$blocks2" ]] && cols+="${block_spaces// /${blocks2}[mnl}"
|
||||
[[ "$blocks" ]] && cols+="${block_spaces// /${blocks}\[mnl}"
|
||||
[[ "$blocks2" ]] && cols+="${block_spaces// /${blocks2}\[mnl}"
|
||||
|
||||
# Determine the horizontal offset of the blocks.
|
||||
case $col_offset in
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user