diff --git a/files/.tmux.conf b/files/.tmux.conf index 43a72cf..5bbae6d 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -41,7 +41,8 @@ set -g status-interval 1 set -g status-right-length 120 # set -g @net_speed_format 'D:%9s U:%9s' set -g @cpu_percentage_format '%5.1f%%' -set -g status-right 'CPU: #{cpu_percentage} #{prefix_highlight} %a %m/%d %H:%M' +set -g @ram_percentage_format '%5.1f%%' +set -g status-right 'CPU: #{cpu_percentage} MEM: #{ram_percentage} #{prefix_highlight} %a %m/%d %H:%M' # set -g status-right 'CPU: #{cpu_percentage} MEM: #(/usr/local/bin/tmux-mem --format " :percent") #{net_speed} #{prefix_highlight} %a %m/%d %H:%M' # set -g status-right '#(~/.tmux/plugins/tmux-mem-cpu-load/tmux-mem-cpu-load --powerline-right --interval 2) #{prefix_highlight} %a %m/%d %H:%M'