Add project

This commit is contained in:
Yan Lin 2025-10-06 14:42:22 +02:00
parent d348200934
commit d5700d8063
3 changed files with 20 additions and 4 deletions

View file

@ -40,9 +40,9 @@
# Status bar content
set -g status-left-length 40
set -g status-right-length 30
set -g status-right-length 50
set -g status-left '#{?client_prefix,#[bg=#fb4934],#[bg=#a89984]}#[fg=#282828] #S #[bg=#282828] '
set -g status-right '#{?SSH_CLIENT,#[bg=#fabd2f],#[bg=#a89984]}#[fg=#282828]#{?pane_in_mode, [COPY],} #H | %H:%M '
set -g status-right '#[bg=#282828]#[fg=#ebdbb2] #{b:pane_current_path} #{?SSH_CLIENT,#[bg=#fabd2f],#[bg=#a89984]}#[fg=#282828]#{?pane_in_mode, [COPY],} #H | %H:%M '
# Window status format
set -g window-status-format ' #I:#W '