aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/weather-config.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/weather-config.el b/modules/weather-config.el
index 017d9e31..748b1af3 100644
--- a/modules/weather-config.el
+++ b/modules/weather-config.el
@@ -52,6 +52,9 @@
;; at :config time; the later defcustom won't clobber an already-set value.
(setq wttrin-geolocation-command "/home/cjennings/.local/bin/whereami --json")
(setopt wttrin-mode-line-refresh-interval (* 30 60)) ;; thirty minutes
+ ;; Tooltip forecast: remainder of today, tomorrow, and the next day (the
+ ;; j1 feed's maximum), rendered under the current conditions on hover.
+ (setopt wttrin-mode-line-tooltip-forecast-days 3)
(setq wttrin-default-locations '(
"New Orleans, LA"
"Berkeley, CA"