Merge pull request #156 from rojosinalma/tmux_doc_options

This commit is contained in:
Ethan Edwards 2022-07-13 12:18:22 -04:00 committed by GitHub
commit d7b836ad27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,3 +215,14 @@ Switch from default fahrenheit to celsius
set -g @dracula-show-fahrenheit false
```
Set your location manually
```bash
set -g @dracula-fixed-location "Some City"
```
Hide your location
```bash
set -g @dracula-show-location false
```