path: py3status_3.63-2/py3status/modules/xscreensaver.py
    def _is_running(self):
        try:
            self.py3.command_output(["pidof", "xscreensaver"])
            return True
        except self.py3.CommandError:
