Update docs to include weather options

This commit is contained in:
Rojo 2022-03-27 23:28:41 +02:00 committed by GitHub
parent bb92bb5e64
commit 7706970741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,9 +201,20 @@ set -g @dracula-git-no-repo-message ""
#### weather options
Switch from default fahrenheit to celsius
Switch from default fahrenheit to celsius (default: Fahrenheit)
```bash
set -g @dracula-show-fahrenheit false
```
Set your location manually (default: it tries to guess your location with your IP)
```bash
set -g @dracula-fixed-location "Some City"
```
Hide your location (default: true)
```bash
set -g @dracula-show-location false
```