-
Notifications
You must be signed in to change notification settings - Fork 527
Closed
Labels
Description
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:
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
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
I'd appreciate any help please