commit 69e6c1a98c60c24d3f6e4ceb0eb75e333f29c267 parent 89056c09fa01e117c68d3725deb111f80f14fe4a Author: mrgrouse <bdmfegys@duck.com> Date: Fri, 23 Aug 2024 02:22:14 -0400 README.md: add instructions and info about new submodule Diffstat:
| M | README.md | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -14,3 +14,9 @@ So far I have implemented the following config files from pywal: - vconsole.conf This is a huge work in progress, so any help would be greatly appreciated! + +A large list of common themes ported to pywal are in the `wallust-themes` submodule, +copy this module when cloning the repo with: `git clone git@git.mrgrouse.com:mrgrouse/wallust --recursive` +##### or +update the repo if you've already cloned it with: +`git submodule update --recursive`