Skip to content

Commit 19e3e74

Browse files
committed
Document synchronize-panes auto-hide feature in CONFIG.md
1 parent bdecfc6 commit 19e3e74

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/CONFIG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,13 @@ set -g @dracula-synchronize-panes-label "Sync"
812812

813813
`set -g @dracula-refresh-rate 5` affects this widget
814814

815+
Set the following variable to auto-hide this label when sync is `off`:
816+
817+
```bash
818+
set -g @dracula-synchronize-panes-auto-hide true # Defaults to 'false'
819+
set -g @dracula-synchronize-panes-refresh-rate "0.5" # Defaults to no value
820+
```
821+
815822
### sys-temp - [up](#table-of-contents)
816823

817824
This widget displays the system temperature.

0 commit comments

Comments
 (0)