aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoraxtlos <axtlos@getcryst.al>2024-06-28 01:44:19 +0200
committeraxtlos <axtlos@getcryst.al>2024-06-28 01:44:19 +0200
commit7654df2f9cb61572636183887d0832e448957689 (patch)
tree46ee5ede1eb124e676c4b33b8ecd9f56c6901437 /README.md
parent13abb5811c63db16cf8d208f2edf3a8a493a9a67 (diff)
downloadautodarkmode-7654df2f9cb61572636183887d0832e448957689.tar.gz
autodarkmode-7654df2f9cb61572636183887d0832e448957689.tar.bz2
misc: add dark/light scripts
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index fc0f7d2..82af2e6 100644
--- a/README.md
+++ b/README.md
@@ -36,3 +36,10 @@ cmd = "notify-send 'a'"
cmd = "notify-send 'b'"
```
autodarkmode expects to find this configuration in `$XDG_CONFIG_HOME/autodarkmode/config.ini`, in the case that XDG_CONFIG_HOME is empty, it will use `~/.config/autodarkmode/config.ini`
+
+# Misc files
+the `misc` folder contains various scripts/examples that can make setting up autodarkmode easier.
+
+the `autodarkmode.service` file is a systemd service that can be put in `~/.config/systemd/user/` and enabled through `systemctl --user enable autodarkmode` to make it automatically launch on login.
+
+the `light_<desktop>.sh` and `dark_<desktop>.sh` scripts are already finished scripts that work for the desktop they are made for, they can be extended or just used as is.