shdown / luastatus

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

barlib for lemonbar feature request #2

Closed seamus-45 closed 7 years ago

shdown commented 7 years ago

As far as I can see, bspwm does not come with any kind of panel (or “bar”), and the examples/panel/panel script in the bspwm repository launches lemonbar. So I don’t know what exactly you are requesting. If you want a barlib for lemonbar, please rename the issue, or open a new one.

seamus-45 commented 7 years ago

You are right, I'll rename the issue. As I understand, I also need a plugin for bspwm for full functionality? To obtain the status from bspw and etc..

shdown commented 7 years ago

As I understand, I also need a plugin for bspwm for full functionality? To obtain the status from bspw and etc..

It seems that the only way to monitor bspwm “status” is monitoring the output of bspc subscribe report. The pipe plugin, thus, would be sufficient.

shdown commented 7 years ago

OK, initial support added. Events are not supported yet, but hopefully will be at some point in the future.

seamus-45 commented 7 years ago

Excellent work, thank you very much!