Update README.md
This commit is contained in:
parent
b7b930b842
commit
263085a1fb
13
README.md
13
README.md
|
@ -1,8 +1,17 @@
|
|||
# Plasma Theme Switcher
|
||||
|
||||
## Automatically change Plasma theme between dark and light
|
||||
|
||||
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.
|
||||
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 and specify location in the script
|
||||
5. Enable and start the timer:
|
||||
$ systemctl --user enable themer.timer
|
||||
$ systemctl --user start themer.timer
|
||||
6. Optional: add script to autostart to check on login
|
||||
|
||||
## Getting started
|
||||
~~## Getting started
|
||||
|
||||
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
||||
|
||||
|
@ -90,4 +99,4 @@ Show your appreciation to those who have contributed to the project.
|
|||
For open source projects, say how it is licensed.
|
||||
|
||||
## Project status
|
||||
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
||||
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.~~
|
||||
|
|
Loading…
Reference in New Issue