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