chore: small things

This commit is contained in:
2025-07-23 23:23:02 +09:00
parent cc6f32c3fb
commit fe7a710564
6 changed files with 36 additions and 3 deletions

View File

@@ -86,7 +86,9 @@ set -g pane-border-style fg="#e3ddcc"
# Status
set -g status-style "bg=default"
set -g status-right "#S @ #H [%H:%M]"
set -g status-right "#[fg=yellow]#H @#S #[fg=blue]#{=100:pane_current_path} #[fg=red](#(cd #{pane_current_path}; git rev-parse --abbrev-ref HEAD)) #[fg=black]"
set -g status-right-length 200
set -g status-left ""
setw -g window-status-format "#I:#W "
setw -g window-status-current-format "#[fg=green]#I:#W*"