Skip to content

Instantly share code, notes, and snippets.

@damienstanton
Created February 27, 2015 15:51
Show Gist options
  • Select an option

  • Save damienstanton/846789a41e442160f22a to your computer and use it in GitHub Desktop.

Select an option

Save damienstanton/846789a41e442160f22a to your computer and use it in GitHub Desktop.
# Uses https://github.com/erikw/tmux-powerline, despite deprecation warning it works more reliably
# than Powerline, at least on Ubuntu
set-option -g status on
set-option -g status-interval 2
set-option -g status-utf8 on
set-option -g status-justify "centre"
set-option -g status-left-length 95
set-option -g status-right-length 60
set-option -g status-left "#(~/XS/tmux-powerline/powerline.sh left)"
set-option -g status-right "#(~/XS/tmux-powerline/powerline.sh right)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment