Add plugin for tmux-continuum status
This commit is contained in:
parent
b603b24bd6
commit
5af1faa367
3 changed files with 101 additions and 1 deletions
23
INSTALL.md
23
INSTALL.md
|
@ -318,4 +318,25 @@ Set the label when there is one client, or more than one client
|
|||
```bash
|
||||
set -g @dracula-clients-singular client
|
||||
set -g @dracula-clients-plural clients
|
||||
```
|
||||
```
|
||||
|
||||
#### continuum options
|
||||
|
||||
Hide output if no save has been performed recently
|
||||
(otherwise, show the continuum save interval)
|
||||
|
||||
```bash
|
||||
set -g @dracula-continuum-mode alert
|
||||
```
|
||||
|
||||
Show the time since the last continuum save
|
||||
|
||||
```bash
|
||||
set -g @dracula-continuum-mode time
|
||||
```
|
||||
|
||||
In alert mode, show if a the last save was performed less then one minute ago (default is 15 seconds)
|
||||
|
||||
```bash
|
||||
set -g @dracula-continuum-time-threshold 60
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue