tmux: change UI color between working machines and others
This commit is contained in:
parent
503b857e21
commit
d3713d1b75
@ -83,19 +83,18 @@ bind-key p run "xsel -o | tmux load-buffer - ; tmux paste-buffer"
|
|||||||
# Aesthetic
|
# Aesthetic
|
||||||
###########################
|
###########################
|
||||||
|
|
||||||
# pane border
|
|
||||||
{{- 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
|
||||||
{{- else }}
|
|
||||||
set -g pane-active-border-style fg=red
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
# message/command bar
|
|
||||||
set -g message-command-style 'fg=#cccccc bg=#333333 bold'
|
set -g message-command-style 'fg=#cccccc bg=#333333 bold'
|
||||||
set -g message-style 'fg=#cccccc bg=#333333 bold'
|
set -g message-style 'fg=#cccccc bg=#333333 bold'
|
||||||
|
|
||||||
# status bar
|
|
||||||
set -g status off
|
set -g status off
|
||||||
|
{{- else }}
|
||||||
|
set -g pane-active-border-style fg=red
|
||||||
|
set -g message-command-style 'fg=black bg=magenta bold'
|
||||||
|
set -g message-style 'fg=black bg=magenta bold'
|
||||||
|
set -g status on
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-bg '#333333'
|
set -g status-bg '#333333'
|
||||||
set -g status-fg '#cccccc'
|
set -g status-fg '#cccccc'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user