change to new tmux statusbar theme
This commit is contained in:
parent
1d594670de
commit
2a2991796d
1 changed files with 31 additions and 61 deletions
|
@ -54,7 +54,7 @@ set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
||||||
set -g @plugin 'Morantron/tmux-fingers'
|
set -g @plugin 'Morantron/tmux-fingers'
|
||||||
|
|
||||||
run "${TMUX_PLUGIN_MANAGER_PATH}/tpm/tpm"
|
run -b "${TMUX_PLUGIN_MANAGER_PATH}/tpm/tpm"
|
||||||
|
|
||||||
#####################
|
#####################
|
||||||
## 3. KEYBINDINGS ##
|
## 3. KEYBINDINGS ##
|
||||||
|
@ -121,71 +121,41 @@ bind-key t split-window -h 'vim ~/Documents/ROADMAP.md'
|
||||||
|
|
||||||
# Status update interval
|
# Status update interval
|
||||||
set -g status-interval 1
|
set -g status-interval 1
|
||||||
|
# Clock mode
|
||||||
|
set -g clock-mode-colour colour24
|
||||||
|
set -g clock-mode-style 24
|
||||||
|
|
||||||
# Basic status bar colors
|
|
||||||
set -g status-fg colour238
|
|
||||||
set -g status-bg colour233
|
|
||||||
|
|
||||||
# Left side of status bar
|
|
||||||
set -g status-left-bg colour233
|
|
||||||
set -g status-left-fg colour243
|
|
||||||
set -g status-left-length 40
|
|
||||||
set -g status-left "#[fg=colour232,bg=colour24,bold] #S #[fg=colour24,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]"
|
|
||||||
|
|
||||||
# Right side of status bar
|
|
||||||
set -g status-right-bg colour233
|
|
||||||
set -g status-right-fg colour243
|
|
||||||
set -g status-right-length 150
|
|
||||||
set -g status-right "#{prefix_highlight} #[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H "
|
|
||||||
# Sets both Prefix mode and Copy mode to be highlighted in the status bar.
|
# Sets both Prefix mode and Copy mode to be highlighted in the status bar.
|
||||||
set -g @prefix_highlight_show_copy_mode 'on'
|
set -g @prefix_highlight_show_copy_mode 'on'
|
||||||
set -g @prefix_highlight_copy_mode_attr 'fg=black,bg=yellow,bold' # default is 'fg=default,bg=yellow'
|
set -g @prefix_highlight_copy_mode_attr 'fg=black,bg=yellow,bold' # default is 'fg=default,bg=yellow'
|
||||||
set -g @prefix_highlight_prefix_prompt 'Command'
|
set -g @prefix_highlight_prefix_prompt 'Command'
|
||||||
set -g @prefix_highlight_copy_prompt 'Copy'
|
set -g @prefix_highlight_copy_prompt 'Copy'
|
||||||
|
|
||||||
# Window status
|
# This tmux statusbar config was created by tmuxline.vim
|
||||||
set -g window-status-format " #I:#W#F "
|
# on Wed, 13 Mar 2019
|
||||||
set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour33,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]"
|
|
||||||
|
|
||||||
# Current window status
|
|
||||||
set -g window-status-current-bg colour100
|
|
||||||
set -g window-status-current-fg colour235
|
|
||||||
|
|
||||||
# Window with activity status
|
|
||||||
set -g window-status-activity-bg colour245 # fg and bg are flipped here due to
|
|
||||||
set -g window-status-activity-fg colour233 # a bug in tmux
|
|
||||||
|
|
||||||
# Window separator
|
|
||||||
set -g window-status-separator ""
|
|
||||||
|
|
||||||
# Window status alignment
|
|
||||||
set -g status-justify centre
|
|
||||||
|
|
||||||
# Pane border
|
|
||||||
set -g pane-border-bg default
|
|
||||||
set -g pane-border-fg colour238
|
|
||||||
|
|
||||||
# Active pane border
|
|
||||||
set -g pane-active-border-bg default
|
|
||||||
set -g pane-active-border-fg colour24
|
|
||||||
|
|
||||||
# Pane number indicator
|
|
||||||
set -g display-panes-colour colour233
|
|
||||||
set -g display-panes-active-colour colour245
|
|
||||||
|
|
||||||
# Clock mode
|
|
||||||
set -g clock-mode-colour colour24
|
|
||||||
set -g clock-mode-style 24
|
|
||||||
|
|
||||||
# Message
|
|
||||||
set -g message-bg colour24
|
|
||||||
set -g message-fg black
|
|
||||||
|
|
||||||
# Command message
|
|
||||||
set -g message-command-bg colour233
|
|
||||||
set -g message-command-fg black
|
|
||||||
|
|
||||||
# Mode
|
|
||||||
set -g mode-bg colour24
|
|
||||||
set -g mode-fg colour231
|
|
||||||
|
|
||||||
|
set -g status-justify "centre"
|
||||||
|
set -g status "on"
|
||||||
|
set -g status-attr "none"
|
||||||
|
set -g message-command-bg "#2e2e2e"
|
||||||
|
set -g status-left-length "100"
|
||||||
|
set -g pane-active-border-fg "#2e2e2e"
|
||||||
|
set -g status-bg "#2e2e2e"
|
||||||
|
set -g message-command-fg "#c8c8c8"
|
||||||
|
set -g pane-border-fg "#2e2e2e"
|
||||||
|
set -g message-bg "#2e2e2e"
|
||||||
|
set -g status-left-attr "none"
|
||||||
|
set -g status-right-attr "none"
|
||||||
|
set -g status-right-length "100"
|
||||||
|
set -g message-fg "#c8c8c8"
|
||||||
|
setw -g window-status-fg "#c8c8c8"
|
||||||
|
setw -g window-status-attr "none"
|
||||||
|
setw -g window-status-activity-bg "#2e2e2e"
|
||||||
|
setw -g window-status-activity-attr "underscore"
|
||||||
|
setw -g window-status-activity-fg "#c8c8c8"
|
||||||
|
setw -g window-status-separator ""
|
||||||
|
setw -g window-status-bg "#2e2e2e"
|
||||||
|
set -g status-left "#[fg=#c8c8c8,bg=#2e2e2e] #S #[fg=#2e2e2e,bg=#2e2e2e,nobold,nounderscore,noitalics]#[fg=#c8c8c8,bg=#2e2e2e] #(whoami) #[fg=#2e2e2e,bg=#2e2e2e,nobold,nounderscore,noitalics]#[fg=#c8c8c8,bg=#2e2e2e] #I:#P #[fg=#2e2e2e,bg=#2e2e2e,nobold,nounderscore,noitalics]"
|
||||||
|
set -g status-right "#[fg=#2e2e2e,bg=#2e2e2e,nobold,nounderscore,noitalics]#{prefix_highlight}#[fg=#c8c8c8,bg=#2e2e2e] %H:%M:%S #[fg=#2e2e2e,bg=#2e2e2e,nobold,nounderscore,noitalics]#[fg=#c8c8c8,bg=#2e2e2e] %d-%b-%y #[fg=#2e2e2e,bg=#2e2e2e,nobold,nounderscore,noitalics]#[fg=#c8c8c8,bg=#2e2e2e] #H "
|
||||||
|
setw -g window-status-format "#[fg=#2e2e2e,bg=#2e2e2e,nobold,nounderscore,noitalics]#[default] #I #W #[fg=#2e2e2e,bg=#2e2e2e,nobold,nounderscore,noitalics]"
|
||||||
|
setw -g window-status-current-format "#[fg=#2e2e2e,bg=#2e2e2e,nobold,nounderscore,noitalics]#[fg=#c8c8c8,bg=#2e2e2e] #I #W #[fg=#2e2e2e,bg=#2e2e2e,nobold,nounderscore,noitalics]"
|
||||||
|
|
Loading…
Reference in a new issue