10 lines
716 B
Plaintext
10 lines
716 B
Plaintext
# powerline_tmux_1.9_plus.conf
|
|
# Version 1.9 introduces the foo-style options, applicable to version 1.9+
|
|
set-option -qg status-style "$_POWERLINE_BACKGROUND_COLOR"
|
|
set-option -qg window-status-last-style "$_POWERLINE_ACTIVE_WINDOW_STATUS_COLOR"
|
|
set-window-option -qg window-status-style "$_POWERLINE_WINDOW_STATUS_COLOR"
|
|
set-window-option -qg window-status-activity-style "$_POWERLINE_ACTIVITY_STATUS_COLOR"
|
|
set-window-option -qg window-status-bell-style "$_POWERLINE_BELL_STATUS_COLOR"
|
|
set -g status-right '#(env "$POWERLINE_COMMAND" $POWERLINE_COMMAND_ARGS tmux right --width=#{client_width} -R width_adjust=#{status-left-length} -R pane_id=#{pane_id} -R pane_current_path=#{q:pane_current_path})'
|
|
# vim: ft=tmux
|