ENH put tmux bar at bottom for local session

This commit is contained in:
Nathan Dwarshuis 2021-06-13 21:25:12 -04:00
parent b58d4e42f7
commit 907d6d79ce
1 changed files with 5 additions and 1 deletions

View File

@ -73,4 +73,8 @@ wg_is_keys_off="#[fg=$color_light,bg=$color_window_off_indicator]#([ $(tmux show
# a status indicator to the right (which shows nothing, and idk if I really care about)
# 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"
set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host"
{{- if eq .chezmoi.hostname "petrucci4prez" }}
set -g status-position bottom
{{- end }}