Frewacom / pywalfox

Dynamic theming of Firefox (and Thunderbird) using your Pywal colors
https://addons.mozilla.org/en-US/firefox/addon/pywalfox/
Mozilla Public License 2.0
583 stars 12 forks source link

Fix exit code in daemon #23

Closed M-Gregoire closed 4 years ago

M-Gregoire commented 4 years ago

Hi,

Thanks a lot for pywalfox, I love it! I use a script to automatically update Firefox theme after a wallpaper change and noticed your daemon return the wrong exit code. I received an exit code of 1 (Which means an error as occurred) while my Firefox theme was correctly updated. This PR simply change the exit code from 1 to 0 (Success).

Frewacom commented 4 years ago

Thank you!