From 8cb7e3b8db7a20fe8e4aea39ea3a317973af1d0f Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 24 Dec 2022 14:03:46 +0100 Subject: [PATCH] feat(tmux): add icons for bell and zoom status --- tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index ca079b9..ee4b0a9 100644 --- a/tmux.conf +++ b/tmux.conf @@ -50,15 +50,15 @@ set -g pane-active-border-style "fg=white,bg=default" set -g status-left-length 100 set -ga status-left "#[fg=white,nobold] " set -g status-left "#[fg=blue,bold] #S #(gitmux -timeout 300ms -cfg $HOME/.gitmux.conf) #[fg=white] ❭" # session name - # Bar Right set -g status-right-length 100 set -g status-right "#{now_playing} " # Windows -set -g window-status-current-format "#[fg=magenta,bold,bg=default] #I #W " +set -g window-status-current-format "#[fg=magenta,bold,bg=default] #I #W #{?window_zoomed_flag,,} " set -g window-status-separator "" -set -g window-status-format "#[fg=white,bg=default] #I #W " +set -g window-status-format "#[fg=white,bg=default] #I #W #{?window_bell_flag,,} " + # Change the default delay set -sg escape-time 0