From 494d32ba40dedb7348ba1e8a02b39080628f03bf Mon Sep 17 00:00:00 2001 From: dataprolet Date: Mon, 27 May 2024 12:07:12 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ed15cf..261d49f 100644 --- a/README.md +++ b/README.md @@ -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 ```