10 lines
167 B
SYSTEMD
10 lines
167 B
SYSTEMD
[Unit]
|
|
Description=Switch between dark and light mode at specific times
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 09:30:00
|
|
OnCalendar=*-*-* 18:00:00
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|