Add hostname to tmux

This commit is contained in:
Yan Lin 2025-09-01 23:03:25 +02:00
parent 30fed0d178
commit 0ed8b2069b
3 changed files with 51 additions and 23 deletions

View file

@ -42,7 +42,7 @@
set -g status-left-length 40
set -g status-right-length 30
set -g status-left '#{?client_prefix,#[bg=#fb4934],#[bg=#a89984]}#[fg=#282828] #S #[bg=#282828] '
set -g status-right '#{?pane_in_mode,[COPY],} %H:%M '
set -g status-right '#{?pane_in_mode,[COPY],} #H | %H:%M '
# Window status format
set -g window-status-format ' #I:#W '