changed Mannheim to Euskirchen

This commit is contained in:
Maximilian Wagner 2024-05-29 09:51:10 +02:00
parent 4e8ea5daba
commit 8fad648a6e
2 changed files with 2 additions and 2 deletions

2
config
View File

@ -171,7 +171,7 @@
// to use the weather module replace <your_location> 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,
},

View File

@ -159,7 +159,7 @@
// to use the weather module replace <your_location> 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,
},