BUGFIX: fix offset bug w/ col_offset and many color blocks #2037
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):

Fixed (--col_offset 60):

Features
Issues
TODO
Great that you were able to send in a fix for this!
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!
I've also merged it into the alignment branch of my fork.