14 lines
260 B
SYSTEMD
14 lines
260 B
SYSTEMD
|
# 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
|