-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tmuxline
21 lines (20 loc) · 1.49 KB
/
.tmuxline
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This tmux statusbar config was created by tmuxline.vim
# on Tue, 24 Dec 2019
set -g status-justify "centre"
set -g status "on"
set -g status-left-style "none"
set -g message-command-style "fg=#bcc4d1,bg=#3b3e48"
set -g status-right-style "none"
set -g pane-active-border-style "fg=#d898eb"
set -g status-style "none,bg=#2c2e34"
set -g message-style "fg=#bcc4d1,bg=#3b3e48"
set -g pane-border-style "fg=#3b3e48"
set -g status-right-length "100"
set -g status-left-length "100"
setw -g window-status-activity-style "none,fg=#d898eb,bg=#2c2e34"
setw -g window-status-separator ""
setw -g window-status-style "none,fg=#bcc4d1,bg=#2c2e34"
set -g status-left "#[fg=#262729,bg=#d898eb] #S #[fg=#d898eb,bg=#2c2e34,nobold,nounderscore,noitalics]#[fg=#bcc4d1,bg=#2c2e34] #(whoami) #(uptime | cut -d \" \" -f 1,2,3) #[fg=#2c2e34,bg=#2c2e34,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#2c2e34,bg=#2c2e34,nobold,nounderscore,noitalics]#[fg=#bcc4d1,bg=#2c2e34] #(date) #[fg=#3b3e48,bg=#2c2e34,nobold,nounderscore,noitalics]#[fg=#bcc4d1,bg=#3b3e48] %R %a #[fg=#d898eb,bg=#3b3e48,nobold,nounderscore,noitalics]#[fg=#262729,bg=#d898eb] #H "
setw -g window-status-format "#[fg=#2c2e34,bg=#2c2e34,nobold,nounderscore,noitalics]#[default] #I #W #[fg=#2c2e34,bg=#2c2e34,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#2c2e34,bg=#3b3e48,nobold,nounderscore,noitalics]#[fg=#bcc4d1,bg=#3b3e48] #I #W #F #[fg=#3b3e48,bg=#2c2e34,nobold,nounderscore,noitalics]"