From 8fad648a6e8f3998443ac61261c3a6787ec28e3c Mon Sep 17 00:00:00 2001 From: Maximilian Wagner Date: Wed, 29 May 2024 09:51:10 +0200 Subject: [PATCH] changed Mannheim to Euskirchen --- config | 2 +- hypr-config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, },