Updated tmux conf

This commit is contained in:
Christoffer Martinsson 2023-05-29 19:20:12 +02:00
parent 5f6057da2f
commit 1af5247264

View File

@ -19,7 +19,7 @@ set -g status-interval 2
set -g status-bg black
set -g status-fg brightblack
set -g status-left ''
set -g status-right ' #($TMUX_PLUGIN_MANAGER_PATH/tmux-mem-cpu-load/tmux-mem-cpu-load --interval 2) | %H:%M | %d-%b-%Y'
set -g status-right '#($TMUX_PLUGIN_MANAGER_PATH/tmux-mem-cpu-load/tmux-mem-cpu-load -g 0 --interval 2) | %H:%M | %d-%b-%Y'
set -g status-right-length 100
# Use normal and bright monochrome colors to show a tab line on the left.