fix colours not reverting properly
This commit is contained in:
parent
7534371b05
commit
ced109f0ea
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -5332,7 +5332,7 @@ get_cols() {
|
|||
[[ "$blocks2" ]] && cols+="${block_spaces// /${blocks2}[39;49mnl}"
|
||||
else
|
||||
[[ "$blocks" ]] && cols+="${block_spaces// /${blocks}\[39;49mnl}"
|
||||
[[ "$blocks2" ]] && cols+="${block_spaces// /${blocks2}\[39;49mnl}"
|
||||
[[ "$blocks2" ]] && cols+="${block_spaces// /${blocks2}\[0mnl}"
|
||||
fi
|
||||
|
||||
# Determine the horizontal offset of the blocks.
|
||||
|
|
Loading…
Reference in a new issue