From 77069707413597ca8aad1bb1ce10cab47646f284 Mon Sep 17 00:00:00 2001 From: Rojo Date: Sun, 27 Mar 2022 23:28:41 +0200 Subject: [PATCH] Update docs to include weather options --- INSTALL.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index e9d092b..92cc66f 100644 --- a/INSTALL.md +++ b/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 +```