From f6037156b9c18f26077cafe8a98c93c83fd2c748 Mon Sep 17 00:00:00 2001 From: Konano Date: Fri, 8 Nov 2024 13:56:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(.tmux.conf):=20=E6=B7=BB=E5=8A=A0=E5=86=85?= =?UTF-8?q?=E5=AD=98=E4=BD=BF=E7=94=A8=E7=99=BE=E5=88=86=E6=AF=94=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=88=B0=E7=8A=B6=E6=80=81=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'