feat(tmux): add zoomed flag in status
This commit is contained in:
@@ -90,5 +90,5 @@ setw -g window-status-activity-style "none,fg=#93b259,bg=#e6e2cc"
|
|||||||
setw -g window-status-style "none,fg=#939f91,bg=#e6e2cc"
|
setw -g window-status-style "none,fg=#939f91,bg=#e6e2cc"
|
||||||
set -g status-left "#[fg=#939f91,bg=#e6e2cc] "
|
set -g status-left "#[fg=#939f91,bg=#e6e2cc] "
|
||||||
set -g status-right "#[fg=#939f91,bg=#e6e2cc] #H "
|
set -g status-right "#[fg=#939f91,bg=#e6e2cc] #H "
|
||||||
setw -g window-status-format " #I∣#W "
|
setw -g window-status-format " #I∣#W#{?window_zoomed_flag, , }"
|
||||||
setw -g window-status-current-format "#[fg=#93b259,bold] #I∣#W "
|
setw -g window-status-current-format "#[fg=#93b259,bold] #I∣#W#{?window_zoomed_flag, , }"
|
||||||
|
|||||||
Reference in New Issue
Block a user