GideonWolfe / Chameleon

🦎 Theme your linux system to match any image
175 stars 9 forks source link

Fix Issue #8: Chameleon crash when ~/.config/chameleon/ and ~/.config/chameleon/config.yaml path doesn't exist #9

Closed OBITORASU closed 3 years ago

OBITORASU commented 3 years ago

As explained in the issue, chameleon.py would refuse to run if ~/.config/chameleon/config.yaml was not a valid file/ directory. I updated the makefile to add this directory and copy the example config.yaml to it from the repo so that the script runs properly for the user when they install it using make install. I have also updated make unisntall to remove the chameleon directory under ~/.config in case the user wants to uninstall the script.

GideonWolfe commented 3 years ago

Thanks for contributing these changes :) This definitely improves user experience.