Update README.md

This commit is contained in:
dataprolet 2024-05-27 12:07:12 +00:00
parent 3bb52e50a2
commit 494d32ba40
1 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ $ sh installer.sh
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:
```
$ systemctl --user enable themer.timer
$ systemctl --user start themer.timer
$ systemctl --user enable theme-switcher.timer
$ systemctl --user start theme-switcher.timer
```