diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 80e6bc4..dbb32db 100755 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -35,7 +35,7 @@ thm_black4="#5b6078" set -g status-left-length 40 set -g status-interval 30 -set -g status-left "#[fg=$thm_green]Session #S #[fg=$thm_black4]| #[fg=$thm_magenta]Pane #I #[fg=$thm_black4]| #[fg=$thm_yellow]Window #P #[fg=$thm_black4]| #[fg=$thm_red]" +set -g status-left "#[fg=$thm_green]Session #S #[fg=$thm_black4]▶ #[fg=$thm_magenta]Pane #I #[fg=$thm_black4]▶ #[fg=$thm_yellow]Window #P #[fg=$thm_black4]| #[fg=$thm_red]" set -g status-bg $thm_gray set -g status-fg $thm_orange set-window-option -g window-status-current-style bg=$thm_black4