mirror of
https://github.com/Paul-Houser/StartTree.git
synced 2024-11-22 07:13:14 +01:00
fixed bug with no such file or directory error
This commit is contained in:
parent
b782436526
commit
8ef7375fac
@ -115,7 +115,7 @@ def gen_style(file_dict):
|
|||||||
if theme == "pywal":
|
if theme == "pywal":
|
||||||
theme = home + '/.cache/wal/colors.css'
|
theme = home + '/.cache/wal/colors.css'
|
||||||
else:
|
else:
|
||||||
theme = '../themes/' + theme + '.css'
|
theme = './themes/' + theme + '.css'
|
||||||
|
|
||||||
copyfile(theme, home + '/.cache/StartTree/styles/colors.css')
|
copyfile(theme, home + '/.cache/StartTree/styles/colors.css')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user