From 263085a1fb89094dc0231e52b839c931709fd5ea Mon Sep 17 00:00:00 2001 From: dataprolet Date: Mon, 27 May 2024 10:35:59 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14b8938..e7d8235 100644 --- a/README.md +++ b/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.~~