Compare commits
No commits in common. "74d0dbec9933e57bf8c516c7ddce360780fecc84" and "e237fda3471270636efde81f7064b22405278ab4" have entirely different histories.
74d0dbec99
...
e237fda347
@ -85,24 +85,24 @@ bind-key p run "xsel -o | tmux load-buffer - ; tmux paste-buffer"
|
|||||||
|
|
||||||
{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz")) }}
|
{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz")) }}
|
||||||
set -g pane-active-border-style fg=yellow
|
set -g pane-active-border-style fg=yellow
|
||||||
set -g message-command-style 'fg=#eeeeee bg=#333333 bold'
|
set -g message-command-style 'fg=#cccccc bg=#333333 bold'
|
||||||
set -g message-style 'fg=#eeeeee bg=#333333 bold'
|
set -g message-style 'fg=#cccccc bg=#333333 bold'
|
||||||
set -g status off
|
set -g status off
|
||||||
set -g status-position top
|
set -g status-position bottom
|
||||||
set -g status-bg '#333333'
|
set -g status-bg '#333333'
|
||||||
set -g status-fg '#eeeeee'
|
set -g status-fg '#cccccc'
|
||||||
set -g status-left ''
|
set -g status-left ''
|
||||||
set -g status-right ''
|
set -g status-right ''
|
||||||
set -g window-status-format ''
|
set -g window-status-format ''
|
||||||
set -g window-status-current-format ''
|
set -g window-status-current-format ''
|
||||||
{{- else }}
|
{{- else }}
|
||||||
set -g pane-active-border-style fg=red
|
set -g pane-active-border-style fg=red
|
||||||
set -g message-command-style 'fg=#eeeeee bg=#5b7d78 bold'
|
set -g message-command-style 'fg=#cccccc bg=#5b7d78 bold'
|
||||||
set -g message-style 'fg=#eeeeee bg=#5b7d78 bold'
|
set -g message-style 'fg=#cccccc bg=#5b7d78 bold'
|
||||||
set -g status on
|
set -g status on
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-bg '#5b7d78'
|
set -g status-bg '#5b7d78'
|
||||||
set -g status-fg '#eeeeee'
|
set -g status-fg '#cccccc'
|
||||||
set -g status-right '#[bold][#H]'
|
set -g status-right '#[bold][#H]'
|
||||||
set -g window-status-format ''
|
set -g window-status-format ''
|
||||||
set -g window-status-current-format ''
|
set -g window-status-current-format ''
|
||||||
@ -122,12 +122,18 @@ bind -T root M-q \
|
|||||||
set key-table off \;\
|
set key-table off \;\
|
||||||
set status on \;\
|
set status on \;\
|
||||||
set status-right '#[bold align=centre]DIVING'
|
set status-right '#[bold align=centre]DIVING'
|
||||||
|
set -g status-position top
|
||||||
|
set -g status-bg '#5b7d78'
|
||||||
|
set -g status-fg '#cccccc'
|
||||||
|
|
||||||
bind -T off M-q \
|
bind -T off M-q \
|
||||||
set -u prefix \;\
|
set -u prefix \;\
|
||||||
set -u key-table \;\
|
set -u key-table \;\
|
||||||
set -u status off \;\
|
set -u status off \;\
|
||||||
set status-right ''
|
set status-right ''
|
||||||
|
set -g status-position bottom
|
||||||
|
set -g status-bg '#333333'
|
||||||
|
set -g status-fg '#cccccc'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user