Add transparent background to the powerline #299
Merged
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.
I've tried to create the least possible if statements to achieve this. This should solve #101
I've added the 2 following options:
I've added some new variables :
Those variables and their placement in the code allows no other if statement than setting those variables. I've tried to name the variables with something similar that was already used.
I've checked the powerline with transparent-powerline-bg set as false or without using it in tmux.conf and I can't find any differences from the original code.
This change doesn't seem to break anything. I haven't touched the right side of the bar since it seemed to be filled. I don't use much plugins though but I've tested it with ssh-session, git and playerctl and I can't find anything that breaks.