fix/issue-167-notification-bash
main
os.system() spawns a new subprocess that cannot access bash functions. Now calling kugetsu_add_notification directly from bash after Python updates JSON. Fixes #167