fixed bug with no such file or directory error

This commit is contained in:
Paul Houser 2020-08-25 10:59:47 -07:00
parent b782436526
commit 8ef7375fac

View File

@ -115,7 +115,7 @@ def gen_style(file_dict):
if theme == "pywal":
theme = home + '/.cache/wal/colors.css'
else:
theme = '../themes/' + theme + '.css'
theme = './themes/' + theme + '.css'
copyfile(theme, home + '/.cache/StartTree/styles/colors.css')