Tmux Powerline/Airline Style Color Scheme. Native and simple.
and
and
- Status bar highlight when you press prefix
- More colors and new colorschemes and more coming soon!
- tmux and TPM (tmux version >=1.9 )
- bash
With tmux plugin manager (TPM)
set -g @plugin 'daizeng1984/tmux-dustline'
set -g @dustline_scheme_file "wombat.tmux" # Set your color scheme file
For more color scheme files, please take look at colorscheme folder. You can then set status line with as many plugins icons as you like to either left or right status bar
set -g @dustline_scheme_file "$TMUX_DUSTLINE_SCHEME.tmux"
set -g @dustline_prefix_background_highlight "1"
set -g status-right '#{dustline_scheme_begin}'\
'#(whoami)'\
'#{dustline_scheme_separator}'\
':#(uname) '\
'#{dustline_scheme_separator}'\
' %m-%d %H:%M'\
'#{dustline_scheme_end}'
You can also highlight the active panel by adding:
set -g @dustline_prefix_background_highlight "1"
See wombat.tmux example under ./colorscheme