jonmosco / kube-tmux

Kubernetes status line for tmux
Apache License 2.0
345 stars 46 forks source link

After install kube-tmux with tpm, status bar not effect #13

Open Icedroid opened 4 years ago

Icedroid commented 4 years ago

I use the theme:

set -g @plugin 'jimeh/tmux-themepack'
set -g @themepack 'powerline/block/cyan'
set -g @themepack-status-left-area-left-prefix '#{?client_prefix,#[reverse]^Z#[noreverse] ,}'

~/.tmux.conf set -g status-right "#(/bin/bash $HOME/.tmux/kube.tmux 250 red cyan)"

I can't see anything in tmux status bar on right.

salarkhan commented 4 years ago

maybe this will make more sense if you read the instructions like this: set -g status-right "#(/bin/bash <path/to/kube.tmux> 250 red cyan)"

in the case of TPM installations, that path is $HOME/tmux/plugins/kube-tmux/kube.tmux

pashtet04 commented 1 year ago

I have installed it manually by git clone and no effect too.