Created
November 18, 2013 17:32
-
-
Save tonylegrone/7531840 to your computer and use it in GitHub Desktop.
This file contains 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 -g status-position top | |
set -g status-left-length 32 | |
set -g status-right-length 150 | |
set -g status-fg blue | |
set -g status-bg black | |
set -g window-status-activity-attr bold | |
set -g pane-border-fg brightgreen | |
set -g pane-active-border-fg brightgreen | |
set -g message-fg yellow | |
set -g message-bg black | |
set -g message-attr bold | |
set -g status-left '#[fg=brightwhite,bg=blue,bold] ❐ #S #[fg=blue,bg=brightyellow,nobold]#[fg=blue,bg=brightyellow,bold] #(whoami) #[fg=brightyellow,bg=black,nobold]' | |
set -g window-status-format "#[fg=black,bg=brightgreen]#[fg=yellow] #I #[fg=black,bg=brightgreen] #[fg=yellow,bg=brightgreen]#W #[bg=black,fg=brightgreen]" | |
set -g window-status-current-format "#[fg=black,bg=yellow]#[fg=black,bg=yellow,noreverse,bold] #I #W #[fg=yellow,bg=black,nobold]" | |
#set-option -g status-right '#(cat ~/.pomo_stat)' | |
set-option -g status-right '#(cat ~/.thyme-tmux) #[fg=yellow]%a %v %l:%M %p' | |
set-option -g status-interval 1 | |
set -g display-panes-time 5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment