Merge branch 'master' of https://github.com/hykilpikonna/hyfetch
This commit is contained in:
commit
b353cb7247
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -5083,7 +5083,7 @@ 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.
|
||||||
if [[ $BASH_VERSION == 3* ]]; then
|
if [ "${BASH_VERSION%%.*}" -lt 5 ]; then
|
||||||
[[ "$blocks" ]] && cols+="${block_spaces// /${blocks}[39;49mnl}"
|
[[ "$blocks" ]] && cols+="${block_spaces// /${blocks}[39;49mnl}"
|
||||||
[[ "$blocks2" ]] && cols+="${block_spaces// /${blocks2}[39;49mnl}"
|
[[ "$blocks2" ]] && cols+="${block_spaces// /${blocks2}[39;49mnl}"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue