Powerline (https://github.com/Lokaltog/powerline) is a generic installation for powerlines for shells, vim, tmux, etc. Once installed including the following the tmux config will generate the right side of the status line in the tmux:
powerline tmux right
However, this is cluttered with a lot of information, so ideally I only want to extract specific segments using powerline to include in tmux status line.
For example, instead of using:
set -g status-right '#(powerline tmux right)'
If I was interested in 'uptime', 'datetime', and 'cpu', I would want use, say:
set -g status-right '#(powerline tmux right uptime,datetime,cpu)'
PS: I am unable to create a new tag 'powerline', and 'vim-powerline' is not the same as this.