Created
August 9, 2014 23:11
-
-
Save mjswensen/a8dd60823f5f05484190 to your computer and use it in GitHub Desktop.
Friendlier, Tab-style tmux Status Bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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