Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
implement proper handling of output_format in py3status for i3bar, dzen2, xmobar, lemonbar, tmux, term, none #2104
implement proper handling of output_format in py3status for i3bar, dzen2, xmobar, lemonbar, tmux, term, none #2104
Changes from all commits
398d449
2eea4e5
1a9d777
9681d90
c5f3ef2
d813f3f
8f7c17a
be71232
2002371
119fc06
f5e213d
e704355
c7830d4
e3fd0fa
1da6c18
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's interesting, I did not recall that at all...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick glance.. Maybe things are a bit hazy, but it looks like there could be two separator configs.
separator
https://i3wm.org/i3status/manpage.html#_generalseparator
https://i3wm.org/i3status/manpage.html#_universal_module_options... both may gotten mixed... Putting
separator = False
in py3status config section should turn them all off.Maybe we need two different
separator
coding.... One for general (string) and one for py3status (boolean).EDIT: Or the
separator = value
was in wrong config section.... Need more inspecting.