Update docs to include weather options
This commit is contained in:
parent
bb92bb5e64
commit
7706970741
1 changed files with 12 additions and 1 deletions
13
INSTALL.md
13
INSTALL.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue