-
-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py3status doesn't parse separator #2116
Comments
(FWIW) This issue exists in tag 3.15 before I added more module/global options in working 3.16. |
as far as I can tell, the i3bar output format, which in the main branch is the only supported output format of py3status, doesn't support custom separators. i3status parses this field to concatenate the other non-json based output formats it supports, which are added in PR #2104 The issue I was running into while working on that PR was that setting this value to a non-boolean value will crash py3status when applying the general config options to the modules, where the separator config option has different semantics than on the global level. |
I think you're right. The problem is that I was looking at different/default output between i3status and py3status in the terminal by swapping between When I make separate configs, add |
Solved by #2202.... Probably. |
Describe the bug
py3status doesn't parse separator. When you add a separator string config inside general config section, it doesn't use it.
See @oaken-source's comment no2 too... #2104 (comment)
Also, #2104 (comment)
Your py3status version
git
To Reproduce
Steps to reproduce the behavior along with your py3status configuration (filter out any private values):
Expected behavior
Expecting
OK
separators. Printing|
separators instead.The text was updated successfully, but these errors were encountered: