summaryrefslogtreecommitdiff
path: root/config.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-27 22:08:44 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-27 22:08:44 +1100
commite06e29eeab642908c2c976637e46f582602a8e1b (patch)
tree20daadff4599fd5e5e7345557a41cce901d15c95 /config.ts
parentsideright: make popdown window (diff)
downloadcaelestia-shell-e06e29eeab642908c2c976637e46f582602a8e1b.tar.gz
caelestia-shell-e06e29eeab642908c2c976637e46f582602a8e1b.tar.bz2
caelestia-shell-e06e29eeab642908c2c976637e46f582602a8e1b.zip
sideright: imperial weather
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.ts b/config.ts
index f74c024..4bae082 100644
--- a/config.ts
+++ b/config.ts
@@ -82,5 +82,5 @@ export const weather = {
interval: 600000,
key: "assets/weather-api-key.txt", // Path to file containing api key relative to the base directory. To get a key, visit https://weatherapi.com/
location: "", // Location as a string or empty to autodetect
- // TODO: imperial
+ imperial: false,
};