-
Notifications
You must be signed in to change notification settings - Fork 3
/
tmuxline
19 lines (18 loc) · 1.04 KB
/
tmuxline
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
set -g status-justify "left"
set -g status "on"
set -g status-left-style "none"
set -g message-command-style "fg=colour253,bg=colour59"
set -g status-right-style "none"
set -g pane-active-border-style "fg=colour29"
set -g status-style "none,bg=colour0"
set -g message-style "fg=colour253,bg=colour59"
set -g pane-border-style "fg=colour59"
set -g status-right-length "200"
set -g status-left-length "200"
setw -g window-status-activity-style "none"
setw -g window-status-separator ""
setw -g window-status-style "none,fg=colour203,bg=colour0"
set -g status-left "#[fg=colour0,bg=colour4] #S #[fg=colour2,bg=colour0,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=colour2,bg=colour0,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour2] %Y-%m-%d #[fg=colour0,bg=colour4] %H:%M #[fg=colour0,bg=colour1] #h "
setw -g window-status-format "#[fg=colour2,bg=colour0] #I | #W "
setw -g window-status-current-format "#[fg=colour0,bg=colour2,nobold,nounderscore,noitalics] #[fg=colour0,bg=colour2] #I | #W #[fg=colour2,bg=colour0,nobold,nounderscore,noitalics] "