tmux/status

This commit is contained in:
Marc Beninca 2025-01-17 12:35:21 +01:00
parent 8b69b41d17
commit 89b4110c44
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -17,12 +17,13 @@ set -g renumber-windows on
#set -g set-titles on
#set -g set-titles-string '#(pwd)'
#set -g status-bg black
#set -g status-fg gray
#set -g status-interval 1
#set -g status-left ''
#set -g status-position top
#set -g status-right '| #{session_name} | %Y/%m/%d %H:%M:%S'
# status bar
set -g status-bg black
set -g status-fg gray
set -g status-interval 1
set -g status-left ''
set -g status-position top
set -g status-right '| #{session_name} | %Y/%m/%d %H:%M:%S'
#set -g window-status-activity-style bg=black,fg=red
#set -g window-status-separator ' | '