mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
adjust tmux status
This commit is contained in:
parent
771b4f901a
commit
eafdfe5037
1 changed files with 2 additions and 2 deletions
|
|
@ -232,7 +232,7 @@ setw -g pane-border-format '#[bold]#{?#{&&:#{pane_active},#{client_prefix}},#[un
|
|||
# windows
|
||||
|
||||
# windows
|
||||
set -g status-justify 'centre'
|
||||
set -g status-justify 'left'
|
||||
set -g status-left-length 90
|
||||
set -g status-right-length 140
|
||||
setw -g window-status-separator ''
|
||||
|
|
@ -249,7 +249,7 @@ setw -g window-status-activity-style bg=black
|
|||
setw -g window-status-bell-style bg=black
|
||||
#set-window-option -g window-status-current-format "#[fg=colour235, bg=colour27]⮀#[fg=colour255, bg=colour27] #I ⮁ #W #[fg=colour27, bg=colour235]⮀"
|
||||
|
||||
set-option -g status-left "#(~/.config/tmux/tmux-status/left.sh \"#{session_id}\" \"#{session_name}\")"
|
||||
set-option -g status-left "#(~/.config/tmux/tmux-status/left.sh \"#{session_id}\" \"#{session_name}\") "
|
||||
set-option -g status-right "#(~/.config/tmux/tmux-status/right.sh)"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue