From 6783365b87aae86295d92d49e0deb94ddd95db57 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 14 Aug 2021 11:08:54 +0200 Subject: [PATCH] polybar-weather: do not execute on clock change It seems this is done twice in this case. --- dotfiles/systemd/polybar-weather.timer | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/systemd/polybar-weather.timer b/dotfiles/systemd/polybar-weather.timer index c8c803a..441dea9 100644 --- a/dotfiles/systemd/polybar-weather.timer +++ b/dotfiles/systemd/polybar-weather.timer @@ -4,4 +4,3 @@ PartOf=graphical-session.target [Timer] OnUnitInactiveSec=1h -OnClockChange=true