Skip to content
New issue

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

LeftoverChars formula missing from StartGrayTheme #70

Closed
StormTrooper opened this issue Oct 6, 2017 · 2 comments
Closed

LeftoverChars formula missing from StartGrayTheme #70

StormTrooper opened this issue Oct 6, 2017 · 2 comments
Assignees
Labels

Comments

@StormTrooper
Copy link

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

@willemdh
Copy link
Member

willemdh commented Oct 6, 2017

Ah really sorry I keep forgetting the grey theme in my tests. I'll look into it. Thanks for letting me know.

@willemdh willemdh self-assigned this Oct 6, 2017
@willemdh willemdh added the bug label Oct 6, 2017
willemdh added a commit that referenced this issue Oct 7, 2017
updated the 16 color spacing for longer 'fields'. 
Fixed processes in modern
Fixed #70
willemdh added a commit that referenced this issue Oct 7, 2017
no big changes. Fix for #70 and more space for fields in 16 color themes
willemdh added a commit that referenced this issue Oct 7, 2017
no big changes. Fix for #70 and more space for fields in 16 color themes
@willemdh
Copy link
Member

willemdh commented Oct 7, 2017

Should be ok now by .#74 Let us know if not.

@willemdh willemdh closed this as completed Oct 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants