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 ""