pip install launcherctlimportlauncherctlif (
launcherctl.launchers.current.name!="oxide"and"oxide"inlauncherctl.launchers
):
launcherctl.launchers.switch("oxide", start=True)
# orlauncherctl.launchers["oxide"].enable(start=True)
if (
"calculator"inlauncherctl.appsand"calculator"notinlauncherctl.apps.running.keys()
):
launcherctl.apps["calculator"].start()