Update README.md

This commit is contained in:
dataprolet 2024-05-27 10:11:44 +00:00
parent 7edb8f5b8e
commit db5f58ff35
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
1. Place timer and service file in the respective user directory $HOME/.config/systemd/user 1. Place timer and service file in the respective user directory $HOME/.config/systemd/user
2. Place the script into a directory and specify the path in the service file. 2. Place the script into a directory and specify the path in the service file.
3. Change time in script if necessary (default is 9:30 p.m. and 6:00 a.m.) 3. Change time in script if necessary (default is 9:30 p.m. and 6:00 a.m.)
4. Alternatively use the themer-sun.sh script to change themes according to your locations sunrise/sunset 4. Alternatively use the themer-sun.sh script to change themes according to your locations sunrise/sunset and specify location in the script
5. Enable and start the timer: 5. Enable and start the timer:
$ systemctl --user enable themer.timer $ systemctl --user enable themer.timer
$ systemctl --user start themer.timer $ systemctl --user start themer.timer
6. Optional: add script to autostart to check on login