Open Clumsy-Coder opened 2 years ago
have the same situation, would love for the theme to allow us to pass some custom fields.
After installation, edit ~/.tmux/plugins/tmux-gruvbox/tmux-gruvbox-dark.conf (or tmux-gruvbox-light.conf)
Remove the line starts with set-option -g status-right
.
Then disable and enable gruvbox again.
This worked for me, but I guess it won't survive an update. :)
Wow! First of all thanks to all for a lot of effort to document this.
TLDR; I am coming to you with good news. While adding new features, I hopefully fix the problem with interpreting the values from other plugins like tmux-mode-indicator that make it hard to show up in the theme. I need to do a couple of more tests to be more certain it will also work for other plugins as well, but as soon as I have it, will definitely come back to you.
A cup of details
Currently, I am working on expanding the theme with some customization options (as many users reported) and being more flexible with what the users may want to define in each section. This issue hopefully should be resolved after merging #31.
If you want you may test it already in #31 (it is still WIP, and it may require a setup plugin for development -> see more of the new section in readme), but after a few tests I hope it may look like you may desire (see sample screenshot below).
I'm trying to use another plugin https://github.com/MunifTanjim/tmux-mode-indicator to display current tmux mode with the current
status-right
.It seems tmux-gruvbox to be overriding the custom config.
Config:
Steps to reproduce
tmux-mode-indicator
pluginstatus-right
configNOTE: it only works if
status-right
configtmux source-file ~/.tmux.conf
this is what I'm hoping to display