Skip to content

daizeng1984/tmux-dustline

Repository files navigation

Dustline Tmux Colorscheme Plugin

Tmux Powerline/Airline Style Color Scheme. Native and simple.

img

and

anim

and

experimental

Why

  • Status bar highlight when you press prefix
  • More colors and new colorschemes and more coming soon!

Prerequisite

  • tmux and TPM (tmux version >=1.9 )
  • bash

Install

With tmux plugin manager (TPM)

set -g @plugin 'daizeng1984/tmux-dustline'

Example in your .tmux.conf

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}'

Highlight Active Panel

You can also highlight the active panel by adding:

set -g @dustline_prefix_background_highlight "1"

Customize Your Own Colorscheme

See wombat.tmux example under ./colorscheme

License

MIT

About

my tmux color scheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages