ENH put tmux bar at bottom for local session
This commit is contained in:
parent
b58d4e42f7
commit
907d6d79ce
|
@ -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 }}
|
Loading…
Reference in New Issue