From e60518862fb5cd1c46a595dc1f5c4ef7cd6b00ce Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 14 Aug 2021 22:47:49 +0200 Subject: [PATCH] Revert "polybar-weather: do not execute on clock change" This reverts commit 6783365b87aae86295d92d49e0deb94ddd95db57. Well, if we don't set that, it's not done at all. --- dotfiles/systemd/polybar-weather.timer | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/systemd/polybar-weather.timer b/dotfiles/systemd/polybar-weather.timer index 441dea9..c8c803a 100644 --- a/dotfiles/systemd/polybar-weather.timer +++ b/dotfiles/systemd/polybar-weather.timer @@ -4,3 +4,4 @@ PartOf=graphical-session.target [Timer] OnUnitInactiveSec=1h +OnClockChange=true