From 907d6d79ce1fdfdab079197740846dc4d6ca53e7 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 13 Jun 2021 21:25:12 -0400 Subject: [PATCH] ENH put tmux bar at bottom for local session --- dot_config/tmux/{tmux.conf => tmux.conf.tmpl} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename dot_config/tmux/{tmux.conf => tmux.conf.tmpl} (95%) diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf.tmpl similarity index 95% rename from dot_config/tmux/tmux.conf rename to dot_config/tmux/tmux.conf.tmpl index 9519ee4..05cab39 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf.tmpl @@ -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" \ No newline at end of file +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 }} \ No newline at end of file