Plasma-Theme-Switcher/theme-switcher.timer

14 lines
279 B
SYSTEMD
Raw Normal View History

2024-05-27 13:17:42 +02:00
# Place file in ~/.config/systemd/user/theme-switcher.timer
2024-05-27 12:51:29 +02:00
[Unit]
Description=Switch the Plasma theme
[Timer]
# Start 10 seconds after boot
OnBootSec=10
# Runs every 5 minutes after first start
OnUnitActiveSec=5min
2024-05-27 13:17:42 +02:00
Unit=theme-switcher.service
2024-05-27 12:51:29 +02:00
[Install]
WantedBy=timers.target