From 0c32bb3aaf5fd22df85b730bba3fcb2149f2c564 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 18 Feb 2024 10:18:55 +0100 Subject: Add timer for chwp --- .config/systemd/user/dapp-bg-chwp.timer | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/systemd/user/dapp-bg-chwp.timer (limited to '.config') diff --git a/.config/systemd/user/dapp-bg-chwp.timer b/.config/systemd/user/dapp-bg-chwp.timer new file mode 100644 index 0000000..5d7c5e8 --- /dev/null +++ b/.config/systemd/user/dapp-bg-chwp.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Change the wallpaper on a regular schedule +Requires=dapp-bg-chwp.service + +[Timer] +Unit=dapp-bg-chwp.service +OnUnitInactiveSec=1h + +[Install] +WantedBy=wman.target -- cgit v1.1