From 3172c4039b84ebf8e92b1d419f70c5b583e89f33 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 8 Sep 2025 12:26:02 +0300 Subject: Update --- dotfiles/fish/conf.d/update.fish | 2 +- 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 -- cgit v1.2.3