ENH don't use split config
This commit is contained in:
parent
558176141f
commit
38ffc19819
|
@ -1,2 +1 @@
|
|||
# remote tmux status bars go on bottom
|
||||
set -g status-position bottom
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue