lesbian colos in tmux

This commit is contained in:
Rachel Lambda Samuelsson 2023-10-07 14:12:31 +02:00
parent 9a3b9f3946
commit 653f04136b

View File

@ -248,14 +248,14 @@ in
set-option -g status on set-option -g status on
set-option -g status-style bg=default set-option -g status-style bg=default
set-option -g status-style fg="#FF7F50" set-option -g status-style fg="#ef7627"
set-option -g status-interval 2 set-option -g status-interval 2
set-option -g status-justify "centre" set-option -g status-justify "centre"
set-option -g status-right " λ " set-option -g status-right " λ "
set -g status-interval 1 set -g status-interval 1
set-window-option -g window-status-separator "-" set-window-option -g window-status-separator "-"
set-window-option -g window-status-current-format " #[fg=#df73ff bold]!![ #{b:pane_current_path}/ ] #{b:window_index} $ #{b:pane_current_command}!! " set-window-option -g window-status-current-format " #[fg=#b55690 bold]!![ #{b:pane_current_path}/ ] #{b:window_index} $ #{b:pane_current_command}!! "
set-window-option -g window-status-format " #{b:window_index} [ #{b:pane_current_path}/ ] #{b:pane_current_command} " set-window-option -g window-status-format " #{b:window_index} [ #{b:pane_current_path}/ ] #{b:pane_current_command} "
''; '';
}; };