neofetch icon indicating copy to clipboard operation
neofetch copied to clipboard

BUGFIX: fix offset bug w/ col_offset and many color blocks #2037

Open angelofallars opened this issue 4 years ago • 3 comments

Description

Fixes #2037

Fix a bug where neofetch was passed a numeric col_offset value and the program only set the offset of the first color block, but not the others.

The first block either used the text_padding offset or the number set in col_offset. However, the other blocks still used text_padding even if col_offset was specified a number.

Original (--col_offset 60):

image

Fixed (--col_offset 60):

image

Features

Issues

TODO

angelofallars avatar Feb 03 '22 10:02 angelofallars

Great that you were able to send in a fix for this!

nnuel avatar Feb 03 '22 13:02 nnuel

Thank you for your contribution!

This PR is merged into hyfetch since this repo (dylanaraps/neofetch) seems no longer maintained.

HyFetch is a fork of neofetch with LGBTQ pride flags, but the repo also maintains an updated version of the original neofetch, addressing many pull requests that are not merged in the original repo.

Read the "Running Updated Original Neofetch" section for more info!

hykilpikonna avatar Jul 31 '22 19:07 hykilpikonna

I've also merged it into the alignment branch of my fork.

zjp avatar Jan 09 '24 07:01 zjp