Skip to content
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

missing style after merged PR#25 #26

Open
icyleaf opened this issue Apr 18, 2017 · 2 comments
Open

missing style after merged PR#25 #26

icyleaf opened this issue Apr 18, 2017 · 2 comments

Comments

@icyleaf
Copy link

icyleaf commented Apr 18, 2017

os: macOS 10.12.4
iterm2: 3.0.15

Old version is works, all tpm plugins i had installed, such like tmux-battery, tmux-cpu.

this is my tmux config file: https://gist.github.com/icyleaf/1244274

qq20170418-182401 2x

@rodpl
Copy link

rodpl commented May 24, 2017

You neet to use set -g @tpm_plugins ' ... not @plugins ... like in readme

@evadeflow
Copy link

Hi, all. @rodpl's advice fixed a problem I've been living with a few years(!) now but was too lazy to fix. For me, what happened is: after updating maglev, my status bar reverted back to the 'fluorescent' green (and ugly, IMO) tmux default, and all the maglev 'widgets' disappeared. In other words, my terminal went from looking like this:

before

to this:

after

I remember Googling around for a solution to this, searching for phrases like:

tmux maglev status bar is green ugly
tmux maglev missing widgets
tmux maglev broken after update

But I didn't really find anything besides issue #17 (which I [still] seem to be suffering from, that will be my next adventure). What finally put things right was this change (as @rodpl hinted at):

--- /home/dwolfe/.tmux.conf.orig        2020-10-22 13:12:49.525004000 -0400
+++ /home/dwolfe/.tmux.conf     2020-10-22 13:18:28.121004000 -0400
@@ -24,7 +24,7 @@
 set -sg escape-time 0
 
 # List of plugins
-set -g @plugins '                     \
+set -g @tpm_plugins '                 \
   caiogondim/maglev                   \
   tmux-plugins/tpm                    \
   tmux-plugins/tmux-sensible          \

Anyway, I wanted to post my experience here so that search engines will pick it up. (It's unlikely anybody else will run into the same problem so long after the change that caused it, but... you never know!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants