aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-18 10:18:55 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-18 10:18:55 +0100
commit0c32bb3aaf5fd22df85b730bba3fcb2149f2c564 (patch)
tree7a2bc44b8642701fadf498066cba618ee72ab3d6
parentdc9cc326dcb8f30140495c0415939d451741d6bc (diff)
Add timer for chwp
-rw-r--r--.config/systemd/user/dapp-bg-chwp.timer10
1 files changed, 10 insertions, 0 deletions
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