12 lines
251 B
SYSTEMD
12 lines
251 B
SYSTEMD
[Unit]
|
|
Description=Changes the monitor temperature over the course of the day to ease eye strain
|
|
After=graphical-session.target
|
|
After=hyprsunset.service
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* *:*:00
|
|
Persistent=true
|
|
AccuracySec=5s
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|