Created
April 6, 2015 18:08
-
-
Save meskarune/dc59be80b7131c020f7b to your computer and use it in GitHub Desktop.
include this fine in .tmux.conf with source ~/.tmux_prompt
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-bg "colour236" | |
set -g message-command-fg "colour253" | |
set -g status-justify "left" | |
set -g status-left-length "100" | |
set -g status "on" | |
set -g pane-active-border-fg "colour109" | |
set -g message-bg "colour239" | |
set -g status-right-length "100" | |
set -g status-right-attr "none" | |
set -g message-fg "colour253" | |
set -g message-command-bg "colour239" | |
set -g status-attr "none" | |
set -g status-utf8 "on" | |
set -g pane-border-fg "colour239" | |
set -g status-left-attr "none" | |
setw -g window-status-fg "colour244" | |
setw -g window-status-attr "none" | |
setw -g window-status-activity-bg "colour236" | |
setw -g window-status-activity-attr "none" | |
setw -g window-status-activity-fg "colour109" | |
setw -g window-status-separator "" | |
setw -g window-status-bg "colour236" | |
set -g status-left "#[fg=colour236,bg=colour109] #S #[fg=colour109,bg=colour236,nobold,nounderscore,noitalics]" | |
set -g status-right "#[fg=colour239,bg=colour236,nobold,nounderscore,noitalics]#[fg=colour248,bg=colour239] %Y-%m-%d %H:%M #[fg=colour109,bg=colour239,nobold,nounderscore,noitalics]#[fg=colour236,bg=colour109] #h " | |
setw -g window-status-format "#[fg=colour244,bg=colour236] #I #[fg=colour244,bg=colour236] #W " | |
setw -g window-status-current-format "#[fg=colour236,bg=colour239,nobold,nounderscore,noitalics]#[fg=colour253,bg=colour239] #I #[fg=colour253,bg=colour239] #W #[fg=colour239,bg=colour236,nobold,nounderscore,noitalics]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment