-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtmuxline.conf
23 lines (22 loc) · 1.39 KB
/
tmuxline.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# tmux statusbar config
# Most parts of this file were created by tmuxline.vim (using :Tmuxline airline), and modified per
# needs. Load this file in .tmux.conf so that we do not need to open vim to modify the tmux
# statusbar.
set -g status-justify "left"
set -g status "on"
set -g status-left-style "none"
set -g message-command-style "fg=#eee8d5,bg=#93a1a1"
set -g status-right-style "none"
set -g pane-active-border-style "fg=#657b83"
set -g status-style "none,bg=#eee8d5"
set -g message-style "fg=#eee8d5,bg=#93a1a1"
set -g pane-border-style "fg=#93a1a1"
set -g status-right-length "100"
set -g status-left-length "100"
setw -g window-status-activity-style "none"
setw -g window-status-separator ""
setw -g window-status-style "none,fg=#93a1a1,bg=#eee8d5"
set -g status-left "#[fg=#eee8d5,bg=#657b83,bold] #S #[fg=#657b83,bg=#eee8d5,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#93a1a1,bg=#eee8d5,nobold,nounderscore,noitalics]#[fg=#eee8d5,bg=#93a1a1] %m/%d | %H:%M | #(TZ=UTC date +%%H:%%M) #{battery_status_bg} #{battery_percentage} #[fg=#657b83,bg=#93a1a1,nobold,nounderscore,noitalics]#[fg=#eee8d5,bg=#657b83]"
setw -g window-status-format "#[fg=#93a1a1,bg=#eee8d5] #I|#[fg=#93a1a1,bg=#eee8d5]#W "
setw -g window-status-current-format "#[fg=#eee8d5,bg=#93a1a1,nobold,nounderscore,noitalics]#[fg=#eee8d5,bg=#93a1a1] #I|#[fg=#eee8d5,bg=#93a1a1]#W #[fg=#93a1a1,bg=#eee8d5,nobold,nounderscore,noitalics]"