about summary refs log tree commit diff
path: root/dotfiles
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-04-05 00:51:35 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-04-05 00:51:35 +0200
commit85d8059d1ae85aade35e2a08d726d3a76d00fe70 (patch)
treeb3e35d3097b7217defb6ee0870d5ac198be2f19d /dotfiles
parentHosts: Home: Add zsh vi mode plugin (diff)
downloadnixos-config-85d8059d1ae85aade35e2a08d726d3a76d00fe70.tar.gz
nixos-config-85d8059d1ae85aade35e2a08d726d3a76d00fe70.tar.bz2
nixos-config-85d8059d1ae85aade35e2a08d726d3a76d00fe70.zip
Dotfiles: Tmux: Set pane active border style to blue
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf
index b14db0b..ee1e78a 100644
--- a/dotfiles/tmux.conf
+++ b/dotfiles/tmux.conf
@@ -51,8 +51,9 @@ set -g @resurrect-capture-pane-contents 'on'
 set -g @resurrect-hook-post-save-all "sed 's/--cmd[^ ]* [^ ]* [^ ]*//g' $resurrect_dir/last | sponge $resurrect_dir/last"
 set -g @resurrect-strategy-nvim 'session'
 set -g @resurrect-processes '"~nvim"'
-set -g @catppuccin_window_default_text "#{?#{==:#{pane_current_command},zsh},#{b:pane_current_path},#{pane_current_command}}"
+set -g @catppuccin_window_default_text "#{?#{==:#{pane_current_command},zsh},#{b:pane_current_path},#{pane_current_command}}" # Set the window title to the process name or the current path if its a zsh shell
 set -g @catppuccin_window_current_text "#{?#{==:#{pane_current_command},zsh},#{b:pane_current_path},#{pane_current_command}}"
+set -g @catppuccin_pane_active_border_style "fg=#89b4fa"
 set -g @catppuccin_flavour 'mocha'
 set -g @continuum-restore 'on'
 set -g @continuum-save-interval 4