Added synchronize-panes plugin
This commit is contained in:
parent
cce69791b6
commit
09a96946ff
5 changed files with 53 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, weather, time
|
||||
# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, network, network-bandwidth, weather, time, synchronize-panes
|
||||
set -g @dracula-plugins "cpu-usage gpu-usage ram-usage"
|
||||
```
|
||||
|
||||
|
@ -189,3 +189,11 @@ Switch from default fahrenheit to celsius
|
|||
set -g @dracula-show-fahrenheit false
|
||||
```
|
||||
|
||||
|
||||
#### synchronize-panes options
|
||||
|
||||
Customize label
|
||||
|
||||
```bash
|
||||
set -g @dracula-synchronize-panes-label "Sync"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue