diff options
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 2 | ||||
| -rw-r--r-- | dotfiles/tmux/tmux.conf | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish index 173ea7c..827c062 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -17,7 +17,7 @@ function update::tools go install golang.org/x/tools/cmd/goimports@latest & set -a pids $last_pid - for hexai in hexai hexai-lsp hexai-tmux-action + for prog in hexai hexai-lsp hexai-tmux-action echo "Installing/updating $prog from codeberg.org/snonux/hexai/cmd/$prog@latest" go install codeberg.org/snonux/hexai/cmd/$prog@latest & set -a pids $last_pid diff --git a/dotfiles/tmux/tmux.conf b/dotfiles/tmux/tmux.conf index 9745f9d..42c5386 100644 --- a/dotfiles/tmux/tmux.conf +++ b/dotfiles/tmux/tmux.conf @@ -25,4 +25,8 @@ bind-key P setw synchronize-panes on bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded" bind-key T choose-tree -set-option -g pane-active-border-style fg=red,bold +set-option -g pane-active-border-style fg=magenta,bold + +set -g status-right '#{@hexai_status} #[fg=colour8]| %H:%M' +set -g status-right-length 120 +set-environment -g HEXAI_TMUX_STATUS_THEME white-on-purple |
