diff --git a/tmux.conf b/tmux.conf index f25749f..69311e2 100644 --- a/tmux.conf +++ b/tmux.conf @@ -28,7 +28,7 @@ set -g repeat-time 0 set -g status-style bg=black set -g status-left " #S " set -g status-left-style bg=green,fg=black -set -g status-right "#[bg=red,fg=white] #h #[bg=blue,fg=white] %H:%M %Y-%m-%d #[default]" +set -g status-right "#[bg=red,fg=white] #h #[bg=blue,fg=white] %a %b %e, %R #[default]" # Start window and pane indexing from 1 instead of 0 set -g base-index 1