Change tmux update interval to 10 seconds

This commit is contained in:
Kaholaz 2023-02-20 02:11:52 +01:00
parent b7d18128b6
commit 446918ba7c
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -35,7 +35,7 @@ set -g default-terminal "screen-256color"
set -g @plugin 'tinted-theming/base16-tmux'
set -g @plugin 'thewtex/tmux-mem-cpu-load'
set -g @colors-base16 'dracula'
set -g status-interval 1
set -g status-interval 10
# loud or quiet?
set -g visual-activity off