tats/w3m

Progress bar for memory fails when using anything else than memory_unit="mib"

claytonjroberts opened this issue · 1 comments

When using a bar for memory info (memory_display="bar"), I must have the following in the config file:

memory_unit="mib"

If I have something like the following in the config:

memory_unit="gib"

I get this error:

/usr/local/bin/neofetch: line 4583: 18.50 * bar_length / 32.00: syntax error: invalid arithmetic operator (error token is ".50 * bar_length / 32.00")

I'm running via just neofetch -v

Accidentally opened this in the wrong repo.