shdown / luastatus

universal status bar content generator
GNU General Public License v3.0
293 stars 12 forks source link

using a different fork of lemonbar #43

Closed lieux closed 5 years ago

lieux commented 5 years ago

I found this bar and it seems that they have a different implementation of fixing the multiline input problem your bar is having with the official one.

I used your fork and it works. But I had issues with it because it doesn't support xft.

Is the bar I cited okay to use?

shdown commented 5 years ago

Considering input, it’s still broken, see https://github.com/LemonBoy/bar/issues/107#issuecomment-310899703.

I recommend unapplying https://github.com/krypt-n/bar/commit/00a3fe6f3485203896156480e86014136749a221 and applying my patch.

lieux commented 5 years ago

Yes. I ended up using this and applying your patch. And it works! Thanks!