From e730a3aa7285c2ce1cdd89abd9eab5c16bae622d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 14 Aug 2021 22:53:42 +0200 Subject: [PATCH] polybar-weather: schedule hourly That's mostly what we want and it uses the realclock. --- dotfiles/systemd/polybar-weather.timer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/systemd/polybar-weather.timer b/dotfiles/systemd/polybar-weather.timer index c8c803a..706727c 100644 --- a/dotfiles/systemd/polybar-weather.timer +++ b/dotfiles/systemd/polybar-weather.timer @@ -3,5 +3,5 @@ Description=Timer for weather update PartOf=graphical-session.target [Timer] -OnUnitInactiveSec=1h -OnClockChange=true +OnCalendar=hourly +Persistent=true