Add timer file

This commit is contained in:
dataprolet 2024-05-27 10:51:29 +00:00
parent fa4b09cb29
commit 98a25db171
1 changed files with 14 additions and 0 deletions

14
theme-switcher.timer Normal file
View File

@ -0,0 +1,14 @@
# Place file in $HOME/.config/systemd/user/theme-switcher.timer
[Unit]
Description=Switch the Plasma 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