From 862ae6225efd616e0048420eb5c87ce09f555664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 11 Oct 2023 13:06:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(systemd):=20chang?= =?UTF-8?q?ed=20wallpaper=20timer=20from=202=20hours=20to=201=20hour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/systemd/user/change_wallpaper.timer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/systemd/user/change_wallpaper.timer b/.config/systemd/user/change_wallpaper.timer index ffc7a563..961f7ce1 100644 --- a/.config/systemd/user/change_wallpaper.timer +++ b/.config/systemd/user/change_wallpaper.timer @@ -1,9 +1,9 @@ [Unit] -Description=Timer to change the wallpaper each 2 hours +Description=Timer to change the wallpaper each 1 hours [Timer] OnBootSec=0min -OnCalendar=0/2:00:00 +OnCalendar=0/1:00:00 Unit=change_wallpaper.service [Install]