1
0
Fork 0

Use variable for TMUX_STATUS_SCRIPT

main
Marissa Staib 5 years ago committed by GitHub
parent 4028d93c87
commit 75f062b22c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .tmux.conf

@ -19,7 +19,7 @@ set-option -g set-titles on
set-option -g set-titles-string "#S - #W (#I.#P) #T"
set-option -g status on
set-option -g status-justify left
set-option -g status-left "#h#($TMUX_CONF_DIR/.tmux.status.sh)"
set-option -g status-left "#h#($TMUX_STATUS_SCRIPT)"
set-option -g status-left-length 25
set-option -g status-right "%a %b %d %l:%M%p #[bg=colour21]#S:#I.#P"
set-option -g status-interval 5

Loading…
Cancel
Save