Update theme-switcher.timer

This commit is contained in:
dataprolet 2024-05-27 11:17:42 +00:00
parent 4a3f298611
commit 3df5cca00e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Place file in $HOME/.config/systemd/user/theme-switcher.timer # Place file in ~/.config/systemd/user/theme-switcher.timer
[Unit] [Unit]
Description=Switch the Plasma theme Description=Switch the Plasma theme
@ -8,7 +8,7 @@ Description=Switch the Plasma theme
OnBootSec=10 OnBootSec=10
# Runs every 5 minutes after first start # Runs every 5 minutes after first start
OnUnitActiveSec=5min OnUnitActiveSec=5min
Unit=themer.service Unit=theme-switcher.service
[Install] [Install]
WantedBy=timers.target WantedBy=timers.target