diff --git a/hypr-config b/hypr-config index 8f96959..85efd4f 100644 --- a/hypr-config +++ b/hypr-config @@ -62,7 +62,6 @@ "interval": 10, "format-alt": " {:%e %b %Y}", // Icon: calendar-alt "format": "{:%H:%M}", - "tooltip-format": "{:%e %B %Y}" }, "cpu": { @@ -160,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 Bonn", + "exec": "~/.config/waybar/scripts/weather.sh Mannheim", "return-type": "json", "interval": 600, },