From eef3bdba5cb19ea0b71d909085156219b80a9e31 Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Sat, 19 Sep 2020 11:00:24 +0200 Subject: [PATCH] added themes path --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cce663f..8e0cde9 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ Enable: rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/conky.conf $HOME/.config/conky.conf ln -s $(pwd)/conky.desktop $HOME/.config/autostart/conky.desktop ln -s $(pwd)/screenrc $HOME/.screenrc +ln -s $(pwd)/themes $HOME/.themes ```