diff options
Diffstat (limited to 'dot-config')
| -rw-r--r-- | dot-config/tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot-config/tmux/tmux.conf b/dot-config/tmux/tmux.conf index cba76a3..23f4e89 100644 --- a/dot-config/tmux/tmux.conf +++ b/dot-config/tmux/tmux.conf @@ -9,9 +9,9 @@ set -g status-left " #S | " set -g window-status-format " #W " set -g window-status-current-format "<#W>" set -g status-left-length 30 -set -g status-right "#(acpi | cut -f 2-3 -d,) | #{user}@#H | %F | %T " +set -g status-right "#(acpi | cut -f 2-3 -d,) | #{user}@#H | %F | %R " set -g status-right-length 150 -set -g status-interval 1 +set -g status-interval 5 # Enable mouse set -g mouse on |
