Files
dotfiles/tmux.conf
2022-10-11 08:17:29 +02:00

7 lines
169 B
Bash

set -g status-bg black
set -g status-fg white
set-window-option -g window-status-style fg=colour67
set -g status-left '#[default]'
set -g status-right '%H:%M %d/%m/%Y'