From 38b148d8c6d2fdeddb30a8d5f07e8f295c91e8d8 Mon Sep 17 00:00:00 2001 From: Stefan Friese Date: Wed, 14 Feb 2024 10:36:12 +0100 Subject: [PATCH] added seperator arrows in the status bar --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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