tmux statusline
This commit is contained in:
parent
c50e566d13
commit
2cac64c157
|
@ -1,32 +1,17 @@
|
|||
# stolen from: https://github.com/craftzdog/dotfiles-public/blob/master/.config/tmux/statusline.conf
|
||||
# vim: ft=tmux
|
||||
set -g mode-style "fg=#eee8d5,bg=#69caf0"
|
||||
# general
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
set -g message-style "fg=#eee8d5,bg=#073642"
|
||||
set -g message-command-style "fg=#eee8d5,bg=#073642"
|
||||
# left status
|
||||
set-window-option -g status-left " #S "
|
||||
set-window-option -g status-left-style "fg=green bg=black"
|
||||
|
||||
set -g pane-border-style "fg=#073642"
|
||||
set -g pane-active-border-style "fg=#69caf0"
|
||||
# right status
|
||||
set-window-option -g status-right " %I:%M%p %d-%b-%y "
|
||||
set-window-option -g status-right-style "fg=green bg=black"
|
||||
|
||||
set -g status "on"
|
||||
set -g status-interval 1
|
||||
set -g status-justify "left"
|
||||
# ianctive windows
|
||||
set-window-option -g window-status-format " #I: #W "
|
||||
|
||||
set -g status-style "fg=#586e75,bg=#073642"
|
||||
|
||||
set -g status-bg "#002b36"
|
||||
|
||||
set -g status-left-length "100"
|
||||
set -g status-right-length "100"
|
||||
|
||||
set -g status-left-style NONE
|
||||
set -g status-right-style NONE
|
||||
|
||||
set -g status-left "#[fg=#073642,bg=#69faf0,bold] #S #[fg=#eee8d5,bg=#93a1a1,nobold,nounderscore,noitalics]#[fg=#15161E,bg=#93a1a1,bold] #(whoami) #[fg=#93a1a1,bg=#002b36]"
|
||||
set -g status-right "#[fg=#586e75,bg=#002b36,nobold,nounderscore,noitalics]#[fg=#93a1a1,bg=#586e75]#[fg=#657b83,bg=#586e75,nobold,nounderscore,noitalics]#[fg=#93a1a1,bg=#657b83]#[fg=#93a1a1,bg=#657b83,nobold,nounderscore,noitalics]#[fg=#15161E,bg=#93a1a1,bold] #h "
|
||||
|
||||
setw -g window-status-activity-style "underscore,fg=#839496,bg=#69caf0"
|
||||
setw -g window-status-separator ""
|
||||
setw -g window-status-style "NONE,fg=#839496,bg=#69caf0"
|
||||
setw -g window-status-format '#[fg=#002b36,bg=#69caf0]#[default] #I #{b:pane_current_path} #[fg=#002b36,bg=#002b36,nobold,nounderscore,noitalics]'
|
||||
setw -g window-status-current-format '#[fg=#002b36,bg=#eee8d5]#[fg=#b58900,bg=#eee8d5] #I #[fg=#eee8d5,bg=#69caf0] #{b:pane_current_path} #[fg=#b58900,bg=#69caf0,6nobold]'
|
||||
# active windows
|
||||
set-window-option -g window-status-current-format " #I: #W "
|
||||
set-window-option -g window-status-current-style "bg=black fg=green bright"
|
||||
|
|
Loading…
Reference in New Issue