12 lines
208 B
SYSTEMD
12 lines
208 B
SYSTEMD
# Place file in ~/.config/systemd/user/theme-switcher.timer
|
|
|
|
[Unit]
|
|
Description=Switch the Plasma theme
|
|
|
|
[Timer]
|
|
OnBootSec=30
|
|
OnUnitActiveSec=5min
|
|
Unit=theme-switcher.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target |