matryer / xbar

Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)
https://xbarapp.com
MIT License
17.55k stars 643 forks source link

Output format seems to be broken #662

Closed vedhavyas closed 3 years ago

vedhavyas commented 3 years ago

Here is what I tried so far... Flow:

What I expected: I expected to see the result of the github ci formatted.

What I see:

Screenshot 2021-03-25 at 7 04 24 PM

What am I doing wrong ?

leaanthony commented 3 years ago

xbar doesn't use .bitbarrc at all. The plugin appears to be trying to read it to get settings. The plugin will need to be updated.

matryer commented 3 years ago

@vedhavyas yeah @leaanthony is right - there's no support for that file.

Is it worth sourcing that file (if it exists) in the plugin itself?

vedhavyas commented 3 years ago

@matryer even before I added the plugin, I got missing ~/.bitbarrc error on xbar. Is that not expected?

leaanthony commented 3 years ago

xbar itself does not reference that file. It must be coming from a plugin. Can you paste that message here please?

vedhavyas commented 3 years ago

@leaanthony I guess u are right. Not seeing that error anymore. Thanks!