Update theme-switcher.timer
This commit is contained in:
parent
4a3f298611
commit
3df5cca00e
|
@ -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
|
Loading…
Reference in New Issue