-
Notifications
You must be signed in to change notification settings - Fork 30
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
Custom window name format #14
Comments
I do agree that the first step should be to take what is currently available and port to a yaml file. Then we can iteratively improve upon it. A question about the "color support". How would it interact with:
|
Hi @joshmedeski. Great plugin! Is it possible to add a setting to show icons to the right of the window name instead of left of it? Do you want me open a new issue for this? |
Thanks @petobens! I'm open to a new issue with a simple feature flag to implement icons to the right. I think this custom format feature is going to take more work, and I don't have this at the top of my list of things to do. |
Ok! Done in #29 |
I added a workaround in #41 (comment) that might be interesting for anyone who goes here. My suggestion to how to solve this issue is to inverse the control and let the plugin define a variable that can then be used in the tmux config when the user defines That would break the api for existing users though. Ooops. |
As a user, I want to manually configure a custom layout for displaying the name and icon for a window.
Perhaps we allow a tmux style
It would be cool to add color support too, but maybe that's for a future PR, similar to how the tmux status elements are styled.
The text was updated successfully, but these errors were encountered: