Closed xsqkv closed 2 years ago
Oh that should have a better error message, but it's due to the fact that you are not specifying the -i
flag.
I recommend you to go through the quick start section of the README for understanding how to use Matter.
Thank You!
$>> python3 matter.py -b -hl 888888 -bg 262321 -fg ffffff -ic dfdfdf
[I] Build theme from user preferences Traceback (most recent call last): File "/home/artem/matter/matter.py", line 856, in
prepare_source_dir()
File "/home/artem/matter/matter.py", line 334, in prepare_source_dir
if len(icons) != len(entries):
TypeError: object of type 'NoneType' has no len()
$>>