dotfiles/roles/shell_tmux/files/tmux_status.conf
Matej Focko cbbbe22173
chore: rename ‹shell› group of roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-12 16:51:53 +01:00

10 lines
360 B
Text

set -g status-bg colour0
set -g status-fg colour7
set -g status-left-length 20
set -g status-left '[#S@#[fg=colour13]#h#[fg=colour7]]'
set -g status-right ' [%Y%m%d %H:%M:%S]'
set -g status-interval 1
set -g status-justify centre
set -g status-position top
setw -g window-status-current-format '#[fg=colour2][#I|#W#F]'
setw -g window-status-format '[#I|#W#F]'