mirror of
https://github.com/tmux-plugins/tmux-cpu.git
synced 2026-09-10 07:16:16 -04:00
Added swap option and ram
This commit is contained in:
parent
b8fc2616eb
commit
83d8f9d488
|
|
@ -57,7 +57,7 @@ Example:
|
|||
|
||||
```shell
|
||||
# in .tmux.conf
|
||||
set -g status-right '#{cpu_bg_color} CPU: #{cpu_icon} #{cpu_percentage} | %a %h-%d %H:%M '
|
||||
set -g status-right '#{cpu_bg_color} CPU: #{cpu_icon} #{cpu_percentage} | #{ram_bg_color} RAM: #{ram_icon} #{ram_percentage} | #{swap_bg_color} SWAP: #{swap_icon} #{swap_percentage} | %a %h-%d %H:%M '
|
||||
```
|
||||
|
||||
### Supported Options
|
||||
|
|
|
|||
Loading…
Reference in a new issue