ENH don't use split config

This commit is contained in:
Nathan Dwarshuis 2021-06-13 21:48:18 -04:00
parent 558176141f
commit 38ffc19819
2 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1 @@
# remote tmux status bars go on bottom
set -g status-position bottom
# remote tmux status bars go on bottom

View File

@ -75,5 +75,8 @@ wg_is_keys_off="#[fg=$color_light,bg=$color_window_off_indicator]#([ $(tmux show
# the sysstat stuff comes from a plugin (https://github.com/samoshkin/tmux-plugin-sysstat)
set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host"
# special stuff for remote sessions
if-shell 'test -n "$SSH_CLIENT"' 'source-file ~/.config/tmux/tmux.remote.conf'
{{- if eq .chezmoi.hostname "petrucci4prez" }}
set -g status-position top
{{- else }}
set -g status-position bottom
{{ end }}