We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code is missing from the StartGrayTheme function.
LeftoverChars=$((MaxLeftOverChars - HostChars -10)) (( $LeftoverChars <= 0 )) && LeftoverChars=0
Otherwise results in a error: head: invalid number of bytes: /dev/zero
The text was updated successfully, but these errors were encountered:
Ah really sorry I keep forgetting the grey theme in my tests. I'll look into it. Thanks for letting me know.
Sorry, something went wrong.
v8.08.171007 => Bug fixes and spacing
eefa6db
updated the 16 color spacing for longer 'fields'. Fixed processes in modern Fixed #70
v8.08.171007 => Bugfix
930401e
no big changes. Fix for #70 and more space for fields in 16 color themes
v8.08.171007 => Bugfix (#74)
30673a9
Should be ok now by .#74 Let us know if not.
willemdh
No branches or pull requests
This code is missing from the StartGrayTheme function.
Otherwise results in a error:
head: invalid number of bytes: /dev/zero
The text was updated successfully, but these errors were encountered: