Add timer file

This commit is contained in:
dataprolet 2024-05-25 10:14:01 +00:00
parent 04a2e24f71
commit 956085de51
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Place file in $HOME/.config/systemd/user/themer.timer
[Unit]
Description=Change the theme
[Timer]
# Start 10 seconds after boot
OnBootSec=10
# Runs every 5 minutes after first start
OnUnitActiveSec=5min
Unit=themer.service
[Install]
WantedBy=timers.target