mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-26 07:49:17 +01:00
Merge branch 'master' of github.com:dylanaraps/pywal
This commit is contained in:
commit
da893b6a38
@ -58,9 +58,11 @@ def every(colors, output_dir=CACHE_DIR):
|
||||
join = os.path.join # Minor optimization.
|
||||
|
||||
for file in os.scandir(template_dir):
|
||||
if file.name != '.DS_Store':
|
||||
template(colors, file.path, join(output_dir, file.name))
|
||||
|
||||
for file in os.scandir(template_dir_user):
|
||||
if file.name != '.DS_Store':
|
||||
template(colors, file.path, join(output_dir, file.name))
|
||||
|
||||
print("export: Exported all files.")
|
||||
|
Loading…
Reference in New Issue
Block a user