changed weather to mannheim, removed tooltip because inaccurate

This commit is contained in:
Maximilian Wagner 2024-04-09 12:23:07 +02:00
parent 678712ba4e
commit 4e8ea5daba

View File

@ -62,7 +62,6 @@
"interval": 10, "interval": 10,
"format-alt": " {:%e %b %Y}", // Icon: calendar-alt "format-alt": " {:%e %b %Y}", // Icon: calendar-alt
"format": "{:%H:%M}", "format": "{:%H:%M}",
"tooltip-format": "{:%e %B %Y}"
}, },
"cpu": { "cpu": {
@ -160,7 +159,7 @@
// to use the weather module replace <your_location> with your city or town // to use the weather module replace <your_location> with your city or town
// note: do not use spaces: new york would be newyork // note: do not use spaces: new york would be newyork
"custom/weather": { "custom/weather": {
"exec": "~/.config/waybar/scripts/weather.sh Bonn", "exec": "~/.config/waybar/scripts/weather.sh Mannheim",
"return-type": "json", "return-type": "json",
"interval": 600, "interval": 600,
}, },