diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-12-03 22:29:05 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-12-03 22:29:05 +0200 |
| commit | ff66c93966c3be1ef67d1a06335a5c36eb587bf3 (patch) | |
| tree | 00632b713a4c90a0e13279a9f49ef34e564b1271 /.config/tmux/tmux.conf | |
| parent | 35379500c06fa207842cb78cb3293eed1a742049 (diff) | |
| download | dotfiles-ff66c93966c3be1ef67d1a06335a5c36eb587bf3.tar.gz dotfiles-ff66c93966c3be1ef67d1a06335a5c36eb587bf3.zip | |
Add left-status script to show ip address, memory usage and if connected to a vpn
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8130c7f..9822a73 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -224,6 +224,15 @@ set-option -sa terminal-overrides ",xterm*:Tc,alacritty*:Tc" #set -g status-left-length 90 #set -g status-right-length 90 #set -g status-justify centre +set -g status-justify centre +set -g status on +set -g status-interval 1 + + +# Scripts +set -g status-left-length 50 +set -g status-left-style default +set -g status-left "#h #( ~/.config/tmux/left-status.sh )" # list of plugins set -g @plugin 'tmux-plugins/tpm' @@ -233,6 +242,7 @@ set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'christoomey/vim-tmux-navigator' #set -g @plugin 'tmux-plugins/tmux-yank' + # Plugins settings # Plugin to save and restore tmux sessions after restart # * Save with: prefix + Ctrl-s |
