Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion home/modules/tmux/files/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ set -g status-left-length 20
status_left1="#{?client_prefix,#[fg=colour254]#[bg=colour31],#[fg=colour16]#[bg=colour254]}"
status_left2="#S #{?client_prefix,#[fg=colour31]#[bg=colour234]#[nobold],#[fg=colour254]#[bg=colour234]#[nobold]}"
set -qg status-left $status_left1' '$status_left2
set -qg status-right '%H:%M #[fg=colour16,bg=colour254]'
set -g @status_user "$USER"
set -qg status-right ' #[fg=colour244]#{@status_user}@#h'
Comment on lines +49 to +50
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change replaces the previous clock (%H:%M) in status-right with user@host, which removes the time display entirely. If the intent is to add user/host rather than replace the existing clock, consider appending/prepending user@host while keeping %H:%M so the status bar doesn’t regress in functionality.

Copilot uses AI. Check for mistakes.

# tmux config
set -g escape-time 10
Expand Down