From da29559030ed41458f1e8725562adeae877bd2cd Mon Sep 17 00:00:00 2001 From: Madeleine <32415621+SpyHoodle@users.noreply.github.com> Date: Sat, 19 Feb 2022 23:34:53 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 769764f..a7e09d3 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,6 @@ Make and install dmenu ```sh make install ``` +**Final step:** Add a colourscheme to `~/cols/dmenu.h`. This is where st will read a colorscheme.
+This should be in the usual form dmenu would have a colourscheme in it's own source code, as `dmenu.h` is included at compile time.
+Alternatively, you could change the location of the colourscheme in `config.h`.