diff --git a/dots/.config/quickshell/ii/services/Weather.qml b/dots/.config/quickshell/ii/services/Weather.qml index 0b900a1d9..c42c7cb8e 100644 --- a/dots/.config/quickshell/ii/services/Weather.qml +++ b/dots/.config/quickshell/ii/services/Weather.qml @@ -76,7 +76,7 @@ Singleton { temp.temp += "°C"; temp.tempFeelsLike += "°C"; } - temp.lastRefresh = Qt.locale().toString(new Date(), (Config.options?.time.format ?? "hh:mm") + " - " + (Config.options?.time.dateWithYearFormat ?? "dd/MM/yyyy")); + temp.lastRefresh = DateTime.time + " • " + DateTime.date; root.data = temp; }