From 1a42451fe5cac9758263ad76973a38a32b71d67f Mon Sep 17 00:00:00 2001 From: candifloss Date: Thu, 12 Dec 2024 07:14:20 +0530 Subject: [PATCH] fixed file location --- sh/values/weather/weather.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/values/weather/weather.sh b/sh/values/weather/weather.sh index 4c56a83..fd45d3a 100755 --- a/sh/values/weather/weather.sh +++ b/sh/values/weather/weather.sh @@ -1 +1 @@ -curl "https://api.openweathermap.org/data/2.5/weather?&units=metric$(cat ~/.config/eww/sh/values/weather_id.txt)" \ No newline at end of file +curl "https://api.openweathermap.org/data/2.5/weather?&units=metric$(cat ~/.config/eww/sh/values/weather/weather_id.txt)" \ No newline at end of file