We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I installed the plugin, and everything works fine.
However, I have issues trying to configure things: I basically want to configure the segments I see
I created ~/.config/tmux-powerline/config.sh with the following content:
~/.config/tmux-powerline/config.sh
export TMUX_POWERLINE_THEME="bubble"
This works fine, and I see the theme change.
However, if I do cp ~/<tmux-powerline-installed-by-tpm-path>/themes/bubble.sh ~/.config/tmux-powerline/themes/my.sh and change the above line to say
cp ~/<tmux-powerline-installed-by-tpm-path>/themes/bubble.sh ~/.config/tmux-powerline/themes/my.sh
export TMUX_POWERLINE_THEME="my"
everything gets messed up.
When I restart tmux, after a delay, I see a message saying ~/.tmux/plugins/tpm/tpm returned 1
tmux
~/.tmux/plugins/tpm/tpm returned 1
I'd appreciate any help please
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I installed the plugin, and everything works fine.
However, I have issues trying to configure things: I basically want to configure the segments I see
I created
~/.config/tmux-powerline/config.sh
with the following content:This works fine, and I see the theme change.
However, if I do
cp ~/<tmux-powerline-installed-by-tpm-path>/themes/bubble.sh ~/.config/tmux-powerline/themes/my.sh
and change the above line to sayeverything gets messed up.
When I restart
tmux
, after a delay, I see a message saying~/.tmux/plugins/tpm/tpm returned 1
I'd appreciate any help please
The text was updated successfully, but these errors were encountered: