From b053130570c40c19c124d409d7843ad825312525 Mon Sep 17 00:00:00 2001 From: "William (Liam) Snow IV" Date: Thu, 3 Jul 2025 00:08:25 -0400 Subject: feat: fahrenheit option for weather (#189) * Added Fahrenheit to Weather Service * some fixes Allow for hot reloading config opt Add opt to example config --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 467c1d3..03e0319 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,8 @@ All configuration options are in `~/.config/caelestia/shell.json`. "dashboard": { "mediaUpdateInterval": 500, "visualiserBars": 45, - "weatherLocation": "10,10" + "weatherLocation": "10,10", + "useFahrenheit": false, }, "launcher": { "actionPrefix": ">", -- cgit v1.2.3-freya