Skip to content

Instantly share code, notes, and snippets.

@mjswensen
Created August 9, 2014 23:11
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mjswensen/a8dd60823f5f05484190 to your computer and use it in GitHub Desktop.
Save mjswensen/a8dd60823f5f05484190 to your computer and use it in GitHub Desktop.
Friendlier, Tab-style tmux Status Bar
set-window-option -g status-left " #S "
set-window-option -g status-left-fg black
set-window-option -g status-left-bg white
set-window-option -g status-right " %H:%M %d-%b-%y "
set-window-option -g status-right-fg black
set-window-option -g status-right-bg white
set-window-option -g window-status-format " #I: #W "
set-window-option -g window-status-current-format " #I: #W "
set-window-option -g window-status-current-fg green
set-window-option -g window-status-current-bg black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment