From 77069707413597ca8aad1bb1ce10cab47646f284 Mon Sep 17 00:00:00 2001 From: Rojo Date: Sun, 27 Mar 2022 23:28:41 +0200 Subject: [PATCH 1/3] 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 +``` From 42eaf7a950511ed0f791ddf9435d82dca7d2a3f4 Mon Sep 17 00:00:00 2001 From: Rojo Date: Sun, 27 Mar 2022 23:31:33 +0200 Subject: [PATCH 2/3] No defaults --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 92cc66f..96f987c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -201,19 +201,19 @@ set -g @dracula-git-no-repo-message "" #### weather options -Switch from default fahrenheit to celsius (default: Fahrenheit) +Switch from default fahrenheit to celsius ```bash set -g @dracula-show-fahrenheit false ``` -Set your location manually (default: it tries to guess your location with your IP) +Set your location manually ```bash set -g @dracula-fixed-location "Some City" ``` -Hide your location (default: true) +Hide your location ```bash set -g @dracula-show-location false From 8012d2164a3a143e8ac9c8aecb2ff4b9d0d83784 Mon Sep 17 00:00:00 2001 From: Jihed Mastouri <25284659+jihedmastouri@users.noreply.github.com> Date: Wed, 10 Aug 2022 14:14:17 +0100 Subject: [PATCH 3/3] Battery Status for Fedora 36 --- scripts/battery.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/battery.sh b/scripts/battery.sh index 65211bf..86b9ac0 100755 --- a/scripts/battery.sh +++ b/scripts/battery.sh @@ -89,10 +89,10 @@ battery_status() discharging|Discharging) echo '' ;; - high) + high|Full) echo '' ;; - charging) + charging|Charging) echo 'AC' ;; *)