tobi-wan-kenobi / bumblebee-status

bumblebee-status is a modular, theme-able status line generator for the i3 window manager.
https://bumblebee-status.readthedocs.io/en/main/
MIT License
1.2k stars 229 forks source link

Update introduction.rst #987

Closed PrabhuUdurg closed 9 months ago

PrabhuUdurg commented 10 months ago

I faced with pretty stupid error because of this, so I reckon it would be helpful.

tobi-wan-kenobi commented 9 months ago

Thanks for the contribution! Actually, spaces and newlines should be fine, as long as the line is terminated with . Was that the issue? If so, I think it would be good to clarify that in the docs.

PrabhuUdurg commented 9 months ago

Unfortunately for me as a beginner it was an issue) Bar was not rendering in a right way.

Thanks for response!

tobi-wan-kenobi commented 9 months ago

What was the problem exactly? Newlines without the \ at the end?

I just want to make sure to improve the docs as much as possible.

PrabhuUdurg commented 9 months ago

My problem was that after the backslash I started new line as it was in the example in documentation, but it's caused an error, which I fixed putting every -m values in one line.

tobi-wan-kenobi commented 9 months ago

OK, that is weird, because escaped newlines should work. Could you maybe paste the broken config?