diff --git a/config b/config index 9a11063..8ab9b2b 100644 --- a/config +++ b/config @@ -171,7 +171,7 @@ // to use the weather module replace with your city or town // note: do not use spaces: new york would be newyork "custom/weather": { - "exec": "~/.config/waybar/scripts/weather.sh Bonn", + "exec": "~/.config/waybar/scripts/weather.sh Euskirchen", "return-type": "json", "interval": 600, }, diff --git a/hypr-config b/hypr-config index 85efd4f..d1da147 100644 --- a/hypr-config +++ b/hypr-config @@ -159,7 +159,7 @@ // to use the weather module replace with your city or town // note: do not use spaces: new york would be newyork "custom/weather": { - "exec": "~/.config/waybar/scripts/weather.sh Mannheim", + "exec": "~/.config/waybar/scripts/weather.sh Euskirchen", "return-type": "json", "interval": 600, },