From 107c54d796094136a8cad5e06d8f51ecdff77e90 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 18 Oct 2016 09:22:36 +0200 Subject: modules/i3/conky: Fix weather URL The URL has changed, see brndnmtthws/conky#325 for the fix in upstream conky. Signed-off-by: aszlig --- modules/user/aszlig/services/i3/conky.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user') diff --git a/modules/user/aszlig/services/i3/conky.nix b/modules/user/aszlig/services/i3/conky.nix index 93e554cc..6c5815aa 100644 --- a/modules/user/aszlig/services/i3/conky.nix +++ b/modules/user/aszlig/services/i3/conky.nix @@ -42,7 +42,7 @@ let gpuTemp = "${cexpr "hwmon" [ "0" "temp" "1" ]}C"; weather = (cexpr "weather" [ - "http://weather.noaa.gov/pub/data/observations/metar/stations/" + "http://tgftp.nws.noaa.gov/data/observations/metar/stations/" "EDMA" "temperature" ]) + "C"; -- cgit 1.4.1