From 24f37ca08b21ee7a14d80e1dcd51248ca40eee3c Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Thu, 30 Dec 2021 22:07:49 +0100 Subject: [PATCH] change random wallpaper timer --- .config/systemd/user/randomwallpaper.timer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/systemd/user/randomwallpaper.timer b/.config/systemd/user/randomwallpaper.timer index fa2519e..4ac2b9a 100644 --- a/.config/systemd/user/randomwallpaper.timer +++ b/.config/systemd/user/randomwallpaper.timer @@ -1,9 +1,9 @@ [Unit] -Description=Change the wallpaper ever half hour +Description=Change the wallpaper every 20 mins [Timer] OnBootSec=1min -OnUnitActiveSec=30min +OnUnitActiveSec=20min [Install] WantedBy=timers.target