muse / Captain

A dynamic lemonbar script written almost entirely in bash.
MIT License
49 stars 5 forks source link

adds support for more geometry options with lemonbar #4

Closed ramblingenzyme closed 8 years ago

ramblingenzyme commented 8 years ago

Quick hack in to allow users to specify the whole range of geometry options available in lemonbar.

muse commented 8 years ago

Looks good.

muse commented 8 years ago

Small thing overlooked, captain will now say

No value for 'bar-length' -> using 

Showing no value at all, '' was the correct fallback value, but there needs to be an extra if statement to catch empty strings, and tell stdout to say 'none' instead. Ill fix this, so don't worry. Just a little thing for the next time.