From 13336d95ef4da727efc9112be8134b9c18897c4c Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Thu, 20 Jun 2024 23:15:09 +0200 Subject: [PATCH] tmux: Updated session icon --- .config/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c9528fa..27fa74b 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -83,9 +83,9 @@ set -g default-terminal "screen-256color" set -g status-left '' ## Indicate if prefix has been pressed -set -ga status-left '#[bg=#white]#[fg=#brightblack]#{?client_prefix,#[fg=red] ⭘ , ⭘ }' +set -ga status-left '#[bg=#white]#[fg=#brightblack]#{?client_prefix,#[fg=red] ◯ , ◯ }' ## Session name -set -ga status-left "#S " +set -ga status-left "#S" set -g status-right '' # Date and time @@ -96,4 +96,4 @@ set -ga status-right "#[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore] #[ #+--- Windows ---+ set -g window-status-format " #[fg=white,bg=brightblack] #I #[fg=white,bg=brightblack]#W #F " set -g window-status-current-format " #[fg=black,bg=cyan] #I #[fg=black,bg=cyan]#W #F " -set -g window-status-separator "" \ No newline at end of file +set -g window-status-separator ""