Add plugin for tmux-continuum status

This commit is contained in:
Aaron Kollasch 2022-10-28 03:11:39 -04:00
parent b603b24bd6
commit 5af1faa367
No known key found for this signature in database
GPG key ID: F813CAE853E39883
3 changed files with 101 additions and 1 deletions

View file

@ -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
```