Add tmux-ram-usage plugin
This commit is contained in:
parent
79068c40b3
commit
311da18dc2
3 changed files with 97 additions and 1 deletions
10
INSTALL.md
10
INSTALL.md
|
@ -48,7 +48,7 @@ To enable plugins set up the `@dracula-plugins` option in you `.tmux.conf` file,
|
|||
The order that you define the plugins will be the order on the status bar left to right.
|
||||
|
||||
```bash
|
||||
# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, network, network-bandwidth, network-ping, attached-clients, network-vpn, weather, time, spotify-tui, kubernetes-context
|
||||
# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, tmux-ram-usage, network, network-bandwidth, network-ping, attached-clients, network-vpn, weather, time, spotify-tui, kubernetes-context
|
||||
|
||||
set -g @dracula-plugins "cpu-usage gpu-usage ram-usage"
|
||||
```
|
||||
|
@ -161,6 +161,14 @@ Customize label
|
|||
set -g @dracula-ram-usage-label "RAM"
|
||||
```
|
||||
|
||||
#### tmux-ram-usage options
|
||||
|
||||
Customize label
|
||||
|
||||
```bash
|
||||
set -g @dracula-tmux-ram-usage-label "MEM"
|
||||
```
|
||||
|
||||
#### network-bandwidth
|
||||
|
||||
You can configure which network interface you want to view the bandwidth,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue