tmux-mem-cpu-load
add tmux-mem-cpu-load https://github.com/thewtex/tmux-mem-cpu-load
This commit is contained in:
@@ -20,6 +20,9 @@ export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$
|
|||||||
export CLICOLOR=1
|
export CLICOLOR=1
|
||||||
export LSCOLORS=ExFxBxDxCxegedabagacad
|
export LSCOLORS=ExFxBxDxCxegedabagacad
|
||||||
|
|
||||||
|
#defaults
|
||||||
|
export EDITOR=vim
|
||||||
|
|
||||||
# check the window size after each command and, if necessary,
|
# check the window size after each command and, if necessary,
|
||||||
# update the values of LINES and COLUMNS.
|
# update the values of LINES and COLUMNS.
|
||||||
shopt -s checkwinsize
|
shopt -s checkwinsize
|
||||||
|
|||||||
@@ -44,14 +44,15 @@ set -g pane-active-border-fg colour51
|
|||||||
# status line
|
# status line
|
||||||
set -g status-utf8 on
|
set -g status-utf8 on
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
set -g status-interval 2
|
set -g status-interval 1
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-bg colour234
|
set -g status-bg colour234
|
||||||
set -g status-fg colour137
|
set -g status-fg colour137
|
||||||
set -g status-attr dim
|
set -g status-attr dim
|
||||||
set -g status-left ''
|
set -g status-left ''
|
||||||
set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S '
|
set -g status-right "#[fg=colour233,bg=colour245,bold] #(tmux-mem-cpu-load -g 5 --interval 1) %H:%M:%S "
|
||||||
set -g status-right-length 50
|
|
||||||
|
set -g status-right-length 60
|
||||||
set -g status-left-length 20
|
set -g status-left-length 20
|
||||||
|
|
||||||
# messaging
|
# messaging
|
||||||
|
|||||||
Reference in New Issue
Block a user